aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-command.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-633/+0
* Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-031-2/+2
* Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-021-31/+65
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+2
* keep a reference on the store's current_folder.Dan Winship2001-03-271-1/+5
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-231-52/+68
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-211-1/+1
* Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-291-1/+1
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-161-0/+9
* New function to check for added/deleted messages when re-selecting aDan Winship2001-01-121-0/+1
* New header to prevent recursive #include problemsDan Winship2001-01-111-0/+1
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-0/+5
* Change the semantics of fmt: Now %S (capital S) means an IMAP "string",Dan Winship2000-12-191-4/+119
* Fix some off-by-one-ness.Dan Winship2000-11-301-3/+3
* Make this gratuitously more complicated. No wait, I mean, fix bugs. NowDan Winship2000-11-281-48/+89
* Fixed to return the correct bytecount in all cases which is the real fixJeffrey Stedfast2000-11-211-3/+3
* Use the byte-read count to decrement the number of bytes left to readJeffrey Stedfast2000-11-171-5/+5
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-301-6/+2
* lots of i18n fixesDan Winship2000-10-241-7/+7
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-241-0/+3
* Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) orJeffrey Stedfast2000-10-171-1/+1
* Don't free 'resp' as it doesn't point to the beginning of the allocatedJeffrey Stedfast2000-10-171-10/+11
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-171-1/+10
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-131-15/+21
* Quote the mailbox name when sending a SELECT request otherwise mailboxesJeffrey Stedfast2000-10-041-1/+1
* New file containing camel_imap_command and friends. MajorDan Winship2000-10-041-0/+391