aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.c
Commit message (Expand)AuthorAgeFilesLines
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-311-8/+10
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-301-78/+71
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-147/+50
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-301-7/+38
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-291-133/+112
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-261-2/+2
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-261-7/+31
* use BODY.PEEK, not BODY, so we don't set the message \Seen.Dan Winship2000-08-231-1/+1
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-2/+3
* Add support for copying messagesPeter Williams2000-08-161-1/+1
* do a strcasecmp rather than just a strcmp when checking if a folder isDan Winship2000-08-141-1/+1
* (imap_get_subfolder_names_internal): Add "INBOX" to the list asDan Winship2000-08-131-1/+1
* Don't assume the FETCH results will come back in the order they wereDan Winship2000-08-131-2/+2
* Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-131-2/+2
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-121-21/+39
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-121-32/+21
* If we go over the max number of messages, don't keep requesting newJeffrey Stedfast2000-08-111-13/+17
* Merge with camel-async.Peter Williams2000-08-111-36/+37
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-6/+8
* If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-081-7/+16
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-041-2/+4
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-021-1/+1
* Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-011-18/+18
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-011-15/+45
* Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-291-24/+35
* fixed a few logic errorsJeffrey Stedfast2000-07-291-6/+6
* Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-291-24/+78
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-291-44/+99
* Fixed my routine to only fetch new headers, my IDs were off by 1 on theJeffrey Stedfast2000-07-281-1/+1
* Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-281-55/+9
* Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-281-18/+33
* Fixed a few compiler warningsJeffrey Stedfast2000-07-261-2/+2
* Fixed the real problem that Peter was running into.Jeffrey Stedfast2000-07-261-11/+11
* IMAP expunge crash prevention... still not right...Peter Williams2000-07-261-0/+1
* Optimized to try and get the new message headers without reloading theJeffrey Stedfast2000-07-251-85/+71
* Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-251-2/+9
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-69/+28
* Updated to port easily to the new Camel API (imap_init): Don't SELECTJeffrey Stedfast2000-07-251-36/+28
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-251-99/+121
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-241-22/+22
* Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-231-1/+0
* Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-221-1/+1
* Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UIDJeffrey Stedfast2000-07-201-2/+2
* General cleanup working towards getting Actions->Expunge workingJeffrey Stedfast2000-07-201-94/+35
* If the folder's message count is not the same as the number of summaries,Jeffrey Stedfast2000-07-201-9/+20
* Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info):Jeffrey Stedfast2000-07-191-50/+109
* Added in imap_[g,s]et_message_user_flag() methodsJeffrey Stedfast2000-07-191-25/+27
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-181-4/+8
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-2/+2
* oops, s/status/s in imap_sync()Jeffrey Stedfast2000-07-181-2/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-3/+1
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-6/+6
* minor fixes that came up when building with gcc -ansi -pedanticJeffrey Stedfast2000-07-171-4/+4
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-171-4/+4
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-171-1/+1
* One last fix to get rid of hard-coded "/" directory separatorsJeffrey Stedfast2000-07-151-1/+4
* Oops, minor fix to make any dir_sep work.Jeffrey Stedfast2000-07-151-2/+2
* New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-151-15/+28
* If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-141-0/+2
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-141-11/+11
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-141-15/+22
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-141-0/+6
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-0/+2
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-166/+110
* Don't fetch the entire RFC822 header, just fetch the fields we want.Jeffrey Stedfast2000-07-131-3/+6
* Oops, missed a source file.Jeffrey Stedfast2000-07-131-1/+3
* 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