aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
Commit message (Expand)AuthorAgeFilesLines
* display error from camel_folder_expunge if there is one.Dan Winship2000-06-101-3/+0
* close and expunge the source folder after copying it to a local folder.Dan Winship2000-06-101-0/+3
* Update for folder creation/existence changes.Dan Winship2000-06-071-7/+4
* Leave the composer window around if the message doesn't get sent.Dan Winship2000-06-061-6/+9
* fix some function prototypesDan Winship2000-06-061-4/+7
* Use camel_service_connect, not connect_with_url, since we already passedDan Winship2000-06-031-2/+1
* Add a quick hack to move the selection down a row when you delete aDan Winship2000-06-021-1/+10
* started to add a camel provider configuration toolJeffrey Stedfast2000-05-311-4/+14
* don't put up an error message if the user cancels the password dialog.Dan Winship2000-05-291-1/+2
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-281-0/+92
* set CAMEL_MESSAGE_ANSWERED on a message after a successful reply.Dan Winship2000-05-271-8/+27
* connect to and disconnect from the transport.Dan Winship2000-05-251-3/+8
* Update for camel_folder_get_uids (folder_changed,Dan Winship2000-05-191-8/+9
* Ok, so all incoming mail comes through filters, yay!NotZed2000-05-171-64/+90
* New menu to bring up the filter editor, and edit filters. They dontNotZed2000-05-171-0/+38
* Use 6 X's to mkstemp, as required by the man page, just a temp fix, thisNotZed2000-05-131-1/+1
* make this a little less kludgy. Use gnome_error_dialog rather than printfDan Winship2000-05-091-36/+16
* Don't hardcode "inbox" here.Dan Winship2000-05-071-4/+6
* New code to configure identity, mail source, and mail transport.Dan Winship2000-05-071-40/+114
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-5/+1
* Ok, you can now delete and expunge messages ... not really prettyMichael Zucci2000-05-021-0/+42
* This is no longer necessary.Dan Winship2000-04-301-13/+1
* Oops. Remove the part of the previous patch that wasn't supposed toDan Winship2000-04-281-24/+8
* Move text_to_html to e-util.Dan Winship2000-04-281-8/+36
* rename "send" to "send_msg", to avoid name clash with the tcp function.Dan Winship2000-04-241-1/+18
* #include "mail-format.h"Dan Winship2000-04-231-0/+1
* move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,Dan Winship2000-04-231-0/+61
* Add some #includes for the non-HAVE_MKSTEMP caseDan Winship2000-04-101-0/+5
* use camel_movemail when fetching mail from an mbox store. This leavesDan Winship2000-04-101-14/+76
* new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't doDan Winship2000-04-081-0/+185