Closed (works as designed)
Project:
SMTP Authentication Support
Version:
6.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2011 at 01:32 UTC
Updated:
26 Apr 2016 at 23:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
akolahi commentedI was able to get around this issue by not using the SMTP module, but instead using the PHPMailer module. Changing to Minor priority since there is a usable workaround.
Comment #2
simon georges commentedThen I suppose the issue should be in the SMTP queue ?
Comment #3
ralf.huebl commentedI had the same problem,
for my solution see the uploaded file
Comment #4
wundo commentedHi ralf.huebl ,
Could you provide a patch?
Comment #5
wundo commentedComment #6
yingtho commentedThis is the patch provide above as text with one bug fix and moved the comment around a bit. See enclosed patch.
Comment #7
wundo commentedCould you please re-roll this patch?
Comment #8
somersoft commentedI have attached the patch file which has been rerolled and now works for smtp 6.x-1.1, mimemail 6.x-1.1 and simplenews 6.x-2.0-alpha5.
I found that when the body was base64 encoded, it was not being decode in the unwinding.
Comment #10
somersoft commentedProblem of using windows based tools is line endings :(
Comment #11
somersoft commentedComment #13
somersoft commentedOnce again.
Comment #15
somersoft commentedAt last got the IDE to produce a valid patch file :( :(
Comment #17
somersoft commentedWith Unix line endings for smtp 6.x-1.1
Comment #18
somersoft commented:) at last
Comment #19
somersoft commentedHere is the patch file for version 6.x-1.0
Comment #20
somersoft commentedAfter further testing found that file attachements were not being unwound correctly.
Here is a patch for the 6.x-1.1 version that unwinds file attachments.
Comment #21
somersoft commentedAfter further testing found that file attachements were not being unwound correctly.
Here is a patch for the 6.x-1.0 version that unwinds file attachments.
Thank you ralf.huebl for the original work.
Comment #22
wundo commentedClosing very old (dead) issues, if you think this is still relevant please re-open.