You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
when send message with attachement with big name...
in the content type they can add the file name...
so the content-type can be larger than 255...
What is the expected output? What do you see instead?
database insertion of the message...
instead the message is rejected directly without smtp error message (connection
close).
What version of the product are you using? On what operating system?
last git
Please provide any additional information below.
i've resized the database field to 550... but is not the good solution... i
think the most elegante solution is to analyse content type and remove extra
subtype (http://www.w3.org/Protocols/rfc1341/4_Content-Type.html) before insert
to database...
Original issue reported on code.google.com by mcarbonneaux on 27 Jul 2014 at 4:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mcarbonneaux
on 27 Jul 2014 at 4:16The text was updated successfully, but these errors were encountered: