[ http://issues.apache.org/jira/browse/JAMES-648?page=comments#action_12439680 ] Guillermo Grandes commented on JAMES-648: -----------------------------------------
Anyway... My big problem is not the "ó" corrupted in an "ó", my problem is the corrupted Mime Boundary "------_=_NextPart_000_01C0B2DF.DE9D0F20" IMHO... this is not... "normal" if I add the missing header "Content-Transfer-Encoding: 7bit" or "8bit", the mime-boundaries are OK and message is not corrupt, this is my question, why JavaMail use "quoted-printable" for missing header instead of Xbit? IMO, if a char >127 is found in the stream and no header is set, we have 2 options: 1) recode the chars with =HH and set quoted-printable 2) set header to 8bit this is the correct, right? > Corrupted MIME message with 8bit in body > ---------------------------------------- > > Key: JAMES-648 > URL: http://issues.apache.org/jira/browse/JAMES-648 > Project: James > Issue Type: Bug > Affects Versions: Trunk > Environment: James 3.0 > Reporter: Guillermo Grandes > Assigned To: Norman Maurer > Attachments: > 4D61696C313135393436303732323938332D323834.Repository.FileStreamStore, > james-proccesors.xml, traces.txt > > > My config: Client (Mail-Orig) -> James (relay) -> Exchange -> Outlook (Reader) > This is the mail received from an HP-Openview ServiceDesk (Mail-Orig) to > James and relayed to Exchange: > ----------- cut ----------- cut ----------- cut ----------- cut ----------- > begin > ------_=_NextPart_000_01C0B2DF.DE9D0F20 > Creada por: Explotación > Archivo Adjunto?: No > ------_=_NextPart_000_01C0B2DF.DE9D0F20-- > ----------- cut ----------- cut ----------- cut ----------- cut ----------- > end > (they would not have to appear the NextPart headers) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
