aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2010-11-101-1/+1
* Bug #632580 - Freezes UI on account disableMilan Crha2010-11-101-0/+59
* Kill mail_get_messagex().Matthew Barnes2010-11-101-55/+0
* Kill mail_append_mail().Matthew Barnes2010-11-101-86/+0
* Bug #633371 - Remote pop folder no longer emptiedMilan Crha2010-10-291-4/+4
* Bug #445439 - Delete mail from pop-server when deleted from Inbox/TrashMilan Crha2010-10-271-4/+161
* Kill mail_store_set_offline().Matthew Barnes2010-10-231-178/+1
* Simplify EActivity.Matthew Barnes2010-10-231-109/+134
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-4/+4
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-1/+0
* Give MailSession a permanent home.Matthew Barnes2010-10-131-85/+127
* Kill em_utils_temp_save_part().Matthew Barnes2010-10-011-107/+0
* camel_operation_new() now returns a GCancellable pointer.Matthew Barnes2010-09-291-8/+14
* Bug #630700 - Crash on message sendMilan Crha2010-09-291-2/+3
* Adapt to Camel API changes.Matthew Barnes2010-09-281-104/+68
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-133/+224
* Adapt to CamelOperation API changes.Matthew Barnes2010-09-151-34/+24
* Coding style cleanups.Matthew Barnes2010-09-131-137/+137
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-145/+211
* Bug 585904 - Don't overwrite Date: header when writing FccDavid Woodhouse2010-06-151-1/+0
* Revert of patch for bug #585577Milan Crha2010-06-011-36/+2
* Bug 585577 - Wrong FROM in envelope during SMTP negotiationFabien Tassin2010-05-291-2/+36
* Adapt to Camel API changes.Matthew Barnes2010-04-301-11/+16
* Camel is now GObject-based.Matthew Barnes2010-04-241-70/+70
* Adapt to Camel API changes.Matthew Barnes2010-04-041-7/+8
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-11/+0
* Fix mismatched quotes.Matthew Barnes2010-03-291-3/+3
* Clean up a bunch of unnecessary includes in mail/EVOLUTION_2_29_4Jonathon Jongsma2009-12-211-23/+8
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-171-2/+2
* Bug #598877 - Crash while sending mail, in report_status functionMilan Crha2009-11-061-2/+30
* Fix a compiler errorSrinivasa Ragavan2009-11-051-1/+1
* Sync to disk the outbox, since if we crash, we endup sending mail again.Srinivasa Ragavan2009-11-051-1/+4
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-2/+2
* Bug #571039 - Shows all selected messages in a preview pane on a slow networkMilan Crha2009-10-271-5/+18
* Coding style and whitespace cleanups.Matthew Barnes2009-10-241-1/+1
* Bug #336337 - Send & receive dialog shows the default smtp serverMilan Crha2009-10-151-2/+8
* Bug #542361 - Unhelpful error warningsMilan Crha2009-10-151-20/+15
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-3/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-10/+4
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-8/+5
* Bug 345775 – Missing blank line between messages in saved mboxMatthew Barnes2009-06-161-1/+3
* Whitespace cleanup.Matthew Barnes2009-05-291-12/+12
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-166/+166
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-12/+12
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-6/+6
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-6/+6
| * Mail changes required for Anjal.Srinivasa Ragavan2009-05-221-5/+8
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-2/+2
* | Mail changes required for Anjal.Srinivasa Ragavan2009-05-241-5/+8
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-2/+2
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-11/+17
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-071-2/+1
|\|
| * Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-061-2/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-041-2/+2
|\|
| * Assure that the filename <-> uri conversion are done with g_filename_{to,from...Fridrich Strba2009-05-041-2/+2
| * Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-031-1/+1
* | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-041-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-6/+12
|\|
| * Corrected a copy/paste error.Chenthill Palanisamy2009-04-151-1/+1
| * Fixes #467659 (bnc)Chenthill Palanisamy2009-04-131-1/+7
| * Do not unref NULL object.Milan Crha2009-03-051-3/+3
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-301-17/+18
| * ** Fix for bug #530691Milan Crha2008-09-291-33/+62
| * ** Fix for bug #509647Milan Crha2008-08-281-3/+5
| * ** Fixes bug #545820Matthew Barnes2008-08-011-1/+1
| * Pushing changes from the madagascar branch related to the on-diskSankarasivasubramanian Pasupathilingam2008-07-161-2/+2
* | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-271-2/+3
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-15/+27
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-50/+80
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-3/+5
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-1/+1
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #317755Milan Crha2008-05-271-1/+4
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-6/+27
* ** Fix for bug #270406Milan Crha2008-04-141-0/+69
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-2/+2
* ** Fix for bug #512776Milan Crha2008-02-221-4/+7
* Patch from Bharath Acharya <abharath@novell.com>: Fix for bug #474118 (Check...Suman Manjunath2008-01-081-1/+6
* ** Fixes bug #362638Matthew Barnes2007-12-211-489/+420
* ** Non-intrusive errror reporting and basic logging support.Srinivasa Ragavan2007-12-171-0/+17
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-144/+144
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-5/+5
* Improved offline support optionsSrinivasa Ragavan2007-05-161-0/+65
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-2/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #360240Matthew Barnes2007-03-171-1/+1
* Changes the string displayed in the status bar. Fixes #320615Sankar P2006-10-161-1/+1
* ** Fixes bug #347238Srinivasa Ragavan2006-08-231-1/+1
* Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-251-10/+4
* Fix for bug 322160.Srinivasa Ragavan2006-02-211-4/+11
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-0/+1
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-061-1/+1
* Use gstdio wrappers. Open file in binary mode.Tor Lillqvist2005-12-181-15/+16
* Return valid transport, only if the account is enabled.Parthasarathi Susarla2005-10-221-1/+1
* ** See #312715.Not Zed2005-08-101-4/+4
* ** See bug #304938.Not Zed2005-08-091-1/+2
* Fix #311223. Include <camel/camel-multipart.h> so that lazy binding doesShreyas Srinivasan2005-07-291-0/+1
* if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-211-4/+39
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* mail-ops.c (mail_send_message) Added code to prevent copying of sentSankar P2005-05-071-41/+45
* ** See bug #66592Not Zed2005-03-041-47/+72
* ** See bug #72228Not Zed2005-02-081-46/+55
* Handle the CamelOfflineStore case just like the CamelDiscoStore case.Jeffrey Stedfast2005-01-071-0/+16
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-121-6/+7
* ** See bug #67014.Not Zed2004-10-191-0/+77
* ** See bug #63521.Not Zed2004-09-271-3/+14
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* ** See #59885.Not Zed2004-06-171-14/+14
* This code no longer needs to do charset conversion. Yay. Fixes bug #60225.Jeffrey Stedfast2004-06-161-33/+8
* ** Another unread count bug, #58814.Not Zed2004-05-221-1/+0
* ** See #58693.Not Zed2004-05-201-1/+1
* set header to just Evolution (mail_append_mail): dittoJP Rosevear2004-05-101-2/+2
* ** See #58017.Not Zed2004-05-071-2/+2
* removed.Not Zed2004-05-031-1/+12
* Duh. If the lookup of si fails, don't use si->display_name in the warningJeffrey Stedfast2004-04-291-2/+0
* ** See bug #57659.Not Zed2004-04-271-16/+0
* run this in the thread_queued_slow, so it runs in sequence and afterNot Zed2004-04-131-1/+1
* ** See bug # 56402.Not Zed2004-04-051-2/+0
* removed, this is done in camel now. (fix_unmatched_info): renamed fromNot Zed2004-04-051-68/+3
* Updated for signature API changes.Jeffrey Stedfast2004-04-021-0/+1
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-1/+0
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Šegan2004-03-241-2/+6
* remove junk learning thread, it's handled in camel-folder.c:folder_changedRadek Doulik2004-03-131-85/+0
* Removed. No longer in use (hasn't been since before 1.2).Jeffrey Stedfast2004-03-131-114/+67
* pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-111-10/+10
* new method, filter folder with FILTER_SOURCE_JUNKTEST type filterRadek Doulik2004-03-091-1/+7
* ** See bug #53738.Not Zed2004-03-031-15/+7
* if we have the folder opened already, and its the outbox, then use theNot Zed2004-03-031-3/+3
* Set the SEEN flag as well. (emfv_list_key_press): Removed theJeffrey Stedfast2004-02-251-3/+2
* ** See bug #53258.Not Zed2004-02-061-35/+24
* ** See bug #53683.Not Zed2004-02-041-0/+70
* ** See bug #53549.Not Zed2004-02-021-2/+0
* ref folder from mail_component_get_folder.Not Zed2004-01-281-1/+2
* ** See bug #53084 and others.Not Zed2004-01-271-7/+10
* translate DEMAND to INCOMING to get the right rulesRadek Doulik2004-01-271-1/+1
* removed this like i asked radek to ages ago, just call the parentNot Zed2004-01-191-19/+12
* support for posting both to mail and to (multiple) foldersMeilof Veeningen2004-01-131-0/+4
* Don't migrate stuff here anymore.Jeffrey Stedfast2004-01-081-26/+5
* Fixes bug #51618Jeffrey Stedfast2003-12-051-5/+13
* thin wrapper on mail_component_get_local_inbox.Not Zed2003-11-171-10/+7
* merged spam filtering branchRadek Doulik2003-11-131-19/+132
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-2/+6
* Fixed.Jeffrey Stedfast2003-10-071-4/+2
* ** See bug #32996Not Zed2003-09-231-1/+1
* updated for CamelTransferEncoding namespace changesJeffrey Stedfast2003-09-191-1/+1
* updated for camel namespace changesJeffrey Stedfast2003-09-191-3/+3
* cvs removed.Not Zed2003-09-181-23/+10
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-3/+3
* updated for namespace changed made to camel-mime-utils.[c,h]Jeffrey Stedfast2003-08-261-3/+3
* translate the local time format.Not Zed2003-08-231-6/+6
* Don't abort at the first failure after sending (filtering, appending toJeffrey Stedfast2003-08-231-30/+54
* Updated for CamelMimePart::content_type changes.Jeffrey Stedfast2003-08-121-1/+1
* add a CamelOperation for overriding status handler.Not Zed2003-08-021-2/+12
* ** This and jeffs patch for #43862.Not Zed2003-06-031-1/+5
* New async "empty trash" op.Dan Winship2003-05-191-0/+75
* Remove this since there's a function in CamelMimeMessage to do it now.Dan Winship2003-03-211-68/+1
* revert a commit that I didn't mean to doJeffrey Stedfast2003-03-131-4/+4
* Various small fixes leading up to a real fix.Jeffrey Stedfast2003-03-131-4/+4
* Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-111-1/+1
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-1/+1
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-21/+23
* Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write):Jeffrey Stedfast2002-12-171-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-69/+63
* Use 0666 as the create mode so that the user's umask is used to it'sJeffrey Stedfast2002-09-241-1/+1
* Use e_strftime_fix_am_pm here which fixes locale issues as well as workingJeffrey Stedfast2002-09-181-1/+1
* fixed a commentJeffrey Stedfast2002-09-181-2/+2
* Enforce the mailer policy that deleted messages are marked as seen. FixesPeter Williams2002-08-271-2/+12
* Check driver != NULL, if folder_filter freed it already.Not Zed2002-08-061-2/+4
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-061-0/+5
* No real need for this to be an async function sync we are going to callJeffrey Stedfast2002-07-271-83/+1
* Update to take argc and argv arguments since this is the new definitionJeffrey Stedfast2002-07-251-10/+50
* cast!Jeffrey Stedfast2002-07-251-4/+3
* Call camel_session_get_service instead of camel_session_get_store, asPeter Williams2002-07-251-10/+21
* Commit a fix that I thought I committed a while ago:Jeffrey Stedfast2002-07-241-7/+15
* Don't ever use the mail-display's current_message, this can causeJeffrey Stedfast2002-07-091-9/+14
* No longer need to pass a postpone_cb function into the composerJeffrey Stedfast2002-07-061-1/+2
* Prompt the user to see if he really wants to quit when there are queuedJeffrey Stedfast2002-06-041-2/+2
* Implement prep_offline for an individual folder. (set_offline_do): OnlyNot Zed2002-05-151-26/+86
* Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-6/+7
* Don't add any shortcuts here. (mail_config_remove_account): And don'tJeffrey Stedfast2002-05-111-13/+13
* Simplify. Use transfer_messages_to instead of picking between copy andDan Winship2002-05-111-34/+1
* Flush the filter log to make Tuomas happy :-)Jeffrey Stedfast2002-05-071-0/+3
* Set the window title/icon here instead.Jeffrey Stedfast2002-04-041-1/+1
* merge new signature handlingRadek Doulik2002-03-071-1/+2
* Set X-Mailer to say "Ximian Evolution", not just "Evolution".Ettore Perazzoli2002-03-051-1/+1
* Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-301-3/+3
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-2/+38
* Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-231-2/+9
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-18/+2
* Argh, don't notify about new mail here. (fetch_mail_fetch): Notify aboutJeffrey Stedfast2001-12-191-18/+18
* Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-191-1/+17
* Set the filter driver's shell-exec callback.Jeffrey Stedfast2001-12-151-1/+2
* set the new-mail-notify command.Jeffrey Stedfast2001-12-131-0/+55
* Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-111-2/+2
* s/PREVIEW_RELEASE/VERSION_COMMENTJeffrey Stedfast2001-12-071-1/+1
* Don't append "(Preview Version)" at the end of the version string. Use theJeffrey Stedfast2001-12-071-6/+3
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-3/+4
* Don't warn the user if the source and destination folders are the same.Jeffrey Stedfast2001-10-301-3/+1
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-3/+2
* Don't forget to unref the filter driver here.Jeffrey Stedfast2001-10-261-2/+4
* Clone the folderinfo before passing to async event. (real_folder_created):72001-10-181-1/+1
* No longer need to copy the description now that camel-exceptions have beenJeffrey Stedfast2001-10-181-8/+2
* Lets put the UID cache in ~/evolution/mail/pop3 as this makes more senseJeffrey Stedfast2001-10-171-2/+22
* IF the source and destination folders are the same, do nothing. Oh, and02001-10-101-5/+13
* Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-051-28/+21
* Dont wait for event to finish before returning. This could however mean we32001-10-041-0/+2
* If we have a fragment, override that, rather than the path. Fixes #5251.32001-10-041-1/+4
* Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-031-1/+4
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-5/+9
* A service needs to be disconnected if it's remote, not already offline,Dan Winship2001-09-271-24/+32
* Use the mail-tools convenience functions to remove and restore theJeffrey Stedfast2001-09-221-73/+7
* All made redundant by new mail-folder-cache code. (delete_folders,Michael Zucci2001-09-221-23/+0
* Take a new argument 'done' that can callback when complete. Fixed callers12001-09-211-1/+1
* Update the status bar here, assuming we've just been activated.02001-09-211-8/+13
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-3/+24
* Register vfolder sources here.02001-09-211-3/+3
* Convert all textual parts to 8bit before saving. Fixes bug #10388.Jeffrey Stedfast2001-09-211-1/+35
* Added missing header.92001-09-191-1/+1
* General cleanup of mail debug printfs.92001-09-191-8/+3
* Unsubscribe from the folder before deleting it. Also, use the url's pathJeffrey Stedfast2001-09-181-1/+1
* Get folderinfo 1 at a time rather than all at once.72001-09-181-1/+1
* Unsubscribe from the folder before deleting it.Jeffrey Stedfast2001-09-181-15/+12
* Major rewrite of most of the guts, handle changes based on signals and52001-09-151-1/+1
* fixed a small memory leakJeffrey Stedfast2001-09-151-0/+1
* Append a message to any exception we get appending to any folders afterJeffrey Stedfast2001-09-151-0/+20
* Dynamically create the folder type list from camel. (reconfigure_clicked):02001-09-111-74/+0
* Change some words.Michael Zucci2001-09-081-1/+1
* Fixes #7251Chyla Zbigniew2001-09-051-2/+3
* Unref the source folder here because it might be a POP folder. We do thisJeffrey Stedfast2001-09-051-2/+8
* Instead of removing the folder from the folder cache here...Peter Williams2001-08-311-4/+6
* If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-271-1/+1
* Call va_end() so LinuxPPC doesn't have a caniption.Jeffrey Stedfast2001-08-271-5/+6
* Save the folder's full_name, unref it, and *then* unref the store, so thatPeter Williams2001-08-251-1/+8
* Say which folder is getting saved.Peter Williams2001-08-221-1/+4
* Fix double-unref of the store.Peter Williams2001-08-211-5/+1
* Modify the url and set the protocol to mbox rather than hacking it andJeffrey Stedfast2001-08-211-21/+26
* s/Synchronising/Synchronizing/.Ettore Perazzoli2001-08-201-1/+1
* Fix the fix for #6722.Dan Winship2001-08-141-3/+5
* oops, take out the g_assertsJeffrey Stedfast2001-08-111-2/+0
* Fix bug #4523 for good. (save_service): If service->authitem is NULL, thenJeffrey Stedfast2001-08-111-1/+3
* Remove all the messages from a folder that's being deleted before actuallyJason Leach2001-08-111-1/+14
* Added a comment about leaking memory here, but we seem to not even use theJeffrey Stedfast2001-08-101-8/+13
* Dont want it to keep on running if it got bad arguments, want it to bloodyNot Zed2001-08-101-5/+5
* Fixes bug #6722Jeffrey Stedfast2001-08-101-3/+4
* Dont double-register this operation, mail-mt will do it for us.Not Zed2001-08-091-18/+0
* Change this gtk_object_ref on the storage to a bonobo_object_ref.Peter Williams2001-08-081-1/+1