Summary | Sending messages as 8BITMIME or BINARYMIME broken |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | christof (at) buergi (dot) lugs (dot) ch |
Created | 11/30/2011 (4966 days ago) |
Due | |
Updated | 11/30/2011 (4966 days ago) |
Assigned | |
Resolved | 11/30/2011 (4966 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Priority ⇒ 2. Medium
[mms] Fix for broken 8BITMIME/BINARYMIME SMTP capability detection
(
Bug #10820).2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/173c6d3a695419a9105626794f6e40fdc00069b9
Priority ⇒ 1. Low
New Attachment: Part.diff
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Sending texts as 8BITMIME oder BINARYMIME broken
Type ⇒ Bug
State ⇒ Unconfirmed
and BINARYMIME capabilities. Before that, the transport object is
checked, whether it's an SMTP object in the first place.
Unfortunately, that check is for a Horde_Mail_Smtp instance instead of
a Horde _Mail_Transport_Smtp instance, thus in fact disabling the
functionality.