[commits] Horde branch imp_6_1 updated. 74d64e85035b452387fc7bb51ee4361271a56346

Michael M Slusarz slusarz at horde.org
Fri Feb 8 00:19:51 UTC 2013


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

from: 19769da2490d35d5b68b70b849c5eb9a33f6a0a7

89c0be5 Cleaner linking of S/MIME certificate details
91045b0 Fix message actions from popup windows
74d64e8 Simplify storage/retrieval of IMP_Imap object

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

commit 89c0be5e32491235a3944512a6b0e6f8cb0083b5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 7 15:45:43 2013 -0700

    Cleaner linking of S/MIME certificate details

 imp/lib/Mime/Viewer/Smime.php |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/89c0be5e32491235a3944512a6b0e6f8cb0083b5

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

commit 91045b0cebb70e2166bc0d4328ac28c75e737d4f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 7 16:02:10 2013 -0700

    Fix message actions from popup windows

 imp/js/dimpbase.js |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/91045b0cebb70e2166bc0d4328ac28c75e737d4f

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

commit 74d64e85035b452387fc7bb51ee4361271a56346
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 7 17:17:37 2013 -0700

    Simplify storage/retrieval of IMP_Imap object
    
    Originally, the idea was that the factory could be used to create
    separate objects for each account accessed.  But it is going to be
    easier and more transparent to simply do this wholly within the IMP_Imap
    object itself.

 imp/bin/imp-query-imap-cache                             |    2 +-
 imp/config/hooks.php.dist                                |    2 +-
 imp/config/prefs.php                                     |   40 ++++----
 imp/lib/Ajax/Application.php                             |    2 +-
 imp/lib/Ajax/Application/ListMessages.php                |    4 +-
 imp/lib/Ajax/Application/ShowMessage.php                 |    4 +-
 imp/lib/Ajax/Queue.php                                   |    4 +-
 imp/lib/Api.php                                          |    6 +-
 imp/lib/Application.php                                  |    7 +-
 imp/lib/Auth.php                                         |   13 +--
 imp/lib/Basic/Compose.php                                |    2 +-
 imp/lib/Basic/Folders.php                                |    2 +-
 imp/lib/Basic/Mailbox.php                                |    2 +-
 imp/lib/Basic/Message.php                                |    2 +-
 imp/lib/Basic/Search.php                                 |    2 +-
 imp/lib/Basic/Searchbasic.php                            |    2 +-
 imp/lib/Basic/Thread.php                                 |    2 +-
 imp/lib/Block/Newmail.php                                |    2 +-
 imp/lib/Block/Summary.php                                |    2 +-
 imp/lib/Compose.php                                      |   10 +-
 imp/lib/Contents.php                                     |    4 +-
 imp/lib/Dynamic/Base.php                                 |    2 +-
 imp/lib/Dynamic/Compose/Common.php                       |    2 +-
 imp/lib/Dynamic/Mailbox.php                              |    4 +-
 imp/lib/Factory/Imap.php                                 |   81 ++------------
 imp/lib/Factory/Mail.php                                 |    2 +-
 imp/lib/Factory/MailboxList.php                          |    2 +-
 imp/lib/Factory/Quota.php                                |    2 +-
 imp/lib/Flags.php                                        |    4 +-
 imp/lib/Imap/Acl.php                                     |   13 +-
 imp/lib/Imap/Tree.php                                    |   10 +-
 imp/lib/Indices.php                                      |   10 +-
 imp/lib/LoginTasks/SystemTask/UpgradeAuth.php            |    2 +-
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php        |    2 +-
 imp/lib/Mailbox.php                                      |   38 +++---
 imp/lib/Mailbox/List.php                                 |   12 +-
 imp/lib/Mbox/Generate.php                                |    2 +-
 imp/lib/Mbox/Import.php                                  |    2 +-
 imp/lib/Message.php                                      |   16 ++--
 imp/lib/Message/Ui.php                                   |    2 +-
 imp/lib/Minimal/Base.php                                 |    2 +-
 imp/lib/Minimal/Compose.php                              |    2 +-
 imp/lib/Minimal/Folders.php                              |    2 +-
 imp/lib/Minimal/Mailbox.php                              |    2 +-
 imp/lib/Minimal/Message.php                              |    2 +-
 imp/lib/Notification/Handler/Decorator/ImapAlerts.php    |    2 +-
 imp/lib/Notification/Handler/Decorator/NewmailNotify.php |    2 +-
 imp/lib/Prefs/Identity.php                               |    2 +-
 imp/lib/Prefs/Special/Sentmail.php                       |    2 +-
 imp/lib/Prefs/Special/Spam.php                           |    2 +-
 imp/lib/Prefs/Special/SpecialMboxes.php                  |    4 +-
 imp/lib/Prefs/Special/Trash.php                          |    2 +-
 imp/lib/Smartmobile.php                                  |    6 +-
 imp/rss.php                                              |    2 +-
 54 files changed, 149 insertions(+), 209 deletions(-)

http://git.horde.org/horde-git/-/commit/74d64e85035b452387fc7bb51ee4361271a56346




More information about the commits mailing list