aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/pst-importer.c
Commit message (Expand)AuthorAgeFilesLines
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-15/+22
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-311-1/+1
* pst-importer: Avoid EClientSourceType enum.Matthew Barnes2013-01-301-55/+32
* Use e_book_client_connect().Matthew Barnes2013-01-301-9/+11
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-2/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-8/+5
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-13/+17
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-7/+7
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-5/+5
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-14/+3
* Adapt pst-importer plugin to the new ESource API.Matthew Barnes2012-06-031-21/+44
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+12
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-2/+3
* Bug #667346 - Fix build with libpst 0.6.54 and require this versionVincent Untz2012-01-101-1/+1
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-2/+6
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-3/+7
* Miscellaneous cleanups.Matthew Barnes2011-11-231-3/+6
* Adapt to CamelOperation API changes.Matthew Barnes2011-11-071-2/+1
* Bug #660782 - [pst-import] Missing 'To' on message repliesMilan Crha2011-10-281-5/+62
* Bug #660782 - [pst-import] Missing tasks after importMilan Crha2011-10-111-16/+105
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-6/+21
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-45/+111
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-3/+5
* Bug #655944 - Import dialog is not showing operation progressMilan Crha2011-08-101-29/+50
* EMFolderSelectionButton: Add a "folder-uri" property.Matthew Barnes2011-08-101-2/+2
* Bug #655872 - [pst-import] Fails to properly open remote clientMilan Crha2011-08-091-125/+184
* Bug #655943 - Meeting request mails are not imported properlyMilan Crha2011-08-051-4/+107
* Bug #655870 - Uses incorrect pointer as string in error messageMilan Crha2011-08-041-1/+1
* Bug #655893 - Crash on pst folder hierarchy importMilan Crha2011-08-031-45/+96
* Bug #646646 - Incomplete and folder-incorrect import of pst fileMilan Crha2011-08-031-26/+36
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-28/+58
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-3/+4
* Coding style cleanups.Matthew Barnes2011-05-091-12/+12
* Fix translations being boken by removing calls to bindtextdomain() from plugins.Kjartan Maraas2011-04-021-8/+0
* Fix Gtk-Doc comment notation.Matthew Barnes2011-03-021-22/+43
* Bug #641456 - Crash in pst_process_appointment at pst-importer.cMilan Crha2011-02-281-67/+16
* Bug #641701 - Issues with pst-import pluginMilan Crha2011-02-101-12/+23
* Bug #641451 - Crash in folder_selection_button_newBharath Acharya2011-02-071-5/+9
* Simplify EActivity.Matthew Barnes2010-10-231-6/+12
* 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/+43
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-291-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-09-281-19/+15
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-8/+17
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-151-8/+6
* Coding style cleanups.Matthew Barnes2010-09-131-21/+21
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-11/+11
* Camel is now GObject-based.Matthew Barnes2010-04-241-13/+13
* [win32] Fix a build breakage by adding a proper define for gmtime_rFridrich Štrba2010-04-151-0/+7
* Adapt to Camel API changes.Matthew Barnes2010-04-041-6/+6
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-10/+0
* Fix mismatched quotes.Matthew Barnes2010-03-291-2/+2
* Bug #601551 - [PST] evolution crashed with SIGSEGVMilan Crha2010-02-251-3/+11
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+1
* Bug 599245 - Use bitwise AND instead of logical AND for checking flagsThomas Andersen2009-10-221-2/+2
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-261-0/+1
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-2/+2
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-9/+11
* Get the pst-import plugin working.Matthew Barnes2009-08-121-3/+3
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-175/+153
|\
| * Update NEWS + coding style cleanups.Matthew Barnes2009-07-271-5/+5
| * BUG #578945 - Adapt to changes in libpst 0.6.41Bharath Acharya2009-07-271-176/+154
| * More whitespace cleanup.Matthew Barnes2009-07-191-4/+4
| * Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
| * More code cleanup.Matthew Barnes2009-06-021-2/+2
| * Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-46/+46
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-120/+120
* | More whitespace cleanup.Matthew Barnes2009-07-191-4/+4
* | Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* | More code cleanup.Matthew Barnes2009-06-021-2/+2
* | Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-46/+46
* | Remove trailing whitespace, again.Matthew Barnes2009-05-271-120/+120
|/
* On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-291-1/+1
* ** Fix for bug #208426Bharath Acharya2009-01-151-0/+1765