mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Meant to add to revision 313 notes:
Patches were handling uppercase MIME types were submitted by gwillen in K-9 issue 94 (MimeBodyPart.java and MimeMessage.java) and Josh Guilfoyle as part of Android patch 1539 (MimeUtility.java) Sorry for missing the attribution on the original commit
This commit is contained in:
parent
2c51862087
commit
dc40026b31
@ -18,7 +18,7 @@ public class MimeBodyPart extends BodyPart {
|
||||
protected MimeHeader mHeader = new MimeHeader();
|
||||
protected Body mBody;
|
||||
protected int mSize;
|
||||
|
||||
|
||||
public MimeBodyPart() throws MessagingException {
|
||||
this(null);
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ public class MimeMessage extends Message {
|
||||
protected SimpleDateFormat mDateFormat = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z");
|
||||
protected Body mBody;
|
||||
protected int mSize;
|
||||
|
||||
|
||||
public MimeMessage() {
|
||||
/*
|
||||
* Every new messages gets a Message-ID
|
||||
|
@ -28,7 +28,7 @@ import com.android.email.mail.Part;
|
||||
|
||||
public class MimeUtility {
|
||||
|
||||
|
||||
|
||||
public static String unfold(String s) {
|
||||
if (s == null) {
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user