aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-tools.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+0
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-2/+2
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-1/+2
* Uncommented mail_tool_get_local_movemail_path for non-win32 builds sinceSrinivasa Ragavan2006-01-041-2/+1
* Use gstdio wrappers. Beautify #include order and syntax.Tor Lillqvist2005-12-181-16/+23
* Not implemented on Win32.Tor Lillqvist2005-09-281-1/+8
* cast warning away.Not Zed2005-08-241-1/+1
* if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-211-1/+1
* forward-reference structuresNot Zed2005-05-161-0/+1
* ** See bug #66592Not Zed2005-03-041-53/+16
* ** See bug #71312.Not Zed2005-02-011-0/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* ** See #59885.Not Zed2004-06-171-2/+2
* put note_store back in. Quick hack to fix the issue of folders beingNot Zed2004-05-221-1/+4
* ** Another unread count bug, #58814.Not Zed2004-05-221-4/+1
* add for translators.Not Zed2004-05-121-2/+0
* removed.Not Zed2004-05-031-1/+3
* call abort before we unref, aid debugging if we hit it.Not Zed2004-02-051-1/+2
* ** See bug #53320 and probably othersNot Zed2004-01-291-18/+18
* ** See bug #53179Not Zed2004-01-281-14/+25
* ** See bug #53084 and others.Not Zed2004-01-271-8/+2
* Fixes bug #51618Jeffrey Stedfast2003-12-051-1/+0
* if we're setting the fragment, strip leading /'s.Not Zed2003-11-191-78/+13
* thin wrapper on mail_component_get_local_inbox.Not Zed2003-11-171-9/+1
* merged spam filtering branchRadek Doulik2003-11-131-3/+10
* removed mail-local.[c,h]Jeffrey Stedfast2003-10-231-1/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-5/+10
* cvs removed.Not Zed2003-09-181-130/+1
* Strip the signature from the body text. Fixes bug #45523. While we'reJeffrey Stedfast2003-07-041-9/+41
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-3/+4
* ** See bug #22542Not Zed2003-06-111-11/+17
* ** See bug #42400Not Zed2003-05-071-0/+8
* strdup the key before freeing the url as it is probably pointing there.Not Zed2003-03-251-1/+2
* Load per-folder setting of show_preview from meta data.Not Zed2003-03-241-0/+69
* #include "mail-format.h"Jeffrey Stedfast2003-01-101-0/+1
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-16/+32
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-7/+9
* Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write):Jeffrey Stedfast2002-12-171-1/+0
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-14/+9
* s/+ 4/+ 1/Jeffrey Stedfast2002-10-191-1/+1
* Strip the signature from the body-text. Fixes bug #5529.Jeffrey Stedfast2002-10-181-1/+9
* Reset the X-Evolution-PostTo header.Jeffrey Stedfast2002-08-231-0/+5
* Use mail_tools_folder_to_url().Jeffrey Stedfast2002-07-261-0/+23
* Remove Bcc headers too.Jeffrey Stedfast2002-07-031-0/+4
* make these citations as well.Larry Ewing2002-06-031-1/+1
* Only get the contents of a mime part if it is marked as "inline". FixesJeffrey Stedfast2002-05-211-1/+1
* use the html reply logic even for plain parts so that we can test out theLarry Ewing2002-04-291-1/+5
* Free the format string.Jeffrey Stedfast2002-04-171-0/+1
* The idea here is that if we consistantly name the movemail file betweenJeffrey Stedfast2002-01-031-21/+22
* Was x_evolution_message_parse from folder-browser.c. A space char is noJeffrey Stedfast2001-11-101-0/+42
* Renamed from mail_html_write_string.Jeffrey Stedfast2001-11-061-3/+10
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-3/+2
* Fix to not always return NULL for html parts, doh!.Jeffrey Stedfast2001-10-251-0/+1
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-4/+12
* Remove #ifndef MOVEMAIL_PATH code, since the setting of that variable hasDan Winship2001-10-091-19/+1
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-3/+3
* Don't use mail_tool_get_folder_name here since that function only existedDan Winship2001-10-021-40/+0
* Don't pass the CREATE flag, we shouldn't ever need this...Jeffrey Stedfast2001-10-021-2/+1
* Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-291-3/+1
* Don't "note" the folder if we failed to get it.Jeffrey Stedfast2001-09-211-8/+3
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-1/+1
* Register vfolder sources here.02001-09-211-0/+1
* Dont special case file: url's anymore.02001-09-211-4/+1
* Truncate extremely long subjects. (inspired by bug #9158)Jon Trowbridge2001-09-201-1/+6
* General cleanup of mail debug printfs.92001-09-191-10/+6
* Oops, forgot about X-Evolution-Format.Jeffrey Stedfast2001-09-191-0/+4
* Major rewrite of most of the guts, handle changes based on signals and52001-09-151-24/+22
* free the credits string.Larry Ewing2001-09-131-0/+1
* Fix a bunch of replying/forwarding-related formatting bugs.Dan Winship2001-09-071-136/+26
* Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): NewJeffrey Stedfast2001-08-281-0/+59
* Modify the url and set the protocol to mbox rather than hacking it andJeffrey Stedfast2001-08-211-3/+3
* Only starting cutting the signature out when we match "-- \n", so "--\n"Jason Leach2001-08-171-1/+1
* Stop building the quote after a sigdash, hence, omitting the signatureJason Leach2001-08-161-0/+2
* When writing out a CamelException to the HTML stream, be sure to translateJeffrey Stedfast2001-07-311-31/+34
* Restore old security settings from the saved configuration. Fixes bugJeffrey Stedfast2001-07-311-6/+6
* Now takes a check_supported gboolean argument saying whether or not toJeffrey Stedfast2001-07-261-1/+2
* Do a case-insensitive comparison. (mail_generate_reply): Only resort toJeffrey Stedfast2001-07-251-0/+16
* Do what was suggested in #4596.Jeffrey Stedfast2001-07-191-20/+15
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-9/+9
* Don't free the psd here -- it will be freed on the "destroy" signal.Peter Williams2001-07-071-3/+3
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-031-103/+6
* oops. didn't save before comitttingDan Winship2001-07-021-1/+0
* Ref the folder before proxying the event, in case there's only oneDan Winship2001-07-021-3/+9
* After finding a folder, attach to its "folder_changed" andDan Winship2001-06-291-7/+109
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-4/+4
* Properly clean up the movemail files when no mail was received.Jon Trowbridge2001-06-191-0/+2
* If we have a fragment in the url, use that as the folder name, and not theNot Zed2001-06-181-4/+10
* If you had multiple accounts that used mboxes, and if you received mail inJon Trowbridge2001-06-091-1/+12
* Set a title on the window "Reconfigure %s" where %s is the folder name.Jeffrey Stedfast2001-05-121-12/+16
* Convert the Subject header to HTML and also make sure that the Subject,Jeffrey Stedfast2001-05-091-8/+17
* signature changingRadek Doulik2001-04-251-19/+20
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-0/+3
* set color in html citationRadek Doulik2001-03-211-10/+10
* Set the Forward->Quoted callback. Also set the forward->AttachmentJeffrey Stedfast2001-03-091-6/+63
* Remove very old camel lock stuff.Not Zed2001-03-031-8/+0
* Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-251-92/+2
* No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-241-13/+12
* Fixed memory corruption bug.Jeffrey Stedfast2001-02-231-1/+3
* Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto.Not Zed2001-02-221-1/+1
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-1/+9
* Updates for CamelStore changes, small memory leak fixes. (lookup_folder):Dan Winship2001-02-101-39/+16
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-2/+1
* remove a warning with conditional news compilation.Not Zed2001-01-221-153/+4
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-1/+1
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-1/+1
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-1/+1
* Call mail-callbacks.c:forward_messages(), so the behaviour is the same asNot Zed2001-01-031-6/+1
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-4/+4
* Merge from camel-mt-branch.Not Zed2000-12-241-2/+5
* Only update display every 2 seconds.Miguel de Icaza2000-12-181-3/+14
* Remove an unused variable.Dan Winship2000-12-121-1/+0
* Fix the allocation here (again) and put a comment explaining it. (Fixes aDan Winship2000-11-301-1/+8
* Use the new quote_message function and make it start with "On %s, %sJeffrey Stedfast2000-11-181-1/+94
* God, I sure wish people would listen when i'm saying i'm changing and API.Not Zed2000-11-071-9/+15
* First draft of folder tree unread message indication for /localDan Winship2000-11-071-42/+18
* Simplify this a lot by making IMAP and NNTP use the same code, now thatDan Winship2000-10-301-46/+5
* lots of i18n fixesDan Winship2000-10-241-5/+7
* kill. (create_ondemand_hooks): die. (control_activate): remove hook.Michael Meeks2000-10-191-1/+0
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-9/+13
* Duh, fix the test for the folder name, strstr != strcmp is it.Not Zed2000-10-121-7/+4
* remove news specific check. (mail_tool_uri_to_folder): news: -> nntp:Chris Toshok2000-10-051-9/+2
* destroy our tree_model and remove the root node. also, release_unref ourChris Toshok2000-10-031-4/+15
* New async function to filter messages on demand. (do_fetch_mail): UpdatedJeffrey Stedfast2000-09-071-95/+2
* only call camel_folder_get_message_info if the folder hasDan Winship2000-09-061-52/+43
* Change the "Get Mail" toolbar button to become "Send & Receieve"Jeffrey Stedfast2000-09-031-4/+3
* Since POP3 doesn't implement get_message_info, we need to check for infoJeffrey Stedfast2000-09-031-40/+52
* Add more user-friendly progress messages from the friendly folks at Helix Cod...Peter Williams2000-08-281-1/+1
* Display the number of messages downloaded starting from one instead ofEttore Perazzoli2000-08-281-1/+1
* Goodbye, GDK_THREADS!Peter Williams2000-08-281-1/+1
* Start adding progress info; make flag_all_messages camel-safe; make the no ne...Peter Williams2000-08-251-0/+11
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-251-4/+1
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-36/+28
* Filtering on demand! booyeah!Peter Williams2000-08-181-4/+6
* Close the pipes when finished; add i18nPeter Williams2000-08-161-13/+13
* Updated to reflect changes to mail_do_scan_subfoldersJeffrey Stedfast2000-08-131-10/+11
* Don't ref the store returned from camel_session_get_store. It's alreadyDan Winship2000-08-131-14/+2
* Put the dont-try-to-get-mail-from-imap-sources check into a better spotPeter Williams2000-08-121-5/+0
* Add a function to return a useful name for a folder (not just "mbox" orDan Winship2000-08-111-0/+19
* Properly handle different local file formats. The folder isn't alwaysNot Zed2000-08-111-2/+13
* Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-111-1/+0
* Add a "gboolean create" argument to pass to camel_store_get_folder.Dan Winship2000-08-111-6/+7
* Show 'no new mail' correctly.Peter Williams2000-08-111-0/+12
* Fix the infinite movemailPeter Williams2000-08-111-1/+29
* oopsPeter Williams2000-08-111-0/+620