mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
f9a35aeaee
This is necessary because we save the offset and length of the user- supplied text in the identity header. These values are then later used to split the draft in user text and quoted message. When calculating these values we operate on a string with LF line endings. Ideally we want to do the reverse operation on the same string, but when saving the message to the server LF is converted to CRLF to create RFC-conforming messages. This is only a hack and will probably be the cause of more trouble in the future. A better solution would be to make the identity header more robust or get rid of it entirely. |
||
---|---|---|
.. | ||
BinaryTempFileBody.java | ||
DecoderUtil.java | ||
EncoderUtil.java | ||
Iso2022JpToShiftJisInputStream.java | ||
MimeBodyPart.java | ||
MimeHeader.java | ||
MimeMessage.java | ||
MimeMultipart.java | ||
MimeUtility.java | ||
TextBody.java |