aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* 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
* kill more debugging messagesDan Winship2000-07-114-21/+2
* Don't multiply free dest_url.Dan Winship2000-07-112-2/+2
* Update message_list_select_next to do either next or previous.Dan Winship2000-07-111-1/+8
* Update message_list_select_next to do either next or previous.Dan Winship2000-07-114-35/+58
* Fix an unitialized variable error.Ettore Perazzoli2000-07-112-0/+8
* Fixed broken POP fetchingJeffrey Stedfast2000-07-112-0/+14
* Fix syncing of the mailbox on exit so that it's done on destruction ofEttore Perazzoli2000-07-113-16/+14
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-103-13/+18
* Fixed movemail so that it too would deliver to Inbox.Jeffrey Stedfast2000-07-102-38/+31
* Fix a bug in previous commit that could cause infinite loopsDan Winship2000-07-101-3/+1
* Don't g_warn if the user selects a fake tree parent.Dan Winship2000-07-103-78/+85
* Remove setting of dnd_code since that's handled internally to ETable.Christopher James Lahey2000-07-092-3/+5
* Fix up the pageup/pagedown increment a bit.Dan Winship2000-07-092-4/+10
* Add a "Threaded Message List" item to the "View" menu.Dan Winship2000-07-094-25/+69
* fix a "Re:" parsing bugDan Winship2000-07-092-1/+5
* Always dump incoming messages to Inbox (assuming not filtered to anotherJeffrey Stedfast2000-07-092-25/+63
* Move the "Expunge" command to the "Actions" menu.Ettore Perazzoli2000-07-092-2/+8
* Deal with having multiple selected messages.Dan Winship2000-07-094-51/+63
* Small fix to stop uid data from being set on a message-list tree node whenJeffrey Stedfast2000-07-092-1/+8
* Fix Jeff's FIXME: This does get called with out-of-range data sometimes,Dan Winship2000-07-092-14/+7
* This wasn't quite right, it will now work but still isn't perfect. SeeJeffrey Stedfast2000-07-082-1/+19
* (sort_node): sort the tree by the original order of the messagesDan Winship2000-07-083-2/+7
* Add another argument "clast" pointing to the container before the currentDan Winship2000-07-082-5/+18
* Lots of changes. Store uids as node data on the tree nodes and use thoseDan Winship2000-07-086-438/+164
* Handle a row number of -1 properly.Christopher James Lahey2000-07-082-0/+8
* Map tree model row numbers to summary row numbers. (ml_tree_value_at,Dan Winship2000-07-072-7/+18
* Glade files for the configuration dialog.JP Rosevear2000-07-075-247/+468
* include GCONF_CFLAGS for gconf_initDan Winship2000-07-071-0/+1
* fix warnings.Dan Winship2000-07-075-10/+8
* gtkhtmllib_init is no more. Call gconf_init directly instead.Dan Winship2000-07-072-1/+5
* New function to select the first message on or after the given row thatDan Winship2000-07-075-7/+69
* Add a workaround for a small gnome-vfs 0.2 bug so we don't need to requireDan Winship2000-07-072-0/+31
* Well, delete, expunge, appear broken, it sorts (initially) at least now.Michael Zucci2000-07-064-17/+101
* Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd):Not Zed2000-07-064-22/+168
* Code for message threading.Not Zed2000-07-064-0/+532
* Oops. My gnome-vfs was out-of-date. Update for changed function name.Dan Winship2000-07-062-2/+9
* Use the gnomevfs sniff buffer interface to try to identify the MIME typeDan Winship2000-07-065-12/+48
* Get rid of a compiler warning.Ettore Perazzoli2000-07-042-1/+11
* call mail_display_set_message with NULL if the message we tried to selectDan Winship2000-07-043-21/+30
* Remove hack to redisplay the inbox, since folder_changed signals will nowDan Winship2000-07-032-5/+4
* Fix filter_driver_new invocation.Dan Winship2000-07-032-1/+4
* test-mail and test-thread should be noinst.Dan Winship2000-07-032-1/+6
* Pass mail_uri_to_folder and rules to filter_driver_new.Dan Winship2000-07-033-7/+10
* Fix double freeing of the camel exception; this prevents a crash when aEttore Perazzoli2000-07-032-1/+5
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-022-1/+7
* Removed. These aren't being used any more. (The real pixmaps are inDan Winship2000-07-0211-326/+6
* Updated to reflect camel-folder changes.Jeffrey Stedfast2000-07-013-6/+13
* Use gnome-print to do a print preview.Dan Winship2000-07-014-1/+27
* s/mbox/file/ to make this work againDan Winship2000-07-011-1/+1
* New function, a wrapper around e_table_selected_row_foreach, which callsDan Winship2000-07-017-52/+178
* Fix to work with new EvolutionShellClientPeter Williams2000-07-012-6/+15
* use the ETable row_selection signal to track how many rows are selected.Dan Winship2000-07-014-12/+41
* Fix stupid typos and add a missing prototype.Ettore Perazzoli2000-06-302-2/+7
* EvolutionShellClient.Ettore Perazzoli2000-06-302-5/+14
* oops, corrected the gtk/gnome castsJeffrey Stedfast2000-06-301-4/+4
* Clean up compile warnings (real_fetch_mail): Fetching from IMAP should doJeffrey Stedfast2000-06-302-113/+116
* Handle multiple deletes (change by Peter Williams.)Christopher James Lahey2000-06-302-17/+31
* Changed "Send" to "Compose" to avoid user confusion. Compose is a littleJeffrey Stedfast2000-06-302-1/+2
* Changed "Send" to "Compose" to avoid user confusion. Compose is a littleJeffrey Stedfast2000-06-304-3/+10
* remove some code incorrectly copied and pasted from create_vfolder_storageDan Winship2000-06-302-6/+7
* From mail:Christopher James Lahey2000-06-303-2/+7
* Fixes brought to us by PurifyMatthew Loper2000-06-293-1/+13
* add default subjectsDan Winship2000-06-292-1/+18
* Refuse to create folders not of type "mail", and correctly create an emptyDan Winship2000-06-292-5/+31
* make this compile.Dan Winship2000-06-291-1/+1
* Add debugging messagesDan Winship2000-06-291-2/+6
* Call od_assert_using_oaf() or od_assert_using_goad() as appropriate toDan Winship2000-06-292-5/+13
* message-list.c: added prototype for filter_date()Jeffrey Stedfast2000-06-283-7/+9
* Made dates display grouping information properly.Christopher James Lahey2000-06-282-1/+7
* Little teeny fixesPeter Williams2000-06-282-1/+4
* Hey, nothreads might work now\!Peter Williams2000-06-282-1/+9
* Fix the test-threads when no threadingPeter Williams2000-06-272-0/+14
* Fix boobooPeter Williams2000-06-272-0/+4
* Solaris compatibility config check + implementation (ctime_r arguments)Peter Williams2000-06-272-3/+11
* Work around mismatched ctime_r functions. This will be fixed.Christopher James Lahey2000-06-272-1/+8
* Let us compile sans threads on non-pthread systems.Peter Williams2000-06-272-0/+10
* Put in a gross hack to export the shell reference elsewhere.Michael Zucchi2000-06-272-0/+10
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-272-0/+45
* Make the broken threads optionalPeter Williams2000-06-275-4/+84
* commenting out of some GDK_THREADS_*() junk that was causing a lockJeffrey Stedfast2000-06-274-4/+11
* Add some debugging messages to track down thread issues better andEttore Perazzoli2000-06-263-0/+26
* Force thread usage and clean up the configure aspect thereof.Peter Williams2000-06-262-6/+11
* folder-browser.c: Improved the code to separate the imap namespace from the f...Jeffrey Stedfast2000-06-242-3/+9
* Land most of the stuff to move fetch_mail, send_mail, expunge_folder, init_im...Peter Williams2000-06-246-101/+415
* Little prototype fixesPeter Williams2000-06-232-5/+7
* Now should correctly get the selected folder from the given URL.Jeffrey Stedfast2000-06-232-2/+8
* add handling for loading "news:" folders.Chris Toshok2000-06-233-0/+98
* Updated to prepend url-> path if it exists for that imap store.Jeffrey Stedfast2000-06-233-11/+29
* Revert Peter's change and Chris's fix to it, since it looks like PeterDan Winship2000-06-231-62/+23
* new function, passed as arg to mail_operation_try. (fetch_mail): addChris Toshok2000-06-232-1/+13
* Changed ml_value_at to return "" instead of NULL in some cases.Christopher James Lahey2000-06-232-4/+29
* Add libs so that we link right with gthreadsPeter Williams2000-06-232-0/+4
* Make the async dialogs non-modal; add cleanup callbacks in the main thread.Peter Williams2000-06-234-53/+119
* Add nice blocking stuff for the error dialog and a new get_password hook in t...Peter Williams2000-06-234-41/+241
* Prettify the progress dialog a bit.Peter Williams2000-06-223-48/+120
* Removed an erroneous comment.Christopher James Lahey2000-06-222-5/+4
* Make this not crash if you don't have a transport configured.Dan Winship2000-06-222-1/+4
* Update received date to work like sent date.Dan Winship2000-06-223-27/+32
* Add the async mail API (still not hooked up though)Peter Williams2000-06-226-2/+750
* Get evolution-dir the right way in e-setup.hPeter Williams2000-06-222-2/+6
* oops, should have checked for a NULL sources in component-factory.cJeffrey Stedfast2000-06-213-3/+9
* Quick hack to prevent a NULL pointer dereference. Things need to beDan Winship2000-06-212-0/+7
* Oops. This should have been removed a long time ago.Dan Winship2000-06-212-771/+5
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-212-2/+8
* working on getting IMAP folder selection workingJeffrey Stedfast2000-06-213-16/+29
* Add missing declaration of `evolution_dir' to get it to compile.Ettore Perazzoli2000-06-212-0/+6
* Add a confirmation dialog box for when the user tries to send aEttore Perazzoli2000-06-202-0/+35
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-203-15/+85
* add an option to prefer text/plain. (reply_body): add an option to preferDan Winship2000-06-202-13/+29
* Should now correctly display the Transport page (made it set theJeffrey Stedfast2000-06-192-13/+35
* started to add code to load an IMAP folder.Jeffrey Stedfast2000-06-193-18/+62
* Prevent double-freeing action on summary_table and uid_rowmap.Dan Winship2000-06-182-5/+5
* Implement clicking on the envelope icon to set read/unread. Based on aDan Winship2000-06-173-12/+43
* new function to do a uid to row mapping. (mark_msg_seen, select_msg,Dan Winship2000-06-174-60/+150
* Update for CamelFolder changes.Dan Winship2000-06-164-20/+10
* New function to revert back to non-searching mode.Dan Winship2000-06-164-0/+16
* if the document requests an unknown URL, it's not an error; just ignoreDan Winship2000-06-153-1/+17
* call gtkhtmllib_init hereRadek Doulik2000-06-142-0/+5
* fixed it so that source always pointed to a valueJeffrey Stedfast2000-06-142-0/+7
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-132-16/+14
* Got rid of sources_max_row and identities_max_row as they are not reallyJeffrey Stedfast2000-06-132-19/+22
* Removed the ETableModel thaw handler.Federico Mena Quintero2000-06-132-7/+5
* Return the result of folder_browser_load_folder. (get_prop, set_prop,Dan Winship2000-06-137-117/+31
* Fix the subject generation so we don't get "Re: Re:". This is workingDan Winship2000-06-132-4/+15
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-112-1/+32
* Add a serial number to FolderBrowser.Dan Winship2000-06-104-9/+30
* display error from camel_folder_expunge if there is one.Dan Winship2000-06-102-3/+3
* install an idle function to select the row rather than doing it directly.Dan Winship2000-06-102-8/+17
* Update for CamelAuthCallback changes. (Uncache passwords when asked to.)Dan Winship2000-06-102-19/+38
* close and expunge the source folder after copying it to a local folder.Dan Winship2000-06-102-0/+8
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-102-3/+18
* Redo things a bit so that whitespace-only text parts aren't displayed. (InDan Winship2000-06-102-112/+143
* Update for folder creation/existence changes.Dan Winship2000-06-074-51/+17
* Leave the composer window around if the message doesn't get sent.Dan Winship2000-06-062-6/+14
* Allow "GDK_KP_Delete", a keypad delete key, to delete a message.Matthew Loper2000-06-062-1/+7
* Remember passwords between calls. (forget_passwords): Callback for "ForgetDan Winship2000-06-064-2/+51
* fix some function prototypesDan Winship2000-06-063-8/+14
* Add "Delete" = delete message.Dan Winship2000-06-062-0/+5
* Update for new composer attachment interface.Dan Winship2000-06-062-35/+15
* added new notebook page to the prividers config dialog for slecting text/plai...Jeffrey Stedfast2000-06-032-0/+71
* If the date in the summary is 0, output "?".Dan Winship2000-06-032-0/+6
* keep a GList of folder browsers created (owner_unset_cb): Go through theDan Winship2000-06-032-0/+22
* Use camel_service_connect, not connect_with_url, since we already passedDan Winship2000-06-032-2/+7
* Use camel_folder_free_summary instead of g_ptr_array_free. Unref theChristopher James Lahey2000-06-032-4/+11
* Revert removal of e_setup_base_dir.Christopher James Lahey2000-06-022-0/+5
* Connect to ETable's key_press signal. (etable_key): scroll mail onDan Winship2000-06-022-3/+43
* spelling changes in commenst!Jeffrey Stedfast2000-06-021-1/+1
* Made sent column as wide as from column.Christopher James Lahey2000-06-022-1/+5
* source editor now fills in fieldsJeffrey Stedfast2000-06-022-0/+13
* was using the wrong clist row variable in the callbacks for the sources clistJeffrey Stedfast2000-06-022-2/+9
* Add a date column. (COL_SENT_WIDTH_MIN): Make this wider. (ml_value_at):Dan Winship2000-06-023-16/+53
* Don't call e_setup_base_dir.Christopher James Lahey2000-06-022-1/+4
* Fix forwarding to work for people other than me. :) [Although apparentlyDan Winship2000-06-022-1/+5
* Add a quick hack to move the selection down a row when you delete aDan Winship2000-06-022-1/+13
* use <blockquote> rather than <center><table border=1 width=95%> to frameDan Winship2000-06-022-3/+11
* Turn off the grid in our ETable.Christopher James Lahey2000-06-022-0/+6
* identity and source clists are now filled in as well as the transport noteboo...Jeffrey Stedfast2000-06-022-10/+87
* Oops. This needs to take a message argument because we might be writingDan Winship2000-06-022-9/+16
* fixed a segfault in service_acceptable()Jeffrey Stedfast2000-06-022-7/+12
* Finished the configuration dialogs and renamed some Tools/ menu itemsJeffrey Stedfast2000-06-023-9/+18
* Make the mail folder browser use EScrollFrame for a nicer look.Ettore Perazzoli2000-06-014-12/+27
* Quit when the shell exits. This is a kludge, but a pretty necessary oneDan Winship2000-06-012-1/+16
* Closer to having a working configuration dialog working, source configuration...Jeffrey Stedfast2000-06-012-11/+188
* Fix up memory management of x-evolution-data URLs so the URLs and/or theirDan Winship2000-06-013-32/+39
* Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-012-3/+17
* config dialog will now allow identities to be added, edited and deletedJeffrey Stedfast2000-06-012-47/+282
* Initialize the "urls" hash table stored on the message and store cid andDan Winship2000-06-013-125/+197
* Redo this back to the old way: a single GtkHTML with various things inlineDan Winship2000-05-315-384/+354
* Removed merge cruft.Michael Zucci2000-05-311-1/+0
* Properly encode the search string.Not Zed2000-05-312-2/+7
* Implemented the Transport section of the configuration dialog windowJeffrey Stedfast2000-05-313-44/+143
* oops. use the seen and unseen icons to represent the right things. :)Dan Winship2000-05-311-2/+2
* use the "new" tigert pixmaps rather than the older ones. Includes aDan Winship2000-05-312-27/+27
* call e_table_model_row_changed, not e_table_model_changed so we do lessDan Winship2000-05-312-3/+40
* Added bold for unread messages.Christopher James Lahey2000-05-313-7/+23
* commit'd changelog :)Jeffrey Stedfast2000-05-311-0/+17
* started to add a camel provider configuration toolJeffrey Stedfast2000-05-314-6/+419
* Switched to using "cursor_change" signal instead of "row_selection" forChristopher James Lahey2000-05-302-17/+45
* Hardcode the vfolder source to just the inbox (so at least it returnsNot Zed2000-05-304-4/+38
* helper function since we need to set "modal" on the dialogs returned byDan Winship2000-05-292-14/+95
* Use `foo@bar' rather than `<foo@bar>' for recipient with no name.Dan Winship2000-05-292-6/+15
* don't put up an error message if the user cancels the password dialog.Dan Winship2000-05-292-1/+7
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-287-14/+245
* Added a COL_DELETED and made it the strikeout column for both textChristopher James Lahey2000-05-283-4/+24
* Various improvements:Dan Winship2000-05-282-74/+290
* Fix a bug (security/stability) in its usage of mail_html_write.Dan Winship2000-05-272-1/+4
* set CAMEL_MESSAGE_ANSWERED on a message after a successful reply.Dan Winship2000-05-273-10/+35
* Update for PersistStream changesDan Winship2000-05-262-2/+10
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-2511-16/+283
* connect to and disconnect from the transport.Dan Winship2000-05-252-3/+13
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-253-4/+12
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-233-52/+8
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-217-22/+42
* Fixes for stream stuff.NotZed2000-05-203-18/+16
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-202-1/+53
* move the development_warning from mail to shell so you don't get theDan Winship2000-05-192-69/+4
* Update for camel_folder_get_uids (folder_changed,Dan Winship2000-05-193-31/+37
* This seems to be cruft. Nuke it.Dan Winship2000-05-182-50/+2
* Use camel_data_wrapper_write_to_stream rather thanDan Winship2000-05-183-71/+41
* Ok, so all incoming mail comes through filters, yay!NotZed2000-05-172-64/+95
* New menu to bring up the filter editor, and edit filters. They dontNotZed2000-05-175-1/+59
* Removed usage of bonobo_object_destroy.Christopher James Lahey2000-05-172-3/+6
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-142-25/+28