[commits] Horde-Hatchery branch master updated.

Michael M Slusarz slusarz at horde.org
Thu Feb 26 07:03:59 UTC 2009


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

from: 5e5d8c1c6c524926f28c1f553a602e336db9a3f4

4a06346... Throw Horde_Exception here instead of Exception.
196e6ff... Fix some code relating to verifying PGP message
c79c6df... Update to new Horde_Crypt code

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

commit 4a0634633b56b2ca6f96b938aebde9d51ff53e5f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 25 21:59:30 2009 -0700

    Throw Horde_Exception here instead of Exception.

 imp/acl.php          |    2 +-
 imp/lib/IMAP/ACL.php |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=672a65d70280fe6bc429359e0daaccbd4f435e3d&r2=4a0634633b56b2ca6f96b938aebde9d51ff53e5f
http://git.horde.org/diff.php/imp/lib/IMAP/ACL.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=4a0634633b56b2ca6f96b938aebde9d51ff53e5f

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

commit 196e6ffe7d02bec868ed193c77d8eddc95bb5baf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 25 22:07:00 2009 -0700

    Fix some code relating to verifying PGP message

 imp/lib/Crypt/pgp.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Crypt/pgp.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=196e6ffe7d02bec868ed193c77d8eddc95bb5baf

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

commit c79c6dfcd3fe5fefabd73a5eff965823577abe74
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 26 00:04:03 2009 -0700

    Update to new Horde_Crypt code

 imp/ajax.php                  |   46 ++--
 imp/compose.php               |    2 +-
 imp/lib/Compose.php           |    6 +-
 imp/lib/Crypt/Pgp.php         |  585 +++++++++++++++++++++++++++++++++++++++
 imp/lib/Crypt/Smime.php       |  428 ++++++++++++++++++++++++++++
 imp/lib/Crypt/pgp.php         |  613 -----------------------------------------
 imp/lib/Crypt/smime.php       |  461 -------------------------------
 imp/lib/Mime/Viewer/pgp.php   |   21 +-
 imp/lib/Mime/Viewer/plain.php |   14 +-
 imp/lib/Mime/Viewer/smime.php |   90 ++++---
 imp/pgp.php                   |   18 +-
 imp/smime.php                 |   23 ++-
 12 files changed, 1145 insertions(+), 1162 deletions(-)
 create mode 100644 imp/lib/Crypt/Pgp.php
 create mode 100644 imp/lib/Crypt/Smime.php
 delete mode 100644 imp/lib/Crypt/pgp.php
 delete mode 100644 imp/lib/Crypt/smime.php

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=a2dee48ba5e3c12d9e84ce29072be1975c511b8a&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/co.php/imp/lib/Crypt/Pgp.php?rt=horde-hatchery&r=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/co.php/imp/lib/Crypt/Smime.php?rt=horde-hatchery&r=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/lib/Crypt/pgp.php?rt=horde-hatchery&r1=196e6ffe7d02bec868ed193c77d8eddc95bb5baf&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/lib/Crypt/smime.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/pgp.php?rt=horde-hatchery&r1=a402ae9c74de4913a5347b5c7074d6e248778f17&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/plain.php?rt=horde-hatchery&r1=4a1e28a9b4d1f2b097522af95cfd24fe3a489cf3&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/smime.php?rt=horde-hatchery&r1=a402ae9c74de4913a5347b5c7074d6e248778f17&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=672a65d70280fe6bc429359e0daaccbd4f435e3d&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=672a65d70280fe6bc429359e0daaccbd4f435e3d&r2=c79c6dfcd3fe5fefabd73a5eff965823577abe74




More information about the commits mailing list