aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Free the dbkey if we found the config option.Not Zed2001-08-081-2/+9
* [ Use bonobo_object_unref on the storage since it's a bonobo object. ]Peter Williams2001-08-081-3/+3
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-62/+72
* Added. Provide description for filter_folder_op. (fetch_mail_describe):Jon Trowbridge2001-08-031-2/+14
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-4/+4
* Add EVOLUTION_BUTTONSDIR to get to some different icons.Not Zed2001-08-021-1/+1
* Pass the O_TRUNC flag to open so that we don't leave trailing garbage atJeffrey Stedfast2001-07-251-34/+38
* When dumping the CamelURL to a string, hide all the params.Jeffrey Stedfast2001-07-251-10/+10
* fixed my fix to compileJeffrey Stedfast2001-07-241-2/+2
* If the source and destination folders are the same, just mark the uids asJeffrey Stedfast2001-07-241-2/+13
* Don't expunge the source folder if we have a cache.Jeffrey Stedfast2001-07-211-1/+2
* remvoed register/start/end etc code.Not Zed2001-07-191-13/+6
* partial checkin before completing the changesNot Zed2001-07-191-6/+16
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-2/+2
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-171-8/+19
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-171-6/+11
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-131-0/+15
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-131-43/+48
* Check for an exception and print it. Call done anyway.Peter Williams2001-07-101-1/+8
* Add a checkbox for prompting when sending a message with an empty subject.Jeffrey Stedfast2001-07-061-36/+50
* Clear the shell view label if mailer loses focus.Peter Williams2001-07-051-4/+6
* Don't pass a dirty exception to camel_folder_sync. Fixes an IMAP filteringDan Winship2001-07-031-1/+1
* Updated for the mail_transfer_messages API.Jeffrey Stedfast2001-07-031-121/+27
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-031-8/+8
* Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-021-87/+13
* Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-291-11/+2
* Read in the default show_preview value. (mail_config_write_on_exit): SaveJeffrey Stedfast2001-06-261-43/+49
* Fixes here for removing folders.Jason Leach2001-06-241-7/+10
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-4/+4
* Temporarily remove the Bcc header before sending the message.Jeffrey Stedfast2001-06-221-6/+18
* Fixed misuse of an uninitialized variable.Jeffrey Stedfast2001-06-161-7/+10
* Reattach X-Evolution-Account information to the message after sending it.Jon Trowbridge2001-06-091-2/+9
* Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-081-2/+2
* When unreffing a folder we got ourselves (as opposed to one passed in byDan Winship2001-05-271-1/+40
* Don't free the folder-info here, instead have mail_append_mail() call ourJeffrey Stedfast2001-05-241-9/+10
* New function that the shell component calls to copy/move a folder.Jeffrey Stedfast2001-05-241-0/+110
* New async function to remove a folder. God knows if it does what theJeffrey Stedfast2001-05-241-0/+81
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-0/+95
* #include <camel/camel-file-utils.h>Dan Winship2001-05-041-4/+6
* Only set the X-Evolution-* header if that value is non-NULL.Jeffrey Stedfast2001-04-231-9/+15
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-7/+6
* Convert subject from utf8 before passing it on.Dan Winship2001-04-201-5/+13
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-2/+1
* Merge from evolution-0-10 to evolution-0-10-merge-0 into head.Not Zed2001-04-051-3/+3
* Add --no-tty argument to gpg.Jeffrey Stedfast2001-04-041-1/+4
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-1/+2
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-3/+6
* Update call to camel_url_to_string. (Don't include the params in theDan Winship2001-03-301-1/+1
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-24/+55
* Kludge, copied+modified from mail_config_folder_to_cachename to deal withDan Winship2001-03-271-2/+22
* Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-271-1/+1
* oops, don't use uids->pdata[i], just use uidsJeffrey Stedfast2001-03-271-2/+1
* Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-271-13/+6
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-1/+7
* Removed gnome.h and ctype.h (send_queue_send): Don't remove theJeffrey Stedfast2001-03-201-19/+18
* Instead of always creating a new vTrash folder, if the store already has aJeffrey Stedfast2001-03-131-10/+21
* Remove our X-Evolution header before we send. Also don't send messagesJeffrey Stedfast2001-03-121-0/+4
* Remove our X-Evolution header before we send.Jeffrey Stedfast2001-03-111-35/+39
* If the folderinfo has no URL (ie, can't contain messages), don't add it asDan Winship2001-03-071-4/+2
* Changed the product string - will change it to use User-Agent once I getJeffrey Stedfast2001-02-271-2/+2
* Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-251-3/+0
* No longer need to construct the vTrash here. (owner_set_cb): Don't makeJeffrey Stedfast2001-02-251-1/+36
* No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-241-1/+1
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-231-0/+10
* Updated to reflect changes to the filter-driver code.Jeffrey Stedfast2001-02-231-1/+2
* Fix for api changes to append_mail.Not Zed2001-02-211-229/+95
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-317/+1
* Unref the driver here, in the subthread, so we dont block the gui while itNot Zed2001-02-201-5/+6
* Use mail_storage_create_folderJeffrey Stedfast2001-02-161-22/+3
* Setup the Trash folder.Jeffrey Stedfast2001-02-151-29/+177
* Don't leak memory. (forward_messages): change doinline to be a gbooleanJeffrey Stedfast2001-02-111-2/+4
* Reworked some keep-mail-on-server logic so that we ALWAYS look for aJeffrey Stedfast2001-02-091-27/+29
* only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-091-1/+7
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-27/+28
* Cast the camel_stream_mem_new() to a CamelStreamMem.Jeffrey Stedfast2001-01-301-1/+1
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-291-1/+66
* Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-281-0/+105
* Set the default folder when copying to mbox. This is a quick fix, i mightNot Zed2001-01-241-5/+8
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-3/+3
* remove a warning with conditional news compilation.Not Zed2001-01-221-560/+472
* Remove the X-Evolution header before we send.Jeffrey Stedfast2001-01-221-3/+6
* Init a cancel field in the message. (mail_msg_free): Free it.Not Zed2001-01-211-1/+1
* Strip leading space from the transport url gotten from the message.Jeffrey Stedfast2001-01-211-2/+5
* Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-181-6/+24
* If the user hits "No", then don't destroy the filesel window.Jeffrey Stedfast2001-01-171-1/+1
* Update the X-Mailer header to use the string specified by configure.Dan Winship2001-01-171-8/+2
* Setup a cancellation handle. (do_fetch_mail): REgister for cancellationNot Zed2001-01-161-14/+13
* Get the X-Evolution-Transport URL and use that if it exists, else fallJeffrey Stedfast2001-01-131-1/+9
* Let the system umask determine the permissions of this file.Jeffrey Stedfast2001-01-101-1/+1
* Add an #include <errno.h>Dan Winship2001-01-091-0/+1
* Removed old implementation.Not Zed2001-01-041-659/+308