aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.c
Commit message (Expand)AuthorAgeFilesLines
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-13/+3
* Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-131-4/+4
* Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-121-3/+13
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-121-6/+16
* This shouldn't return NULL, it should return g_ptr_array_new () so theJeffrey Stedfast2000-07-121-1/+1
* Implemented.Jeffrey Stedfast2000-07-101-0/+29
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-091-16/+20
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-2/+2
* Parse for more header information to allow message threading in IMAP.Jeffrey Stedfast2000-07-071-27/+159
* Changed over to camel_imap_command_extended as that was the source of theJeffrey Stedfast2000-07-061-10/+8
* Fixed the bug that would sometimes leave part of the server responseJeffrey Stedfast2000-07-021-7/+16
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-011-15/+13
* New function, to copy a message from one folder to another. The defaultJeffrey Stedfast2000-07-011-14/+37
* Utilities for parsing broken date strings.Jeffrey Stedfast2000-07-011-0/+3
* providers/imap/camel-imap-folder.c: added move_message_to()Jeffrey Stedfast2000-07-011-0/+41
* imap_expunge should now give more meaningful errorsJeffrey Stedfast2000-06-301-2/+2
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-281-27/+5
* providers/imap/camel-imap-[store,folder].c: Improved folder parsingJeffrey Stedfast2000-06-241-5/+8
* Oops. Now appends the namespace to the folder before querying for theJeffrey Stedfast2000-06-231-47/+4
* UpdatedJeffrey Stedfast2000-06-231-36/+55
* Modified to use the "namespace" (url->path) if it exists.Jeffrey Stedfast2000-06-221-23/+13
* IMAP is working! (sorta)Jeffrey Stedfast2000-06-221-6/+117
* now parses flags gotten from the IMAP server correctlyJeffrey Stedfast2000-06-211-12/+12
* Implemented. (imap_sync): Added code to set flags on messages that haveJeffrey Stedfast2000-06-211-3/+62
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-20/+31
* Now returns the last line of data that the server sends back as well. ThisJeffrey Stedfast2000-06-211-0/+2
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-201-28/+91
* Set summary equal to NULL. (imap_get_summary): Store the summary in theJeffrey Stedfast2000-06-201-11/+34
* Now gets the message flags as it should. (imap_get_summary): Same asJeffrey Stedfast2000-06-191-16/+122
* We were leaking memory - but not anymore! (imap_get_summary): We now getJeffrey Stedfast2000-06-181-3/+104
* camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it shouldJeffrey Stedfast2000-06-181-2/+8
* removed imap.c/h from providers/imapJeffrey Stedfast2000-06-181-50/+88
* Added code to expunge if called for (still need to finish coding this).Jeffrey Stedfast2000-06-171-110/+47
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-37/+0
* Started to code the imap summary stuffJeffrey Stedfast2000-06-161-7/+83
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-39/+17
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-4/+5
* IMAP will now allow you to login, and on some IMAP providers it will actually...Jeffrey Stedfast2000-06-141-14/+7
* implemented a temp hack for the imap fetch by uid codeJeffrey Stedfast2000-06-131-12/+31
* Deprecated.Jeffrey Stedfast2000-06-131-4/+20
* Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-101-49/+19
* Will now always send EHLO first, if that fails it will fall back on HELO.Jeffrey Stedfast2000-06-101-1/+15
* providers/imap/camel-imap-summary.c now buildsJeffrey Stedfast2000-06-081-3/+3
* Added rules to build camel-imap-streamJeffrey Stedfast2000-06-081-78/+11
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-071-76/+122
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-311-38/+159
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-281-124/+177
* Added initial code to camel-imap-folder.cJeffrey Stedfast2000-05-261-0/+636