aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
Commit message (Expand)AuthorAgeFilesLines
* GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-3/+7
* Fix build breaks.Matthew Barnes2011-06-011-18/+19
* Replace deprecated g_atomic_int_exchange_and_add()Milan Crha2011-06-011-1/+1
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Add e_activity_handle_cancellation().Matthew Barnes2011-05-121-3/+1
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-7/+0
* Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-2/+3
* Simplify EActivity.Matthew Barnes2010-10-231-37/+59
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-65/+27
* Remove unused mail_msg_wait().Matthew Barnes2010-10-131-28/+0
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-4/+6
* Remove MailAsyncEvent.Matthew Barnes2010-10-011-130/+0
* Remove "type" parameter from mail_async_event_emit().Matthew Barnes2010-10-011-11/+5
* Remove some unused bits from mail-mt.c.Matthew Barnes2010-09-301-49/+4
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-291-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-09-281-4/+12
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-23/+19
* Bug #630269 - Hang on mail operation cancelMilan Crha2010-09-221-1/+4
* Check for m->cancel != NULL in mail_msg_cancel().Matthew Barnes2010-09-211-1/+1
* Bug 630118 - Endless recursive loop in mail_msg_cancel()Matthew Barnes2010-09-211-1/+1
* Avoid a deadlock in mail_msg_free().Matthew Barnes2010-09-191-9/+9
* Add a GCancellable to EActivity.Matthew Barnes2010-09-191-215/+81
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-151-14/+10
* Coding style cleanups.Matthew Barnes2010-09-131-96/+96
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-8/+9
* Bug 622547 - mail_async_event_destroy() doesn't cancel its idle callbackMatthew Barnes2010-06-241-6/+13
* Bug #610229 - Status bar progress goes beyond 100 percentagepunit2010-04-131-1/+1
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-3/+0
* Bug #599370 - Crash in e_activity_set_percentMilan Crha2010-02-161-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-14/+39
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1
* Clean up a bunch of unnecessary includes in mail/EVOLUTION_2_29_4Jonathon Jongsma2009-12-211-8/+1
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-1/+1
* Add a way for Anjal to override shell_builtin_backend.Matthew Barnes2009-12-181-0/+7
* Kill MailSession's interactive flag.Matthew Barnes2009-12-171-4/+0
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-4/+4
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-2/+8
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-3/+3
* port mail/ to use new EError APIJonathon Jongsma2009-12-011-2/+2
* Move EActivity and subclasses to e-util.Matthew Barnes2009-11-081-1/+1
* Remove some unfinished / unwanted bits from mail-mt.Matthew Barnes2009-10-271-67/+1
* Prefer GLib mutexes over pthread mutexes.Matthew Barnes2009-10-271-116/+59
* Bug #571039 - Shows all selected messages in a preview pane on a slow networkMilan Crha2009-10-271-5/+2
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-5/+1
* Bug 594002 - Stuck mail activities when error occursMilan Crha2009-09-051-4/+4
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-2/+9
* Bug 592169 - "Checking for new mail" doesn't show which folderMilan Crha2009-09-011-0/+1
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-2/+1
|\
| * Coding style and whitespace cleanups.Matthew Barnes2009-07-261-2/+2
| * Add code to have optional status bar for Anjal.Srinivasa Ragavan2009-07-201-7/+16
| * More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
| * Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
| * Stop abusing forward declarations.Matthew Barnes2009-06-191-3/+3
| * More code cleanup.Matthew Barnes2009-06-021-3/+3
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-61/+61
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* | More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* | Fix an activity cancellation crasher.Matthew Barnes2009-07-181-3/+10
* | Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* | Radically reorganize source code.Matthew Barnes2009-06-251-4/+7
* | Stop abusing forward declarations.Matthew Barnes2009-06-191-3/+3
* | More code cleanup.Matthew Barnes2009-06-021-3/+3
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-59/+59
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| |/
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
| * Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-031-1/+1
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-1/+1
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-3/+10
* | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-041-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-2/+2
|\|
| * Fixes #467659 (bnc)Chenthill Palanisamy2009-04-131-2/+2
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-8/+7
| * ** Fixes bug #546892Matthew Barnes2008-08-121-6/+1
* | Add e_lookup_action() and e_lookup_action_group() to e-util, soMatthew Barnes2009-03-101-1/+1
* | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-6/+7
* | Miscellaneous stuff.Matthew Barnes2009-01-271-1/+0
* | Fix more runtime warnings.Matthew Barnes2009-01-261-1/+3
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-35/+40
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-8/+7
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-6/+1
|/
* Convert the the warning to a message.Srinivasa Ragavan2008-05-231-1/+1
* ** Most of the errors are now non-intrusiveSrinivasa Ragavan2008-01-101-2/+1
* ** Fixes bug #362638Matthew Barnes2007-12-211-362/+332
* Fix another compiler warning.Matthew Barnes2007-12-191-7/+1
* Fix some compiler warnings.Srinivasa Ragavan2007-12-171-2/+2
* ** Non-intrusive errror reporting and basic logging support.Srinivasa Ragavan2007-12-171-7/+37
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-26/+26
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-291-7/+7
* ** Fix for bug #271734Milan Crha2007-10-231-2/+11
* ** Fixes bug #477045Matthew Barnes2007-09-281-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* List the function mail_win32_get_mail_thread_queued() instead of theTor Lillqvist2006-10-161-0/+12
* Fix the cryptic hexa-status-bar-message. The problem still lies somewhere.Sankar P2006-04-211-2/+2
* need to show the stauts messageParthasarathi Susarla2006-02-151-2/+2
* uncommenting a string. Fixes bug 271734.Andre Klapper2006-02-131-1/+2
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-4/+4
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-1/+1
* Add copyright blurb. Include just <gtk/gtk.h> and not a handful ofTor Lillqvist2005-12-181-27/+47
* fixed a typo: s/occured/occurred/gJens Seidel2005-08-221-1/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* move e-error into e-util/Not Zed2005-05-161-1/+1
* Added a description function for copying folders (so we don't get aJeffrey Stedfast2005-01-211-2/+1
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-1/+1
* ** See #56479.Not Zed2004-06-161-0/+54
* add marshaller for p_ppppp call.Not Zed2004-05-211-2/+12
* ** See #58388.Not Zed2004-05-201-1/+2
* ** Changed error messages to use EError.Not Zed2004-04-281-17/+13
* Same.Jeffrey Stedfast2004-04-201-1/+1
* mail-component.cMichael Terry2004-04-191-4/+2
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-0/+1
* fix camel provider api changes.Not Zed2004-02-191-1/+0
* (do_op_status): Use data->activity_id, not localEttore Perazzoli2003-12-021-4/+2
* Commit changes missing from previous commit.Ettore Perazzoli2003-12-021-52/+27
* Remove all the syncFolder stuff since it's not in the Component interfaceEttore Perazzoli2003-12-011-5/+7
* Removed most of the code. This is basically now a nop. Need to somehow getJeffrey Stedfast2003-11-151-19/+4
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-4/+3
* implement, we hook into the mail progress reporting stuff by overridingNot Zed2003-09-231-1/+3
* cvs removed.Not Zed2003-09-181-11/+18
* Add #include to fix warning.Jeremy Katz2003-05-171-9/+9
* Free the temporary error text.Hans Petter Jansson2003-04-161-0/+1
* Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-111-0/+1
* hook onto destroy to remove dialogue from active table. (error_response):Not Zed2003-01-131-2/+5
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-1/+0
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+0
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-17/+14
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-061-2/+7
* setup private data. (mail_display_destroy): cancel any outstandingNot Zed2002-07-301-4/+2
* Added exception strings to some of the op logging.02001-10-311-2/+4
* If we have a cancellation setup, destroy it immediately, to save fd's.02001-10-311-3/+10
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-26/+57
* Removed, all functionality moved to mail-session.32001-10-241-312/+8
* Added missing errno.h (mail_msg_new): Fix the logic a bit, dont try to32001-10-241-18/+19
* If the fopen() fails (eg, because evolution-mail was started by oafd withDan Winship2001-10-241-3/+8
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-47/+145
* Don't free `clientid' as it's uninitialized.Ettore Perazzoli2001-10-231-2/+1
* #include "component-factory.h". (do_op_status): Pass the component IDEttore Perazzoli2001-10-231-2/+4
* change va_copy to G_VA_COPYDan Winship2001-10-191-2/+4
* Use va_copy to make this compile on ppc again.Dan Winship2001-10-191-1/+1
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-18/+50
* New function to return the id of the currently executing proxied event.62001-10-171-0/+14
* Proxy get-password call to main thread. (forget_password): same for52001-10-161-0/+133
* Fix a merge-conflict leftover.Jeffrey Stedfast2001-10-061-4/+1
* Don't call mail_config_service_set_save_passwd if we didn't find aDan Winship2001-09-291-1/+2
* Added mail_msg_cleanup() prototype.Jeffrey Stedfast2001-09-291-1/+0
* Always make the Cancel button the last one.Ettore Perazzoli2001-09-281-3/+9
* Change the wording of the password dialog if we are getting a pgpJeffrey Stedfast2001-09-271-1/+2
* Deal with destroy vs finalise semantics. Only destroy widgets here.52001-09-261-5/+30
* Only cache the password for the service if it has an entry in the accountJeffrey Stedfast2001-09-261-6/+8
* Always cache POP and IMAP passwords, even if the user didn't tell us to.Jeffrey Stedfast2001-09-241-0/+5
* If we have an operation that failed before, dont show the dialogue for the12001-09-221-1/+24
* Register vfolder sources here.02001-09-211-0/+8
* Make the title translatable, and also use the account name when possible.Jeffrey Stedfast2001-09-191-2/+15
* Pass a 'cache-me' argument to mail_get_password.Jeffrey Stedfast2001-09-191-23/+30
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-201-44/+57
* Changed the title of this dialog to "Enter Password".Anna Marie Dirks2001-08-011-0/+2
* We are not guarenteed to have a non-NULL service (ie. PGP) thus check forJeffrey Stedfast2001-07-311-19/+28
* Don't need this anymore. (do_get_pass): Since we already have the entryJeffrey Stedfast2001-07-281-48/+39
* Figure out whether we're getting the password for the source or thePeter Williams2001-07-271-5/+25
* Use magic to make the password remembering checkbutton come after thePeter Williams2001-07-271-2/+28
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-11/+13
* Now take a CamelService parameter (as passed by Camel). Allows us to havePeter Williams2001-07-261-3/+30
* Go back to calling mail_msg_free here. (mail_msg_destroy): Remove theNot Zed2001-07-241-6/+6
* Fix DanW's fix. Pass the right arguments to mail_msg_destroy.Peter Williams2001-07-211-1/+3
* Use mail_msg_destroy rather than mail_msg_free, so the cancellationDan Winship2001-07-211-1/+1
* remvoed register/start/end etc code.Not Zed2001-07-191-289/+13
* partial checkin before completing the changesNot Zed2001-07-191-92/+89
* Don't pop up a progress dialog to say "I already finished this a whileDan Winship2001-06-271-0/+5
* Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-281-36/+24
* more memory leaksDan Winship2001-04-181-2/+3
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-9/+18
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-3/+7
* Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-151-0/+2
* Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-151-1/+2
* New async function that will be used for SSL certs later.Jeffrey Stedfast2001-03-101-2/+88
* Check the container is not NIL before trying to set thje prop.Not Zed2001-03-021-0/+2
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-011-3/+67
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-231-2/+201
* started hack for progress reporting, which is currently to the console.Not Zed2001-02-221-1/+74
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-3/+4
* Check current_message for NULL - this fixes a bug running under SunOS (notJeffrey Stedfast2001-02-081-1/+1
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-1/+1
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-291-3/+26
* make mail_gui_thread non-static.Dan Winship2001-01-231-1/+1
* Init a cancel field in the message. (mail_msg_free): Free it.Not Zed2001-01-211-0/+16
* Setup a cancellation handle. (do_fetch_mail): REgister for cancellationNot Zed2001-01-161-1/+1
* Removed old implementation.Not Zed2001-01-041-7/+105
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-0/+517