aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-1428/+0
* Pass appropriate parameters to CF_CLASS and add comment explaining why myPeter Williams2001-05-101-1/+3
* Set the disconnected status. (camel_disco_store_can_work_offline): ReturnDan Winship2001-05-101-0/+14
* new abstract class for disconnectable remote storesDan Winship2001-05-041-107/+133
* Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-021-42/+37
* remove unused assignment that calls non-existent function.Dan Winship2001-05-011-2/+0
* Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-011-43/+130
* New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-011-38/+1
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-171-2/+0
* (imap_update_summary): When reading message flags, set theDan Winship2001-04-041-2/+9
* (imap_get_message): If the server_level < IMAP4rev1, always fetchDan Winship2001-04-041-3/+6
* If we don't change any flags or expunge, send a NOOP to give the server aDan Winship2001-04-041-1/+11
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+2
* Rewrite to use imap_store->namespace, not service->url->pathDan Winship2001-03-271-8/+12
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-50/+67
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-231-33/+45
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-211-46/+69
* translate NIL to "" in fetch body part responseDan Winship2001-03-161-1/+3
* First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-161-186/+300
* Group messages into sets with the same flags and use the IMAP message setDan Winship2001-02-271-33/+144
* Add some internal progress reporting. (imap_rescan): Do some progressNot Zed2001-02-231-1/+18
* #define this as the set of all IMAP system flagsDan Winship2001-02-221-1/+2
* Fixes for IMAP4-pre-rev1 from Torsten Schulz.Dan Winship2001-02-221-2/+8
* IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead inDan Winship2001-02-161-3/+8
* Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-231-1/+1
* Oops. Somewhere in one of the reorgs, the code to add new messages to theDan Winship2001-01-191-1/+2
* Delayed loading of IMAP message parts.Dan Winship2001-01-171-147/+321
* Lock around the imap_rescan, which needs it.Peter Williams2001-01-161-0/+2
* (imap_copy_message_to): Fix this up: sync flags to the serverDan Winship2001-01-121-33/+50
* Fix a bug in previous commit: don't check for deleted messages if thereDan Winship2001-01-121-30/+33
* New function to check for added/deleted messages when re-selecting aDan Winship2001-01-121-4/+78
* Fix two problems in figuring out server-expunged messages.Dan Winship2001-01-051-2/+1
* Initialize the exists variable so that we don't do random things if theChristopher James Lahey2001-01-041-1/+1
* fix off-by-oneDan Winship2001-01-031-1/+1
* IMAP randomness.Dan Winship2001-01-031-57/+47
* (camel_imap_folder_changed): Make sure we unref the summary lookup.Michael Zucci2000-12-241-0/+1
* clean up a stubborn and hard to remove imap_folder->summary.Michael Zucci2000-12-241-4/+4
* Minor compilation fixes.Michael Zucci2000-12-241-10/+3
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-155/+78
* New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-221-46/+25
* Oops. Don't do "FETCH 1:0" when the folder is empty.Dan Winship2000-12-201-31/+40
* Add "guint32 server_flags" to CamelImapMessageInfo to keep track of theDan Winship2000-12-201-61/+50
* Change the semantics of fmt: Now %S (capital S) means an IMAP "string",Dan Winship2000-12-191-3/+3
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-131-1/+2
* We want to bitwise-or the server and cached flags here so that we keep theJeffrey Stedfast2000-12-071-2/+6
* (imap_refresh_info): Fix a really really really dumb bug.Dan Winship2000-12-061-1/+1
* use BODY.PEEK[] rather than RFC822, so the message doesn't get marked asDan Winship2000-12-061-2/+2
* Fix the check for "flags aren't actually changing".Dan Winship2000-12-061-2/+4
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-5/+6
* Deal correctly with namespace == ""Dan Winship2000-11-021-1/+1
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-301-21/+24
* lots of i18n fixesDan Winship2000-10-241-3/+3
* Emit message_changed and folder_changed as appropriate.Dan Winship2000-10-201-2/+20
* Update comment here so refresh_info isn't just for reconnects any more.Dan Winship2000-10-201-10/+19
* (camel_imap_folder_new): Move the summary creation to after theDan Winship2000-10-181-9/+9
* Remove cached info at the end of the summary when the folder shrinksDan Winship2000-10-181-8/+13
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-131-487/+273
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-121-8/+8
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-121-2/+2
* New file containing camel_imap_command and friends. MajorDan Winship2000-10-041-238/+134
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-114/+3
* When getting a literal string response, don't include the \r\n after theJeffrey Stedfast2000-09-291-0/+6
* Return untagged data in a GPtrArray rather than a string, since it savesDan Winship2000-09-281-53/+43
* Again...wrap the folder names in quotesJeffrey Stedfast2000-09-231-2/+2
* The root folder's name is "", not the namespace. (camel_imap_folder_new):Dan Winship2000-09-231-3/+3
* New function to convert Camel flags to an IMAP flag_list.Dan Winship2000-09-221-170/+36
* INBOX is case-insensitive. (get_root_folder_name): Make the root folder ""Dan Winship2000-09-221-104/+50
* Fix the case where INBOX isn't returned in the folder listing.Dan Winship2000-09-201-1/+6
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-68/+39
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Don't use dir_sep as top-level directory, use "/".Jeffrey Stedfast2000-09-151-3/+0
* Don't look at the response of the command. camel_imap_command_extended()Dan Winship2000-09-151-80/+2
* Rewrote to take a third argument (gboolean *selectable) so that we canJeffrey Stedfast2000-09-141-6/+7
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-0/+10
* Don't save any exceptions caused by camel_imap_folder_changedJeffrey Stedfast2000-08-311-4/+24
* 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