Handle mime encoded sender in convo list
Bug: 6901954 Change-Id: I5f9915592d4d859bd8ddd0185890015923390fbe
This commit is contained in:
parent
2c2508607c
commit
db1c845212
@ -449,7 +449,7 @@ public class Imap2SyncService extends AbstractSyncService {
|
||||
}
|
||||
|
||||
String parseRecipients (Parser p, Message msg) {
|
||||
msg.mFrom = parseRecipientList(p.parseListOrNil());
|
||||
msg.mFrom = MimeUtility.decode(parseRecipientList(p.parseListOrNil()));
|
||||
@SuppressWarnings("unused")
|
||||
String senderList = parseRecipientList(p.parseListOrNil());
|
||||
msg.mReplyTo = parseRecipientList(p.parseListOrNil());
|
||||
|
Loading…
Reference in New Issue
Block a user