Use GMime to display the text/plain portion of email messages: #3710

This makes available MIME portions of the message, although more work will need to be done to expose all MIME parts.
This commit is contained in:
Jim Nelson 2011-07-06 15:46:24 -07:00
parent 7f293f9a6f
commit 4b03ba004e
12 changed files with 551 additions and 148 deletions

View file

@ -77,6 +77,7 @@ public class Geary.Sqlite.Folder : Geary.AbstractFolder, Geary.LocalFolder {
location.uid.to_string(), to_string());
}
// TODO: The following steps should be atomic
message_id = yield message_table.create_async(
new MessageRow.from_email(message_table, email),
cancellable);