aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-command.c
Commit message (Expand)AuthorAgeFilesLines
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-12/+21
* As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-221-3/+11
* If we get a BYE response, call camel_service_disconnect() and set anJeffrey Stedfast2001-11-171-13/+20
* Now takes a command-length argument so we can 1) avoid duping the commandJeffrey Stedfast2001-11-091-3/+18
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Implement.92001-10-101-1/+1
* Fix a leak.Peter Williams2001-08-141-2/+8
* Added an assert - at this point a backtrace would be more useful than aJeffrey Stedfast2001-08-111-0/+1
* Return FALSE here, not NULL.Jeffrey Stedfast2001-08-111-1/+1
* A quoted string cannot contain \n's so check for those as well.Jeffrey Stedfast2001-08-101-64/+64
* Completely hide the namespace from everything external to the IMAP code,Peter Williams2001-08-071-5/+17
* Send an IMAP command, but don't wait for responses.Dan Winship2001-07-271-112/+199
* Clean up some exception misusage.Peter Williams2001-07-181-5/+12
* Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 toDan Winship2001-07-171-0/+7
* Set the pipe fd's to nonblocking.Jeffrey Stedfast2001-07-071-2/+2
* Added an assert to make sure that `mi' isn't NULL.Jeffrey Stedfast2001-07-061-2/+6
* Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid aDan Winship2001-06-251-2/+2
* Create a CamelDiscoDiary. (imap_disconnect_offline): And free it.Dan Winship2001-05-301-6/+8
* 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