aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-command.c
Commit message (Expand)AuthorAgeFilesLines
* 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