[commits] Horde branch master updated. 4b0a5a250686b651f77d18017eb963e3167b0f0b

Michael M Slusarz slusarz at horde.org
Fri Aug 16 21:37:20 UTC 2013


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

from: f2f2c55636a652f25fa64c18dfada495a66af8bc

30b3c7e Add Horde_Mail_Transport_SmtpHorde#getSMTPObject()
6a8ce37 Fix name of Horde Smtp driver
5a146af [mms] Support Horde_Mail_Transport_Smtphorde when sending messages.
1bae3d7 Correct RFCs
64e7800 Update RFC list
2964817 [mms] The Horde_Mail factory now uses Horde_Smtp as the underlying SMTP driver instead of Net_SMTP.
8f27523 [mms] Use Horde_Smtp to send messages via SMTP.
2398c56 Stress testing on Horde_Smtp - all obvious bugs are fixed now
b22a289 Bump up to 1.0.0 for initial release
ea55f51 Released Horde_Smtp-1.0.0
4b0a5a2 Development mode for Horde_Smtp-1.0.1

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

commit 30b3c7ece5f22206e551fa293c3ad92db819dc5f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:12:42 2013 -0600

    Add Horde_Mail_Transport_SmtpHorde#getSMTPObject()

 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |   29 ++++++++++++-----
 1 files changed, 21 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/30b3c7ece5f22206e551fa293c3ad92db819dc5f

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

commit 6a8ce37f0a1e5c4c7dcb2cb52a71bd7862351f34
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:35:34 2013 -0600

    Fix name of Horde Smtp driver

 framework/Mail/doc/Horde/Mail/UPGRADING               |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |  151 -----------------
 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php |  151 +++++++++++++++++
 framework/Mail/package.xml                            |   12 +-
 4 files changed, 159 insertions(+), 157 deletions(-)
 delete mode 100644 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php

http://git.horde.org/horde-git/-/commit/6a8ce37f0a1e5c4c7dcb2cb52a71bd7862351f34

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

commit 5a146af23129e344482a952af8cbe073190c6706
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:13:14 2013 -0600

    [mms] Support Horde_Mail_Transport_Smtphorde when sending messages.

 framework/Mime/lib/Horde/Mime/Part.php |    6 ++++++
 framework/Mime/package.xml             |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/5a146af23129e344482a952af8cbe073190c6706

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

commit 1bae3d7dfb98eae3e512ef1984373cb9ee89f1fe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:17:22 2013 -0600

    Correct RFCs

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

http://git.horde.org/horde-git/-/commit/1bae3d7dfb98eae3e512ef1984373cb9ee89f1fe

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

commit 64e78003bab3cbf26ebbd3e4f46e24ad4a1681ec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:22:06 2013 -0600

    Update RFC list

 imp/docs/RFCS |   35 +++++++++++++++++++++++++----------
 1 files changed, 25 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/64e78003bab3cbf26ebbd3e4f46e24ad4a1681ec

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

commit 2964817ffd81680efa81cb8a7d3670350dc38509
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:25:11 2013 -0600

    [mms] The Horde_Mail factory now uses Horde_Smtp as the underlying SMTP driver instead of Net_SMTP.

 framework/Core/lib/Horde/Core/Factory/Mail.php |    4 +++-
 framework/Core/package.xml                     |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2964817ffd81680efa81cb8a7d3670350dc38509

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

commit 8f27523e591823ea89e3d028f7f6b223313ccc47
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:37:03 2013 -0600

    [mms] Use Horde_Smtp to send messages via SMTP.

 imp/docs/CHANGES         |    1 +
 imp/lib/Factory/Mail.php |   67 +++++----------------------------------------
 imp/package.xml          |    4 ++-
 3 files changed, 12 insertions(+), 60 deletions(-)

http://git.horde.org/horde-git/-/commit/8f27523e591823ea89e3d028f7f6b223313ccc47

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

commit 2398c56a9be7fd8cd5ce867277ba6021eb7a870a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:26:06 2013 -0600

    Stress testing on Horde_Smtp - all obvious bugs are fixed now

 framework/Smtp/lib/Horde/Smtp.php             |   26 +++++---------
 framework/Smtp/lib/Horde/Smtp/Connection.php  |   48 +++++++++++++++++++++---
 framework/Smtp/lib/Horde/Smtp/Debug.php       |    7 ++--
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php |    2 +-
 4 files changed, 56 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/2398c56a9be7fd8cd5ce867277ba6021eb7a870a

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

commit b22a289631bdff939f3bb8258bb6164aeea87b2b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:27:23 2013 -0600

    Bump up to 1.0.0 for initial release

 framework/Smtp/package.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

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

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

commit ea55f51f2be537659e6c9f5ca61c895059e2f375
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:33:24 2013 -0600

    Released Horde_Smtp-1.0.0

 framework/Smtp/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 4b0a5a250686b651f77d18017eb963e3167b0f0b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:33:24 2013 -0600

    Development mode for Horde_Smtp-1.0.1

 framework/Smtp/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4b0a5a250686b651f77d18017eb963e3167b0f0b




More information about the commits mailing list