Details
Description
I have a test that sends this message to our mailserver and check the returned content:
String sources = "Content-Type: text/plain;\r\nSubject: test\r\n\r\nBody=32=48\r\n";
sun's returns me this body:
Body=32=48\r\n
geronimo's returns me this body:
Body2H\r\n\r\n\r\n
The 2 trailing crlf are because of GERONIMO-4135, but it seems geronimo treated the missing Content-Transfer-Encoding as a quoted-printable and this way converted my message!
Attachments
Issue Links
- blocks
-
JAMES-845 Geronimo - JAMES Server integration
- Resolved