aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers/mail-importer.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-5/+5
* Use folder display name in status messages when possible.Matthew Barnes2012-07-091-1/+1
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-5/+5
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-6/+7
* Bug #655944 - Import dialog is not showing operation progressMilan Crha2011-08-101-5/+5
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-3/+8
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-3/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-4/+8
* Bug #633158 - Importer stops after single mail importMilan Crha2010-10-271-1/+1
* Simplify EActivity.Matthew Barnes2010-10-231-9/+13
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-1/+1
* Give MailSession a permanent home.Matthew Barnes2010-10-131-8/+29
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-291-13/+13
* Adapt to Camel API changes.Matthew Barnes2010-09-281-24/+11
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-4/+8
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-151-9/+5
* Coding style cleanups.Matthew Barnes2010-09-131-69/+69
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-7/+9
* Adapt to Camel API changes.Matthew Barnes2010-04-301-1/+3
* Camel is now GObject-based.Matthew Barnes2010-04-241-4/+4
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-7/+0
* Fix mismatched quotes.Matthew Barnes2010-03-291-1/+1
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-171-2/+2
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-261-62/+2
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-17/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-8/+6
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-2/+3
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-28/+28
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+1
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-291-16/+15
* | Fix most of the compiler warnings in mail.Matthew Barnes2009-05-081-1/+3
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-5/+4
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+1
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-3/+8
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-16/+15
* | Progress update:Matthew Barnes2008-08-301-1/+0
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-2/+2
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-2/+2
* ** Fixes bug #362638Matthew Barnes2007-12-211-27/+23
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-13/+13
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-291-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-1/+1
* Fix file descriptor leaksJules Colding2007-05-291-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-3/+2
* Include e-util-private.h for O_BINARY.Tor Lillqvist2005-12-181-0/+2
* importers/elm-importer.c importers/evolution-mbox-importer.cTor Lillqvist2005-12-181-12/+15
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-2/+12
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-1/+0
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-121-7/+9
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* utf8_filename should be char * not charJP Rosevear2004-08-281-2/+2
* Convert filename to UTF-8 from local encoding before displaying it.Frédéric Crozat2004-08-251-2/+4
* removed.Not Zed2004-05-031-0/+6
* use mail-importer to import the mail tree, fix the account stuff to talkNot Zed2004-02-131-16/+71
* call the right recursive function, oops.Not Zed2004-02-111-1/+1
* Basically rewrote this, the import tasks run in another thread. It tellsNot Zed2004-02-111-0/+390