[commits] Horde-Hatchery branch, master, updated. 39fb37233b80bd5eed7682fd8af70794000858be

Michael M Slusarz slusarz at horde.org
Tue Nov 18 21:13:13 UTC 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Horde-Hatchery".

The branch, master has been updated
       via  39fb37233b80bd5eed7682fd8af70794000858be (commit)
       via  c8fe2540bec70a21b0e52c53589b37e6631ff3e1 (commit)
       via  014002751e014dccec658b4a3ca9ae8140962bf8 (commit)
       via  2c83bcb1d784ac5a46e98eea8250cfb4a5ccbf5c (commit)
       via  04e0b4d005f8ce4a99d8b0f194588ab8ed881190 (commit)
       via  4ef575056ced285ff9e22cc860381e30590eee0a (commit)
       via  9ea29528fca829a7f2b1f5aa8a82270abb720749 (commit)
       via  3d2aa11cf8f0d7e735a787e039254818bc47cd64 (commit)
       via  45a8f5a57480cbb9153e3962555b68ff911bf03e (commit)
       via  7e9440cd0e00f0011ba08f802464940dec72fbed (commit)
       via  5e7459b011fd5923af6303736bff4b8003b122f1 (commit)
       via  2ea95d0407070585a0ec4b2a05fa7881e897d24b (commit)
       via  e906a3af911e8f3894de938b3a89a094fba0116b (commit)
      from  ae8d1658da0fe13b5598936c078cb0a9df30d7da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 39fb37233b80bd5eed7682fd8af70794000858be
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 14:11:55 2008 -0700

    Use Horde_Crypt to instantiate.

commit c8fe2540bec70a21b0e52c53589b37e6631ff3e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 14:11:07 2008 -0700

    Return success status for remove/alter.

commit 014002751e014dccec658b4a3ca9ae8140962bf8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 14:01:58 2008 -0700

    Use Horde_Crypt to instantiate. Remove todo.
    
    Not sure if works yet, but there is no reason technically why encrypted
    body text parts won't appear in reply/forward messages anymore.

commit 2c83bcb1d784ac5a46e98eea8250cfb4a5ccbf5c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 14:01:04 2008 -0700

    Viewing encrypted parts works now.
    
    Only tested with simple text/plain parts, but we can now access embedded
    encrypted parts by using pseudo-MIME IDs instead of requiring the data
    to be cached.  Big step.

commit 04e0b4d005f8ce4a99d8b0f194588ab8ed881190
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 14:00:33 2008 -0700

    Use Horde_Crypt to instantiate.

commit 4ef575056ced285ff9e22cc860381e30590eee0a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 13:58:45 2008 -0700

    Use new embeddedMimeParts() return format.

commit 9ea29528fca829a7f2b1f5aa8a82270abb720749
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 13:58:20 2008 -0700

    Fix alterPart() and removePart().

commit 3d2aa11cf8f0d7e735a787e039254818bc47cd64
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 13:15:27 2008 -0700

    Change output for this function.
    
    Matches render() better.

commit 45a8f5a57480cbb9153e3962555b68ff911bf03e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 13:14:55 2008 -0700

    Add option to return Mime_Part object instead.

commit 7e9440cd0e00f0011ba08f802464940dec72fbed
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 11:52:07 2008 -0700

    Fix getEmbeddedMimeParts(). Simplify.

commit 5e7459b011fd5923af6303736bff4b8003b122f1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 01:27:44 2008 -0700

    PGP: implement Viewing keys and signed parts.

commit 2ea95d0407070585a0ec4b2a05fa7881e897d24b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 01:17:18 2008 -0700

    Now that the imap client lib is fixed, don't need these.

commit e906a3af911e8f3894de938b3a89a094fba0116b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 18 00:26:22 2008 -0700

    Add mimeheaders option to getBodyPart().

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

Summary of changes:
 framework/Mime/lib/Horde/Mime/Message.php       |   20 +-
 framework/Mime/lib/Horde/Mime/Part.php          |   89 ++--
 framework/Mime/lib/Horde/Mime/Viewer/Driver.php |   28 +-
 imp/compose.php                                 |    9 +-
 imp/lib/Compose.php                             |   18 +-
 imp/lib/Contents.php                            |   48 ++-
 imp/lib/Mime/Viewer/partial.php                 |   12 +-
 imp/lib/Mime/Viewer/pgp.php                     |  594 ++++++++---------------
 imp/lib/Mime/Viewer/plain.php                   |    5 +-
 imp/pgp.php                                     |    3 +-
 imp/smime.php                                   |    4 +-
 11 files changed, 342 insertions(+), 488 deletions(-)


hooks/post-receive
-- 
Horde-Hatchery


More information about the commits mailing list