index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mail
/
importers
/
mail-importer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce libemail-engine and libemail-utils.
Matthew Barnes
2012-01-19
1
-5
/
+5
*
Reorder accounts by drag-and-drop.
Matthew Barnes
2011-12-11
1
-2
/
+2
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-09-04
1
-6
/
+7
*
Bug #655944 - Import dialog is not showing operation progress
Milan Crha
2011-08-10
1
-5
/
+5
*
Coding style and whitespace cleanups.
Matthew Barnes
2011-06-09
1
-3
/
+8
*
Including <glib.h> directly is rarely needed.
Matthew Barnes
2011-05-28
1
-1
/
+0
*
Coding style cleanups.
Matthew Barnes
2011-05-09
1
-1
/
+1
*
Whitespace and coding style cleanups.
Matthew Barnes
2011-05-08
1
-3
/
+9
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-01-30
1
-4
/
+8
*
Bug #633158 - Importer stops after single mail import
Milan Crha
2010-10-27
1
-1
/
+1
*
Simplify EActivity.
Matthew Barnes
2010-10-23
1
-9
/
+13
*
Collect mail enum types in e-mail-enums.h.
Matthew Barnes
2010-10-19
1
-1
/
+1
*
Give MailSession a permanent home.
Matthew Barnes
2010-10-13
1
-8
/
+29
*
camel_operation_new() now returns a GCancellable pointer.
Matthew Barnes
2010-09-29
1
-13
/
+13
*
Adapt to Camel API changes.
Matthew Barnes
2010-09-28
1
-24
/
+11
*
Pass GCancellable to Camel.
Matthew Barnes
2010-09-28
1
-4
/
+8
*
Adapt to CamelOperation API changes.
Matthew Barnes
2010-09-15
1
-9
/
+5
*
Coding style cleanups.
Matthew Barnes
2010-09-13
1
-69
/
+69
*
Migrate from CamelException to GError.
Matthew Barnes
2010-07-09
1
-7
/
+9
*
Adapt to Camel API changes.
Matthew Barnes
2010-04-30
1
-1
/
+3
*
Camel is now GObject-based.
Matthew Barnes
2010-04-24
1
-4
/
+4
*
Only #include Camel's top-level header.
Matthew Barnes
2010-04-03
1
-7
/
+0
*
Fix mismatched quotes.
Matthew Barnes
2010-03-29
1
-1
/
+1
*
Kill em_utils_get_data/config_dir(), push down to MailSession
Jonathon Jongsma
2009-12-17
1
-2
/
+2
*
Trim unused or unnecessary bits from the import framework.
Matthew Barnes
2009-09-26
1
-62
/
+2
*
Fix compiler warnings and deprecated GTK+ API usage.
Matthew Barnes
2009-08-16
1
-17
/
+0
*
Radically reorganize source code.
Matthew Barnes
2009-06-25
1
-8
/
+6
*
Split store and local folder management out from shell backend.
Matthew Barnes
2009-06-24
1
-2
/
+3
*
More code cleanup.
Matthew Barnes
2009-06-02
1
-1
/
+1
*
Whitespace cleanup.
Matthew Barnes
2009-05-29
1
-1
/
+1
*
Prefer GLib basic types over C types.
Matthew Barnes
2009-05-27
1
-28
/
+28
*
Merge branch 'master' into kill-bonobo
Matthew Barnes
2009-05-27
1
-1
/
+1
|
\
|
*
Remove trailing whitespace, again.
Matthew Barnes
2009-05-27
1
-1
/
+1
|
*
Remove unneeded #include <libgnome/gnome-util.h>.
Matthew Barnes
2009-01-11
1
-1
/
+1
|
*
License changes from GPL to LGPL
Sankarasivasubramanian Pasupathilingam
2008-09-29
1
-16
/
+15
*
|
Fix most of the compiler warnings in mail.
Matthew Barnes
2009-05-08
1
-1
/
+3
*
|
Adapt mail to EShellBackend changes.
Matthew Barnes
2009-05-08
1
-5
/
+4
*
|
Merge revisions 36866:37046 from trunk.
Matthew Barnes
2009-01-12
1
-1
/
+1
*
|
Get the mail folder tree compiling, though I'm not yet sure why it's not
Matthew Barnes
2008-10-17
1
-3
/
+8
*
|
Merge revisions 36016:36533 from trunk.
Matthew Barnes
2008-10-02
1
-16
/
+15
*
|
Progress update:
Matthew Barnes
2008-08-30
1
-1
/
+0
|
/
*
fixed copyright notices
Jeffrey Stedfast
2008-06-21
1
-2
/
+2
*
** Fixes breakage caused by bug #513951
Matthew Barnes
2008-03-12
1
-2
/
+2
*
** Fixes bug #362638
Matthew Barnes
2007-12-21
1
-27
/
+23
*
** Remove trailing whitespace from source code.
Matthew Barnes
2007-11-15
1
-13
/
+13
*
Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of function
Kjartan Maraas
2007-10-29
1
-2
/
+2
*
Update FSF address in header comments (#469886). Patch from Tobias
Matthew Barnes
2007-09-02
1
-2
/
+2
*
Fix compilation warnings in mail folder (#437935).
Matthew Barnes
2007-06-03
1
-1
/
+1
*
Fix file descriptor leaks
Jules Colding
2007-05-29
1
-1
/
+1
*
** Fixes bug #419524
Matthew Barnes
2007-03-21
1
-1
/
+1
*
s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bit
Kjartan Maraas
2006-02-08
1
-3
/
+2
*
Include e-util-private.h for O_BINARY.
Tor Lillqvist
2005-12-18
1
-0
/
+2
*
importers/elm-importer.c importers/evolution-mbox-importer.c
Tor Lillqvist
2005-12-18
1
-12
/
+15
*
Merge back eplugin-import-branch.
Michael Zucci
2005-07-12
1
-2
/
+12
*
Moved various things from e-util to libedataserver.
Not Zed
2004-12-03
1
-1
/
+0
*
** Merge in notzed-messageinfo-branch.
Not Zed
2004-11-12
1
-7
/
+9
*
Merged notzed-eplugin-2-branch to head.
Michael Zucci
2004-09-20
1
-0
/
+1
*
utf8_filename should be char * not char
JP Rosevear
2004-08-28
1
-2
/
+2
*
Convert filename to UTF-8 from local encoding before displaying it.
Frédéric Crozat
2004-08-25
1
-2
/
+4
*
removed.
Not Zed
2004-05-03
1
-0
/
+6
*
use mail-importer to import the mail tree, fix the account stuff to talk
Not Zed
2004-02-13
1
-16
/
+71
*
call the right recursive function, oops.
Not Zed
2004-02-11
1
-1
/
+1
*
Basically rewrote this, the import tasks run in another thread. It tells
Not Zed
2004-02-11
1
-0
/
+390