aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-241-3/+1
* Attachment-related cleanups.Matthew Barnes2013-05-241-9/+9
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-21/+17
* Add e_mail_part_get_is_attachment().Matthew Barnes2013-05-201-2/+2
* Add e_mail_part_set_mime_type().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_mime_type().Matthew Barnes2013-05-201-2/+2
* Add e_mail_part_get_cid().Matthew Barnes2013-05-201-2/+2
* Add e_mail_part_get_id().Matthew Barnes2013-05-201-2/+2
* em-format cleanups.Matthew Barnes2013-05-201-8/+15
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-091-2/+3
* Add comments around g_idle_add() changesMilan Crha2013-02-091-0/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-091-2/+3
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-3/+2
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-2/+3
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2013-02-011-2/+1
* Revert "Teach EMailExtensionRegistry to find extensions."Milan Crha2013-01-291-1/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-9/+5
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2012-12-081-2/+1
* e_mail_parser_base_init(): Register internal extension types.Matthew Barnes2012-12-081-1/+56
* EMailParserExtension: Collect EMailParts in a GQueue.Matthew Barnes2012-12-081-52/+53
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-27/+39
* Further EMailParser cleanups.Matthew Barnes2012-12-051-96/+95
* mail_parser_run(): Eliminate a dead code branch.Matthew Barnes2012-12-051-24/+16
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-15/+27
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-8/+5
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-4/+4
* Bug #680123 - Freeze on message/disposition-notification email parsingDan Vrátil2012-07-181-1/+1
* Add CamelDebug to e_mail_parser_parse_syncDan Vrátil2012-06-271-0/+17
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-10/+10
* Remove a leftover debug messageDan Vrátil2012-06-071-3/+0
* Mail formatter rewriteDan Vrátil2012-06-061-0/+693