[commits] Horde branch master updated. a17bb3c3d198faec8c4d4bcb6193106171cb9a5a

Michael M Slusarz slusarz at horde.org
Wed Oct 19 18:09:01 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: bac95ffcc0d2e21a97824eaf409685890d1fcf6e

06d7cb4 Use the correct utils object when doing POP3 parsing
f2f9568 Honor 'mailbox' parameter to better mirror the original method
a17bb3c Fix IMP's handling of POP3 UIDs that contain indices control characters

-----------------------------------------------------------------------

commit 06d7cb4279eeaf111411a581fa6f05faee4424e1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 18 15:42:51 2011 -0600

    Use the correct utils object when doing POP3 parsing

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |   11 ++++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php |   14 +++++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php          |   11 ++++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php     |    4 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php  |    4 +++
 5 files changed, 37 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/06d7cb4279eeaf111411a581fa6f05faee4424e1

-----------------------------------------------------------------------

commit f2f9568f3b6a118cad363a710d3c05ddd704201c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 19 01:25:11 2011 -0600

    Honor 'mailbox' parameter to better mirror the original method

 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php      |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utils/Pop3.php |    9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/f2f9568f3b6a118cad363a710d3c05ddd704201c

-----------------------------------------------------------------------

commit a17bb3c3d198faec8c4d4bcb6193106171cb9a5a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 18 11:58:26 2011 -0600

    Fix IMP's handling of POP3 UIDs that contain indices control characters
    
    Use Horde_Imap_Client_Base::getIdsOb()
    Move JS indices code to separate file, and update for new POP3 format

 imp/docs/CHANGES                                  |    1 +
 imp/js/dimpbase.js                                |   10 +-
 imp/js/dimpcore.js                                |   82 ++-------------
 imp/js/indices.js                                 |  112 +++++++++++++++++++++
 imp/js/message-dimp.js                            |    2 +-
 imp/js/mobile.js                                  |   37 +-------
 imp/lib/Ajax/Application.php                      |    5 +-
 imp/lib/Application.php                           |    5 +-
 imp/lib/Block/Newmail.php                         |    2 +-
 imp/lib/Contents.php                              |   25 +++--
 imp/lib/Dimp.php                                  |    1 +
 imp/lib/Indices.php                               |   13 ++-
 imp/lib/Indices/Form.php                          |    5 +
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php |    2 +-
 imp/lib/Mailbox/List.php                          |    2 +-
 imp/lib/Message.php                               |   19 ++--
 imp/lib/Ui/Folder.php                             |    6 +-
 imp/lib/Ui/Message.php                            |    2 +-
 imp/lib/Views/ListMessages.php                    |    2 +-
 imp/lib/Views/ShowMessage.php                     |    4 +-
 imp/message-mimp.php                              |    4 +-
 imp/message.php                                   |    4 +-
 imp/package.xml                                   |   14 ++-
 imp/templates/mobile/javascript_defs.php          |    1 +
 imp/thread.php                                    |    2 +-
 25 files changed, 205 insertions(+), 157 deletions(-)
 create mode 100644 imp/js/indices.js

http://git.horde.org/horde-git/-/commit/a17bb3c3d198faec8c4d4bcb6193106171cb9a5a




More information about the commits mailing list