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.1,1.1.2.2 download.ph


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail Changelog,1.1.2.1,1.1.2.2 download.php,1.1.1.1.2.2,1.1.1.1.2.3 read_body.php,1.2.2.3,1.2.2.4
Date: Wed, 16 Oct 2002 04:10:05 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        Changelog download.php read_body.php 
Log Message:
preparing for the next release
- filter dialog improved again
        - you store multiple filters now
        
- integration of sieve-php
        - you can manage sieve scripts on a sieve enables imap server
        
- internal code cleanup
- modified linux-at-work.de template
- updated preferences dialog to do it the phpgroupware way
- you can define a refresh time for the mailbox message list
                


Index: Changelog
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/Attic/Changelog,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** Changelog   20 Jun 2002 12:58:56 -0000      1.1.2.1
--- Changelog   16 Oct 2002 08:09:37 -0000      1.1.2.2
***************
*** 1,2 ****
--- 1,14 ----
+ Version 0.9.3
+ 
+ - filter dialog improved again
+       - you store multiple filters now
+       
+ - integration of sieve-php
+       - you can manage sieve scripts on a sieve enables imap server
+       
+ - internal code cleanup
+ - modified linux-at-work.de template
+ - updated preferences dialog to do it the phpgroupware way
+ 
  Version 0.9.2
  

Index: download.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/download.php,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** download.php        8 Aug 2002 05:52:16 -0000       1.1.1.1.2.2
--- download.php        16 Oct 2002 08:09:37 -0000      1.1.1.1.2.3
***************
*** 15,19 ****
  
        // store the value of $mailbox, because it will overwriten
-       $MAILBOX = $mailbox;
        $phpgw_info["flags"] = array(
                'noheader'    => 'True',
--- 15,18 ----
***************
*** 22,26 ****
        );
        include("../header.inc.php");
!       $mailbox = $MAILBOX;
  
        $phpgw->session->restore();
--- 21,27 ----
        );
        include("../header.inc.php");
!       $mailbox = $GLOBALS['HTTP_GET_VARS']['mailbox'];
!       $passed_id = $GLOBALS['HTTP_GET_VARS']['passed_id'];
!       $passed_ent_id = $GLOBALS['HTTP_GET_VARS']['passed_ent_id'];
  
        $phpgw->session->restore();

Index: read_body.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/read_body.php,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -r1.2.2.3 -r1.2.2.4
*** read_body.php       5 May 2002 20:02:49 -0000       1.2.2.3
--- read_body.php       16 Oct 2002 08:09:38 -0000      1.2.2.4
***************
*** 15,22 ****
  
        // store the value of $mailbox, because it will overwriten
-       $MAILBOX = $mailbox;
        $phpgw_info['flags'] = array('currentapp' => 'felamimail');
        include('../header.inc.php');
!       $mailbox = $MAILBOX;
  
        $phpgw->session->restore();
--- 15,25 ----
  
        // store the value of $mailbox, because it will overwriten
        $phpgw_info['flags'] = array('currentapp' => 'felamimail');
        include('../header.inc.php');
!       $mailbox = $GLOBALS['HTTP_GET_VARS']['mailbox'];
!       $passed_id = $GLOBALS['HTTP_GET_VARS']['passed_id'];
!       $uid = $GLOBALS['HTTP_GET_VARS']['uid'];
!       $show_more = $GLOBALS['HTTP_GET_VARS']['show_more'];
!       $view_hdr = $GLOBALS['HTTP_GET_VARS']['view_hdr'];
  
        $phpgw->session->restore();
***************
*** 407,414 ****
                        (
                                'menuaction'    => 
'felamimail.uifelamimail.deleteMessage',
!                               'mailbox'       => $urlMailbox,
!                               'message'       => $_uid,
!                               'sort'          => $_sort,
!                               'startMessage'  => $_startMessage
                                
                        );
--- 410,414 ----
                        (
                                'menuaction'    => 
'felamimail.uifelamimail.deleteMessage',
!                               'message'       => $_uid
                                
                        );
***************
*** 465,470 ****
                $linkData = array
                (
!                       'menuaction'    => 'felamimail.uicompose.compose',
!                       'mailbox'       => $urlMailbox
                );
                
$t->set_var('link_compose',$GLOBALS['phpgw']->link('/index.php',$linkData));
--- 465,469 ----
                $linkData = array
                (
!                       'menuaction'    => 'felamimail.uicompose.compose'
                );
                
$t->set_var('link_compose',$GLOBALS['phpgw']->link('/index.php',$linkData));
***************
*** 472,479 ****
                $linkData = array
                (
!                       'menuaction'    => 
'felamimail.uifelamimail.viewMainScreen',
!                       'mailbox'       => $urlMailbox,
!                       'startMessage'  => 
$GLOBALS['HTTP_GET_VARS']['startMessage'],
!                       'sort'          => $GLOBALS['HTTP_GET_VARS']['sort']
                );
                
$t->set_var("link_message_list",$GLOBALS['phpgw']->link('/index.php',$linkData));
--- 471,475 ----
                $linkData = array
                (
!                       'menuaction'    => 
'felamimail.uifelamimail.viewMainScreen'
                );
                
$t->set_var("link_message_list",$GLOBALS['phpgw']->link('/index.php',$linkData));
***************
*** 482,488 ****
                (
                        'menuaction'    => 'felamimail.uicompose.reply',
-                       'mailbox'       => $urlMailbox,
-                       'startMessage'  => 
$GLOBALS['HTTP_GET_VARS']['startMessage'],
-                       'sort'          => $GLOBALS['HTTP_GET_VARS']['sort'],
                        'reply_id'      => $GLOBALS['HTTP_GET_VARS']['uid']
                );
--- 478,481 ----
***************
*** 492,498 ****
                (
                        'menuaction'    => 'felamimail.uicompose.replyAll',
-                       'mailbox'       => $urlMailbox,
-                       'startMessage'  => 
$GLOBALS['HTTP_GET_VARS']['startMessage'],
-                       'sort'          => $GLOBALS['HTTP_GET_VARS']['sort'],
                        'reply_id'      => $GLOBALS['HTTP_GET_VARS']['uid']
                );
--- 485,488 ----
***************
*** 502,508 ****
                (
                        'menuaction'    => 'felamimail.uicompose.forward',
-                       'mailbox'       => $urlMailbox,
-                       'startMessage'  => 
$GLOBALS['HTTP_GET_VARS']['startMessage'],
-                       'sort'          => $GLOBALS['HTTP_GET_VARS']['sort'],
                        'reply_id'      => $GLOBALS['HTTP_GET_VARS']['uid']
                );
--- 492,495 ----
***************
*** 533,537 ****
  
  // here we go!
- 
  
        $imapConnection = sqimap_login($username, $key, $imapServerAddress, 
$imapPort, 0);
--- 520,523 ----





reply via email to

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