k-9/src/com/android/email/mail/internet
Daniel Applebaum 10b9b0a05b Issue 117
Issue 30

Provide support for multiple identities.  Identities can be managed in
the Account Settings.  While composing a message, an identity can be
chosen for sending.  Identity information and signature edits are
saved in a header field, so that they survive being synced to the
server and back.

Provide support for editing the quoted text, either for replies or
forwards.  The quoted text is immediately editable, in a separate
editor from the main body.  When saved in a draft, the two are
contatenated, but the length of the main body is saved with the
identity information, and is used to split the two parts again, when
opening the draft.
2009-06-09 03:11:35 +00:00
..
BinaryTempFileBody.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
MimeBodyPart.java Meant to add to revision 313 notes: 2009-01-18 16:35:47 +00:00
MimeHeader.java Issue 117 2009-06-09 03:11:35 +00:00
MimeMessage.java Issue 117 2009-06-09 03:11:35 +00:00
MimeMultipart.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
MimeUtility.java Minor optiomization to help with the OutOfMemoryError pbs we have been getting 2009-05-12 05:31:21 +00:00
TextBody.java Fixed NullPointerException when trying to send message with to text body (attachment only for example). The message would end up being stuck in the outbox. 2009-05-22 05:42:16 +00:00