aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
...
* Reverted to version 1.15. (remove_node): Ok, if a node has a parent,Not Zed2000-09-122-313/+63
* added some comments (no source code changes)Jeffrey Stedfast2000-09-121-1/+2
* ChangeLog for my previous commit.Ettore Perazzoli2000-09-121-0/+9
* Updated to use the new mail_do_filter_ondemand.Jeffrey Stedfast2000-09-124-26/+34
* Don't have the filter driver self_destruct.Jeffrey Stedfast2000-09-122-1/+6
* Added a simple LocalStorage manager module so that we can hook upEttore Perazzoli2000-09-124-0/+227
* If we're fetching from an mbox formatted file then we need to do someJeffrey Stedfast2000-09-122-1/+9
* Accidently didn't commit the ChangeLogChris Lahey2000-09-121-0/+4
* Fixed some warnings.Christopher James Lahey2000-09-121-4/+4
* Another big rewrite of this stuff. Now all (well, most) attachments get aDan Winship2000-09-124-357/+505
* might be a good idea to *save* the uids in the cache when we're done fetching...Jeffrey Stedfast2000-09-101-1/+9
* Use the CamelUIDCache so that we only retrieve *new* messages and alsoJeffrey Stedfast2000-09-102-1/+34
* Updated to not send hook/unhook data to filter_driver_run as it no longerJeffrey Stedfast2000-09-102-2/+14
* Freeze the default folder before filtering and thaw it afterward toJeffrey Stedfast2000-09-102-1/+17
* Fixed some warnings.Christopher James Lahey2000-09-095-5/+171
* Updated to pass a CamelMessageInfo to filter_driver_runJeffrey Stedfast2000-09-082-6/+42
* Updated to check the boolean return code from fulter_driver_run to findJeffrey Stedfast2000-09-082-6/+24
* *** empty log message ***Jesse Pavel2000-09-081-0/+6
* I changed the Reply-All behavior so that the sender's address doesJesse Pavel2000-09-081-2/+10
* Preliminaries for new UI handler.Michael Meeks2000-09-082-1/+174
* oops, forgot to pass "expunge" to camel_folder_sync - this should fix thatJeffrey Stedfast2000-09-081-1/+1
* Updated to pass an exception to filter_driver_run and also check theJeffrey Stedfast2000-09-082-4/+16
* Pass a storage dir to camel_session_new now.Dan Winship2000-09-084-4/+16
* Fix previous fix. (Free the uids, just do it correctly.)Dan Winship2000-09-082-0/+6
* Don't free uids, let the camel folder do that when it gets finalizedJeffrey Stedfast2000-09-082-3/+8
* Bunch of unicode related changesLauris Kaplinski2000-09-082-3/+3
* New async function to filter messages on demand. (do_fetch_mail): UpdatedJeffrey Stedfast2000-09-076-186/+273
* set the data to NULL for the tree root, so nuke_uids won't try to freeDan Winship2000-09-072-1/+6
* Fix memory handling for the shell's CORBA object reference within theEttore Perazzoli2000-09-065-17/+51
* camel_mime_part_get_filename now deals with both Content-Disposition andDan Winship2000-09-064-23/+10
* kill a warningDan Winship2000-09-061-1/+1
* Add a use-default-port option to the source editor ; bugfixesPeter Williams2000-09-064-47/+204
* Re-rename "Sent".Dan Winship2000-09-062-1/+3
* Remove the "+ 90" here since it seems to break things for me, and it's notDan Winship2000-09-062-1/+7
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-062-3/+9
* only call camel_folder_get_message_info if the folder hasDan Winship2000-09-062-52/+48
* Replace mail_do_setup_draftbox, mail_do_setup_outbox, andDan Winship2000-09-064-148/+66
* Applied Jesse's patch that will append a signature to the replied messageJeffrey Stedfast2000-09-043-22/+36
* Copy the passed in item before adding (mail_config_add_source): dittoJP Rosevear2000-09-033-20/+45
* Change the "Get Mail" toolbar button to become "Send & Receieve"Jeffrey Stedfast2000-09-037-41/+263
* Since POP3 doesn't implement get_message_info, we need to check for infoJeffrey Stedfast2000-09-032-40/+61
* Make the `Home' and `End' keys do the Right Thing. Remove circularEttore Perazzoli2000-09-035-24/+101
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-023-12/+22
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-022-0/+6
* Attach a callback to the postpone signal (send_to_url): Same (mail_reply):Jeffrey Stedfast2000-09-025-26/+197
* New convenience function to load the Outbox folderJeffrey Stedfast2000-09-024-14/+153
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-013-2/+13
* Make the HTML widget grab the focus in the mail view window so thatEttore Perazzoli2000-08-312-0/+6
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-313-78/+26
* Fixing a spurious unref, or creating a circular reference? You decide.Peter Williams2000-08-302-0/+12
* Update this and related functions to no longer take a From address. (TheDan Winship2000-08-304-41/+26
* Add new news stores as well as mail sourcesPeter Williams2000-08-292-0/+11
* Free the from address when we're done with it. Also,Jeffrey Stedfast2000-08-292-12/+16
* Add more user-friendly progress messages from the friendly folks at Helix Cod...Peter Williams2000-08-283-3/+27
* Display the number of messages downloaded starting from one instead ofEttore Perazzoli2000-08-283-16/+49
* Goodbye, GDK_THREADS!Peter Williams2000-08-2811-102/+31
* Fix to prevent possible buffer overflows and a logic fix.Jeffrey Stedfast2000-08-282-5/+5
* Fix to prevent possible buffer overflowsJeffrey Stedfast2000-08-282-34/+42
* New crypto function to clearsign plaintextJeffrey Stedfast2000-08-283-8/+140
* Added bonobo menu handler for mark_all_deleted function.Ariel Rios2000-08-284-0/+28
* Change the way the message view window's size is set up so that theEttore Perazzoli2000-08-272-1/+8
* Fixed an uninitialized variable.Christopher James Lahey2000-08-262-1/+5
* KillJP Rosevear2000-08-263-33/+8
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-262-0/+42
* Implemented PGP 2.x encryption. We only need to get the passphrase if weJeffrey Stedfast2000-08-262-17/+65
* More UTF-8 handlingLauris Kaplinski2000-08-253-29/+42
* Sync the right-click menu with the main menu for modifying messagesPeter Williams2000-08-254-6/+55
* Start adding progress info; make flag_all_messages camel-safe; make the no ne...Peter Williams2000-08-255-8/+70
* Fixed some warnings in the uihandler code.Christopher James Lahey2000-08-252-7/+12
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-2517-227/+512
* Reformat a bit, make "Folder" appear before "Message", fill in the MessageDan Winship2000-08-242-102/+132
* Fix a deadlock upon checking mail due to new camel_service semantics.Peter Williams2000-08-242-5/+11
* ChangeLog updates.Peter Williams2000-08-231-0/+12
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-235-44/+48
* Fix an infinite loop in the message threading with empty containers.Peter Williams2000-08-222-1/+26
* Added fb_resize_cb to folder-browser.cJeremy Wise2000-08-212-1/+15
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-1/+0
* Fix menu itemsPeter Williams2000-08-182-11/+16
* Move menu items around, fix some GUI bits.Ettore Perazzoli2000-08-186-42/+98
* Filtering on demand! booyeah!Peter Williams2000-08-1811-12/+197
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-178-8/+36
* Use a configurable timeout.Richard Hult2000-08-177-3/+127
* Plug mem leaks.Peter Williams2000-08-173-30/+179
* Updates to the memory debugging stuff.Peter Williams2000-08-162-14/+57
* Updated russian translation. Fixed typo in mail-ops.c.Valek Frob2000-08-161-1/+1
* Add support for debugging the message thread memory leaks.Peter Williams2000-08-162-5/+65
* Address bugzilla bug #496Peter Williams2000-08-162-1/+10
* Close the pipes when finished; add i18nPeter Williams2000-08-164-62/+90
* Add support for copying messagesPeter Williams2000-08-167-51/+112
* Don't deadlock on PGP key requestPeter Williams2000-08-162-1/+9
* Fix the error dialogs.Peter Williams2000-08-152-3/+11
* Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ...Peter Williams2000-08-143-1/+8
* Added support for encrypting via PGP 5.0Jeffrey Stedfast2000-08-142-5/+26
* Use CORBA_Object_release() instead of CORBA_free() as appropriate, youEttore Perazzoli2000-08-142-1/+6
* Use the default handlers for SIGBUS and SIGSEGV as gnome_segv_handlerEttore Perazzoli2000-08-142-0/+13
* Set config->configured to TRUEJeffrey Stedfast2000-08-142-1/+7
* Remove a bogus `GDK_THREADS_ENTER()'/`GDK_THREADS_LEAVE()' pair.Ettore Perazzoli2000-08-142-2/+7
* Fix the ugly hack to get rid of a CORBA race condition. Yes, it'sEttore Perazzoli2000-08-144-15/+26
* add mail-local.hDan Winship2000-08-142-1/+6
* Disable error dialogs for now, as they hang.Ettore Perazzoli2000-08-142-1/+6
* Fix some freed-memory referencesDan Winship2000-08-142-12/+14
* Don't free the prompt. It doesn't belong to you.Dan Winship2000-08-142-1/+5
* Fix bug in the folder creation code: CORBA_Object_duplicate() theEttore Perazzoli2000-08-142-6/+15
* Don't wrap the gnome_dialog_run in GDK_THREADS_ENTER/LEAVEJeffrey Stedfast2000-08-142-2/+7
* Get the mail component to use the new Evolution::ShellView interface.Ettore Perazzoli2000-08-139-544/+380
* Updated to reflect changes to mail_do_scan_subfoldersJeffrey Stedfast2000-08-135-200/+187
* Lose a reference to the store on purpose. To be fixed later.Dan Winship2000-08-132-0/+11
* Take the source as a command-line argument rather than fetching it fromDan Winship2000-08-132-17/+22
* Redo this so that the lock icon remains active after a failed decryptionDan Winship2000-08-132-17/+31
* Don't clear the tree here. If two "folder_changed"s arrive in closeDan Winship2000-08-134-22/+53
* Don't leak the transport.Dan Winship2000-08-132-0/+3
* Don't ref the store returned from camel_session_get_store. It's alreadyDan Winship2000-08-132-14/+8
* Toggling a flag is an "instantaneous" operation, so if we're only doingDan Winship2000-08-122-2/+21
* Remove workaround for gnome-vfs 0.2 bug.Dan Winship2000-08-123-29/+8
* kill using_oaf assertion.Michael Meeks2000-08-122-1/+4
* Fix compilation of that vital necessity test-mailPeter Williams2000-08-122-3/+7
* Move menu items that affect a single message together, ditto with onesJP Rosevear2000-08-122-8/+16
* Fixed a warning.Christopher James Lahey2000-08-124-1/+8
* Redo this again. Get rid of struct mail_format_data and move most of thatDan Winship2000-08-125-296/+323
* ChangeLog update to go with my previous commitPeter Williams2000-08-121-0/+14
* use config->news instead of config->sources.Chris Toshok2000-08-122-2/+7
* Fix 'Test settings' in the prefs dialog. Update the async readme.Peter Williams2000-08-125-67/+152
* Update this for CamelObject (try_inline_pgp): Deal with decrypting hereDan Winship2000-08-125-118/+123
* Put the dont-try-to-get-mail-from-imap-sources check into a better spotPeter Williams2000-08-123-5/+14
* Work around gtk option menu bug. (service_page_item_auth_fill): dittoJP Rosevear2000-08-122-4/+10
* Fix two mistakes in the FORWARD_MESSAGE handlerPeter Williams2000-08-122-1/+5
* Fix some warnings. Make 'configure folder' a modal dialog.Peter Williams2000-08-123-6/+13
* Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-126-17/+100
* If the caller passes "-1" for the model row, translate that to view row 0.Dan Winship2000-08-123-8/+17
* Allow the window to be growableJP Rosevear2000-08-123-6/+14
* Fix some ()'s instead of voidsPeter Williams2000-08-123-16/+25
* sdialog, not iddialogJP Rosevear2000-08-122-1/+4
* Freeze/thaw around multi-message folder operations (flag, move)Peter Williams2000-08-122-0/+16
* Check nrow, not srow.JP Rosevear2000-08-127-119/+230
* Use camel_service_get_name rather than showing the URL to the user.Dan Winship2000-08-112-4/+16
* Crash fix on user-doesn't-press-escape.Peter Williams2000-08-112-0/+10
* Add a function to return a useful name for a folder (not just "mbox" orDan Winship2000-08-114-14/+45
* Added a prototype (remove warning)Michael Zucci2000-08-111-1/+2
* Properly handle different local file formats. The folder isn't alwaysNot Zed2000-08-114-6/+64
* Fixed some warnings.Christopher James Lahey2000-08-115-8/+8
* Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-1112-18/+24
* Make escape equivalent to cancel in the error and query dialogsPeter Williams2000-08-113-3/+23
* Add a "gboolean create" argument to pass to camel_store_get_folder.Dan Winship2000-08-116-11/+23
* Show 'no new mail' correctly.Peter Williams2000-08-112-9/+46
* Fix compile warning by casting the object to a CamelObjectJeffrey Stedfast2000-08-112-10/+15
* Fix the infinite movemailPeter Williams2000-08-115-8/+44
* Fix a bug in the async changes. (This was identical to reply_to_sender.)Dan Winship2000-08-112-1/+6
* bluuuuuuurrrrrghPeter Williams2000-08-111-0/+357
* triple oopsPeter Williams2000-08-111-0/+69
* oopsPeter Williams2000-08-113-0/+1312
* Merge with camel-async.Peter Williams2000-08-1128-1910/+3607
* Update for append_message api change.Not Zed2000-08-114-10/+26
* Made the toolbars conform to the user's gnomecc settings for detachableCody Russell2000-08-103-3/+23
* Get the from address set in the composer, if that fails ONLY THEN get theJeffrey Stedfast2000-08-104-26/+51
* eek! okay, we can't just point to a mail_display apparently...Jeffrey Stedfast2000-08-101-3/+3
* Support controls as well as embeddables.Dan Winship2000-08-102-0/+7
* Changed to only take a FolderBrowser argumentJeffrey Stedfast2000-08-104-5/+11
* Create a new FolderBrowser for each message being opened in a new window.Jeffrey Stedfast2000-08-102-8/+16
* Nicify a little, add in a menu separator between VFolder and Filter stuff.Jeffrey Stedfast2000-08-103-20/+25
* Set the UID of the message that is being displayedJeffrey Stedfast2000-08-103-6/+12
* Use menu stock icons instead of normal stock icons for the menu items.Ettore Perazzoli2000-08-102-8/+10
* (rule_match_subject): was cutting ] off mailing list names.Michael Zucci2000-08-092-3/+4
* (rule_match_recipients): Dont set real name if its empty for the filter name.Michael Zucci2000-08-092-1/+2
* Helper function to add with confirm.Not Zed2000-08-097-84/+137
* Remove conflict marks.Ettore Perazzoli2000-08-091-5/+0
* New file to hold auto filter/vfolder stuff.Not Zed2000-08-093-0/+321
* Fixed some warnings.Christopher James Lahey2000-08-095-4/+13
* Use the placeholder for the "Print message..." menu item.Ettore Perazzoli2000-08-092-0/+17
* Attached a double_click signal handler (on_double_click): Our lovely newJeffrey Stedfast2000-08-092-14/+33
* Basic framework for saving the size of the vpaned in the main message viewJeremy Wise2000-08-094-3/+36
* Added void as an argument to functions not needing any parameters to avoidJeffrey Stedfast2000-08-092-3/+10
* Value for threaded list view is now saved via gnome-config. This means that ...Jeremy Wise2000-08-096-7/+47
* Attach a signal handler to call the "changed" function when the userDan Winship2000-08-092-1/+10
* New convenience function with params of a normal Gtk callback function. WeJeffrey Stedfast2000-08-097-39/+99
* Add "Don't delete messages from server" button to remote SOURCEs thatDan Winship2000-08-095-48/+130
* Fix some compiler warnings.Dan Winship2000-08-094-6/+9
* Fix up format of addresses. (write_headers): Use CamelAddress functions toDan Winship2000-08-092-51/+38
* Lets get rid of the last separator in the toolbar until we add n/pJeffrey Stedfast2000-08-092-2/+9
* Move mail_config_init after session_init, since it depends onDan Winship2000-08-092-2/+6
* Fix build by allowing includes for e-table dirJP Rosevear2000-08-089-2100/+2270
* Redone to show a dialogue first, and show progress of whats happening asNot Zed2000-08-089-9/+712
* Added mail-view.cJeffrey Stedfast2000-08-086-0/+199
* New function to replace real_create_imap_storage andJeffrey Stedfast2000-08-082-102/+34
* s/strncasecmp/g_strncasecmpJeffrey Stedfast2000-08-083-7/+10
* Get rid of kludge around subject beginning with spaces.Jeffrey Stedfast2000-08-083-9/+15
* Clarify that the input row is a model row, and swap it to a view row whenDan Winship2000-08-083-11/+32
* Renamed from reply_body() so other functions can use itJeffrey Stedfast2000-08-074-13/+34
* New menu item under Actions to allow editing of messages.Jeffrey Stedfast2000-08-074-4/+48
* Create a global reference to the Drafts mbox folder for the Composer toJeffrey Stedfast2000-08-072-3/+26
* Desensitize ok button (sdialog_page_undone): ditto (iddialog_page_undone):JP Rosevear2000-08-072-52/+172
* Added support for encrypting with GnuPG. Support for PGP5 and PGP2 areJeffrey Stedfast2000-08-063-1/+120
* Update the README and the text of the Bonobo configure check to matchDan Winship2000-08-062-5/+7
* Actually commit this - I though it went in already.JP Rosevear2000-08-042-4/+5
* I pity da foo that committed this bug!Peter Williams2000-08-042-1/+5
* Fix a possible crash when using the quicksearch by freeing the UIDEttore Perazzoli2000-08-042-3/+12
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-042-1/+7
* only whack the sig in if the file exists.Michael Meeks2000-08-045-5/+38
* Yay, no more compiler warningsJeffrey Stedfast2000-08-042-9/+10
* set config = NULL (provider_list) Eek! Initialize news to NULL! Also, useJeffrey Stedfast2000-08-042-29/+53
* Work with GtkHTML if it uses gconfPeter Williams2000-08-042-5/+7
* Check for identity before sending ; remove gconf_init callPeter Williams2000-08-033-2/+20
* Increase window size slightly, rename "Transport" to "Mail Transport"JP Rosevear2000-08-036-185/+142
* Make the "test settings" button FILL rather than SHRINK so it doesn't endDan Winship2000-08-033-6/+14
* Emit "model_pre_change" where appropriate.Christopher James Lahey2000-08-033-0/+9
* Protect mail-config.h against multiple inclusion.Peter Williams2000-08-032-0/+9
* add GTKHTML_CFLAGS where needed.Mathieu Lacage2000-08-021-1/+2
* New code to spawn off GPG/PGP to do stuff. Currently only deals withDan Winship2000-08-028-93/+879
* Fixed some warnings.Christopher James Lahey2000-08-014-2/+16
* typo fixPeter Williams2000-08-011-1/+1
* Fix a NULL-pointer strcmp noticed by peterw.Dan Winship2000-08-012-1/+7
* Configurable vfolder sources, and a button to save a searchNot Zed2000-07-315-42/+265
* Remove hack to pass the storage around.Not Zed2000-07-307-189/+272
* Fix changelog email address.JP Rosevear2000-07-291-1/+1
* New function to create composer with sig file set.JP Rosevear2000-07-2913-2138/+2411
* Added mark_all_seen(), to mark every message in the list withCody Russell2000-07-294-0/+32
* Lets fix Dan's kludge the Right Way (tm) (set_service_url): Only strip offJeffrey Stedfast2000-07-282-6/+15
* toss in a kludge to deal with the IMAP vs mbox path problem for now.Dan Winship2000-07-282-1/+9
* Removed counting of selected messages.Christopher James Lahey2000-07-273-20/+6
* Don't create the tmp_mbox before calling movemail, because the externalDan Winship2000-07-272-18/+20
* s/struct refile_data/struct move_data (real_move_msg): Renamed fromJeffrey Stedfast2000-07-274-9/+17
* Update for OAF and for external apps as well as components.Dan Winship2000-07-263-104/+206
* Always prepend a leading "/" to the url->path. (set_service_url): AddedJeffrey Stedfast2000-07-262-11/+14
* Always prepend a leading "/" to the url->path. (set_service_url): AddedJeffrey Stedfast2000-07-262-6/+16
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-262-1/+14
* Fix crash on NULL current_message when replying.Peter Williams2000-07-262-1/+8
* Don't group together messages with the same non-Re: subject and noDan Winship2000-07-262-38/+49
* Fix GtkOptionMenu usage so that the mail source selector looks right.Ettore Perazzoli2000-07-252-1/+12
* Update for CamelFolder API changes. (Certain functions no longer take aDan Winship2000-07-254-17/+25
* Remove GOAD support.Dan Winship2000-07-255-90/+26
* Add a "Send HTML mail" toggle in the message composer.Ettore Perazzoli2000-07-232-3/+39
* Use `_()' instead of `N_()' for strings that need to be translated onEttore Perazzoli2000-07-232-6/+11
* Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-212-0/+6
* What if message info is NULL?Jeffrey Stedfast2000-07-202-2/+6
* Initial code to support IMAP folders that don't use "/" as a directoryJeffrey Stedfast2000-07-173-21/+46
* Put the version number in the `X-Mailer:' header instead of justEttore Perazzoli2000-07-163-2/+26
* put a <p> at the end of the header table. (I think there used to beDan Winship2000-07-152-4/+17
* Only unref the folder if it's been set.Dan Winship2000-07-143-5/+15
* s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST.Jonathan Blandford2000-07-142-1/+5
* Add a "gboolean required" argument, and set its value on the entry.Dan Winship2000-07-142-16/+48
* Back to the old way to avoid g_warnings, yay. Also fix append to send aJeffrey Stedfast2000-07-132-2/+3
* Back to the old way to avoid g_warnings, yayJeffrey Stedfast2000-07-132-2/+23
* fix some cut & paste bung.Chris Toshok2000-07-132-6/+10
* add "message/news" to the mime_function_table using the same handler asChris Toshok2000-07-132-0/+7
* add news server tab to dialog.Chris Toshok2000-07-134-11/+433
* Fix bug #390: default attachment save dir should be ~Peter Williams2000-07-122-3/+8
* Changed to use camel_folder_move_message_to () rather than get_message ()Jeffrey Stedfast2000-07-122-17/+7
* Disable Search capability menu/entry if folder doesn't support it.Jeffrey Stedfast2000-07-123-6/+16
* Set the post_send_data flag rather than toggling it. (Maybe we'll needDan Winship2000-07-122-5/+9
* Work with both current and 0.15 bonoboDan Winship2000-07-112-2/+8
* Increase shareholder value.Dan Winship2000-07-111-1/+1