aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers
Commit message (Expand)AuthorAgeFilesLines
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-3/+2
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
* Use e_book_client_connect().Matthew Barnes2013-01-301-7/+4
* Bug #692781 - [pine-importer] Abort on book failure during contact importMilan Crha2013-01-301-1/+1
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-203-4/+4
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-136-15/+9
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-063-21/+21
* Coding style and whitespace cleanup.Matthew Barnes2012-08-204-38/+39
* Use folder display name in status messages when possible.Matthew Barnes2012-07-091-1/+1
* Remove the last remaining usage of GConfMilan Crha2012-06-152-55/+6
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-4/+1
* Adapt mail/importers to the new ESource API.Matthew Barnes2012-06-031-25/+19
* Coding style and whitespace cleanup.Matthew Barnes2012-02-203-5/+15
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-196-9/+11
* Bug #667528 - Crash in pine-importer.c with no book source definedMilan Crha2012-01-091-5/+14
* Reduce diff noise with account-mgmt branch.Matthew Barnes2011-12-201-16/+11
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-2/+1
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-112-5/+9
* Bug #665123 - Incorrect unref of ESource in pine-importerMilan Crha2011-11-291-2/+0
* Simplify library dependency flags.Matthew Barnes2011-10-051-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2011-09-045-53/+93
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-12/+19
* Bug #655944 - Import dialog is not showing operation progressMilan Crha2011-08-101-5/+5
* EMFolderSelectionButton: Add a "folder-uri" property.Matthew Barnes2011-08-101-2/+2
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-11/+38
* Coding style and whitespace cleanups.Matthew Barnes2011-06-093-16/+36
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-4/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-05-222-4/+10
* Coding style cleanups.Matthew Barnes2011-05-094-23/+23
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-3/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-4/+8
* Add missing EVOLUTION_MAIL_LIBS to LIBADD in mail/importersMilan Crha2010-11-041-0/+1
* Bug #633158 - Importer stops after single mail importMilan Crha2010-10-271-1/+1
* Simplify EActivity.Matthew Barnes2010-10-233-11/+19
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-192-2/+2
* Give MailSession a permanent home.Matthew Barnes2010-10-135-16/+98
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-295-31/+33
* Adapt to Camel API changes.Matthew Barnes2010-09-282-26/+13
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-4/+8
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-154-30/+23
* Coding style cleanups.Matthew Barnes2010-09-135-253/+253
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-17/+36
* Migrate from CamelException to GError.Matthew Barnes2010-07-095-12/+14
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-18/+46
* Bug #499320 - Preview before import from command lineMilan Crha2010-05-195-0/+160
* Adapt to Camel API changes.Matthew Barnes2010-04-301-1/+3
* Camel is now GObject-based.Matthew Barnes2010-04-241-4/+4
* Bug 615814 - Missing mnemonic in import dialogMatthew Barnes2010-04-181-1/+5
* Only #include Camel's top-level header.Matthew Barnes2010-04-035-14/+1
* Fix mismatched quotes.Matthew Barnes2010-03-291-1/+1
* Remove a long lived win32 hackFridrich Strba2010-03-061-6/+0
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-01-042-4/+10
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-171-2/+2
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-012-2/+0
* port calendar/ to the new EError APIJonathon Jongsma2009-12-011-0/+1
* Fix a build error.Matthew Barnes2009-11-251-0/+1
* Further tweaks for the command-line importing.Matthew Barnes2009-11-131-4/+8
* Bug #588093 - Allow import of local files from command lineMilan Crha2009-11-121-4/+35
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-1/+3
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-264-93/+7
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-1/+3
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-162-36/+1
* Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-061-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* Radically reorganize source code.Matthew Barnes2009-06-253-9/+39
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-242-10/+11
* Stop abusing forward declarations.Matthew Barnes2009-06-191-19/+19
* More code cleanup.Matthew Barnes2009-06-023-6/+6
* Whitespace cleanup.Matthew Barnes2009-05-292-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-275-83/+83
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-275-6/+6
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-275-5/+5
| * Fix compiler warnings in mail.Matthew Barnes2009-05-262-3/+1
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-012-2/+2
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+1
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-291-16/+15
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-18/+16
| * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-131-16/+15
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-16/+16
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-13/+14
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-31/+0
* | Fix most of the compiler warnings in mail.Matthew Barnes2009-05-081-1/+3
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-082-9/+9
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-152-2/+2
* | 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-172-8/+17
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-023-50/+46
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-112-29/+30
* | Progress update:Matthew Barnes2008-08-301-1/+0
|/
* fixed copyright noticesJeffrey Stedfast2008-06-215-8/+8
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-063-10/+3
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-2/+2
* ** Fixes bug #362638Matthew Barnes2007-12-213-68/+55
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-154-28/+28
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-293-4/+4
* ** Fixes bug #469657Matthew Barnes2007-10-021-15/+7
* Distribute README.async (#478704).Matthew Barnes2007-09-224-2447/+0
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-028-13/+13
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-15/+0
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-1/+1
* Fix file descriptor leaksJules Colding2007-05-293-3/+6
* ** Fixes bug #419524Matthew Barnes2007-03-212-2/+2
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-3/+2
* fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-061-1/+1
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1
* 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-186-23/+37
* Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing toTor Lillqvist2005-09-281-2/+2
* Use the bootstrap import library for libevolution-mail.la on Win32 asTor Lillqvist2005-08-101-1/+7
* Merge back eplugin-import-branch.Michael Zucci2005-07-127-668/+421
* include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-0/+2
* Remove unused global symbol.Hans Petter Jansson2005-02-011-2/+0
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-091-1/+1
* Moved various things from e-util to libedataserver.Not Zed2004-12-032-2/+0
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-122-8/+10
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-203-0/+3
* 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-253-5/+13
* ** See #59885.Not Zed2004-06-171-25/+25
* set the default selection to inbox.Not Zed2004-05-262-3/+33
* use the new e_book_new_* and e_book_open apis.Chris Toshok2004-05-201-3/+3
* ** Dunno why i bothered, but see bug #58090.Not Zed2004-05-071-6/+36
* removed.Not Zed2004-05-032-0/+7
* Removed unused and uninitialised "url" local that gets g_free-edDavid Malcolm2004-04-191-2/+1
* use e_destination_export_to_vcard_attribute instead of exporting to xml,Chris Toshok2004-04-101-11/+12
* Updated for signature API changes.Jeffrey Stedfast2004-04-021-6/+7
* ** See bug #55096.Not Zed2004-03-052-1/+12
* fix for the weird-arsed e-contact list api. and fix a small memleak.Not Zed2004-02-171-2/+16
* use mail-importer to import the mail tree, fix the account stuff to talkNot Zed2004-02-137-1174/+960
* call the right recursive function, oops.Not Zed2004-02-112-4/+2
* include camel-operation.hJP Rosevear2004-02-111-0/+2
* Basically rewrote this, the import tasks run in another thread. It tellsNot Zed2004-02-1114-746/+852
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-0210-29/+29
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-171-2/+1
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-311-8/+7
* updated for camel namespace changesJeffrey Stedfast2003-09-191-1/+1
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-1/+1
* Updated for camel namespace changes.Jeffrey Stedfast2003-08-271-1/+1
* ** See bug #22542Not Zed2003-06-111-1/+1
* Updated for API change in the filter code.Jeffrey Stedfast2003-04-301-4/+4
* Remove COMPONENTDIR and set BINDIR and VERSION instead.Not Zed2003-04-176-12/+13
* Fix bad XML noticed by Not ZedDan Winship2003-04-083-6/+6
* Clean up server namesDan Winship2003-04-086-21/+36
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-035-3/+5
* ** for mail part of bug #38461.Not Zed2003-03-205-275/+156
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-202-2/+2
* Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. Likewise.Ettore Perazzoli2003-03-072-3/+3
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-221-6/+0
* add .server.in filesDan Winship2003-02-201-1/+4
* Removed unused variables.Jeffrey Stedfast2003-02-134-59/+12
* Split the ORBit IDL compilation rules to work properly with parallelEttore Perazzoli2003-02-111-3/+11
* Add LDFLAGS to ported libsRodney Dawes2003-02-101-0/+6
* track change to e_book_load_uri type.Chris Toshok2003-02-071-3/+1
* Remove *dir defs that are in configure.in now (INCLUDES): clean up usingDan Winship2003-02-072-4/+2
* update from ../../importers/. (main): Removed.Not Zed2003-02-055-15/+3577
* removed *.oaf.in that were leftJeffrey Stedfast2003-01-232-58/+0
* ignore *.serverJeffrey Stedfast2002-12-051-1/+1
* provide a proper implicit rule for building .server.in from .server.in.in.Not Zed2002-11-202-8/+6
* fix warning message, outlook->mbox.Not Zed2002-11-192-2/+2
* Added back libevolution-importer stuff. (SUBDIRS): Added back importers.Not Zed2002-11-188-30/+149
* Fixed i18n rule.Michael Zucci2002-11-121-1/+1
* Use the camel_message_info_new/free functions rather than g_new0 andJeffrey Stedfast2002-10-021-69/+43
* [Fix #24732]Ettore Perazzoli2002-10-021-2/+3
* Define a versioned library directory that we can use for things that arePeter Williams2002-07-151-1/+1
* Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-1/+1
* add const to silence warning.Larry Ewing2002-04-291-1/+1
* Use -avoid-version -module. (From Max Horn <max@quendi.de>)Dan Winship2002-04-021-2/+2
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-9/+8
* Make the mbox importer check for Mozilla status headers and act on them.Iain Holmes2002-01-093-4/+110
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-272-6/+4
* Fix typoIain Holmes2001-10-171-1/+1
* Fix race conditions in creating foldersIain Holmes2001-10-131-2/+5
* Only create the folder when the shell has created it.Iain Holmes2001-10-051-2/+2
* add $BONOBO_GNOME_CFLAGS to make it work with latest BonoboRodrigo Moya2001-10-041-0/+1
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-032-4/+4
* const fixIain Holmes2001-09-201-2/+2
* Fix memory leakIain Holmes2001-09-201-0/+1
* Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-311-13/+38
* Compile fixesIain Holmes2001-08-181-2/+4
* Fix the importers if you try to import into an already existing directoryIain Holmes2001-07-131-20/+33
* Kill irritating "Returning" g_warning.Peter Williams2001-07-031-1/+0
* Made a const char * here.Christopher James Lahey2001-05-101-1/+2
* Importer changesIain Holmes2001-05-098-1421/+62
* Pull up fix from the branch:Ettore Perazzoli2001-04-181-1/+1
* Check for KMail files.Iain Holmes2001-04-031-0/+60
* Fix a crash when the evolution-importer-client tries to pass NULL for the fol...Iain Holmes2001-03-312-2/+2
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-304-11/+22
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-234-6/+28
* Step the parser so it imports more than one message.Iain Holmes2001-03-211-0/+20
* extra dist the oaf filesJP Rosevear2001-03-211-0/+2
* Changes to the netscape importer for streamlining it and not creating silly f...Iain Holmes2001-03-201-41/+40
* Elm and Pine importersIain Holmes2001-03-205-2/+852
* builddir != srcdir fixes. Yay!Ettore Perazzoli2001-03-141-0/+2
* Call gtk_html_end() on the stream so things happen. Fixes a problem withDan Winship2001-03-141-0/+12
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-137-0/+1113