phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: felamimail Changelog,1.1.2.5,1.1.2.6 addressboo


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail Changelog,1.1.2.5,1.1.2.6 addressbook.php,1.1.2.2,1.1.2.3
Date: Mon, 10 Mar 2003 16:54:41 -0500

Update of /cvsroot/phpgroupware/felamimail
In directory subversions:/tmp/cvs-serv5806

Modified Files:
      Tag: Version-0_9_14-branch
        Changelog addressbook.php 
Log Message:
commit my work of the last weeks


Index: Changelog
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/Changelog,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** Changelog   27 Oct 2002 19:39:32 -0000      1.1.2.5
--- Changelog   10 Mar 2003 21:54:39 -0000      1.1.2.6
***************
*** 1,10 ****
! Version 0.9.3
  
  - removed old Squirrelmail code again
!       - the code to display emails is now writen new too, 
!         it's all based on phpGW now
  
  - filter dialog improved again
        - you can store multiple filters now
        
  - integration of sieve-php
--- 1,18 ----
! Version 0.9.3/0.9.4
  
+ - added usefull error messsages, if login to imap server fails
+ - imaps support(encryption only and encryption with authentication)
+ - added smtp auth support
+ - print function; displays the page without the phpgw navbar, so will
+   print only the email
  - removed old Squirrelmail code again
! - the code to display emails is rewriten too, it's all based 
!   on phpGW now
! - rewrote folder management
! - removed images, they where not always helpfull                  
  
  - filter dialog improved again
        - you can store multiple filters now
+       - added quicksearch
        
  - integration of sieve-php
***************
*** 17,20 ****
--- 25,36 ----
  - fixed a nasty bug, when replying to emails which contain " or , in the
    to,cc or bcc fields
+ - fixed quoted printable en/decoding in the 
+   headers/subject(it was time to read the rfc's :) )
+ - highlithing of web and email urls
+ - enabled vmailmgr login again
+ - don't halt smtp error messages anymore, but display the error
+   and go back to the compose window
+ - display the organization when showing the mail
+ - fixed download/save of attachment under IE and SSL
  
  Version 0.9.2

Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/addressbook.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** addressbook.php     3 Mar 2003 22:27:10 -0000       1.1.2.2
--- addressbook.php     10 Mar 2003 21:54:39 -0000      1.1.2.3
***************
*** 88,96 ****
        if ($d->total_records > 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"])
        {
!               $t->set_var('lang_showing',lang("showing %1 - %2 of %3",($start 
+ 1),($start + 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"]),$d->total_records));
        }
        else
        {
!               $t->set_var('lang_showing',lang("showing 
%1",$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------
--- 88,96 ----
        if ($d->total_records > 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"])
        {
!               $t->set_var('lang_showing',lang("showing x - x of x",($start + 
1),($start + 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"]),$d->total_records));
        }
        else
        {
!               $t->set_var('lang_showing',lang("showing x",$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]