summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed a few logic errorsJeffrey Stedfast2000-07-292-8/+8
* Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-283-35/+100
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-284-55/+153
* Fixed my routine to only fetch new headers, my IDs were off by 1 on theJeffrey Stedfast2000-07-282-1/+9
* If the path doesn't begin with a / and there is a host, prepend a / to theJeffrey Stedfast2000-07-272-2/+8
* Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-276-108/+196
* Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-273-18/+41
* Fix Makefile.am booboo.EVOLUTION_0_3Peter Williams2000-07-2710-18/+5
* Make the mime parser a bit less reckless. More reckful?Matthew Loper2000-07-263-3/+13
* routine to call an external movemail program. (camel_movemail): NukeDan Winship2000-07-263-48/+141
* Should now always prepend a '/' before the path if it doesn't alreadyJeffrey Stedfast2000-07-262-14/+19
* Fixed a few compiler warningsJeffrey Stedfast2000-07-262-2/+6
* Fixed the real problem that Peter was running into.Jeffrey Stedfast2000-07-252-21/+29
* Don't add a Mime-Version header to a message that already has one.Dan Winship2000-07-253-5/+14
* IMAP expunge crash prevention... still not right...Peter Williams2000-07-252-0/+8
* Optimized to try and get the new message headers without reloading theJeffrey Stedfast2000-07-254-87/+81
* Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-254-24/+50
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-259-471/+318
* Updated to port easily to the new Camel API (imap_init): Don't SELECTJeffrey Stedfast2000-07-252-36/+34
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-245-103/+194
* Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-244-54/+6
* Bye bye bye.Dan Winship2000-07-247-1536/+7
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-244-107/+159
* Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-223-40/+57
* Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-223-7/+61
* Updated with some of the same fixes I've made to camel-imap-folder.c likeJeffrey Stedfast2000-07-212-3/+7
* Rewrote the code to check for "* %d RECENT". Still needs to be modified,Jeffrey Stedfast2000-07-212-7/+17
* Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UIDJeffrey Stedfast2000-07-202-2/+8
* General cleanup working towards getting Actions->Expunge workingJeffrey Stedfast2000-07-193-96/+61
* If the folder's message count is not the same as the number of summaries,Jeffrey Stedfast2000-07-192-9/+26
* Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info):Jeffrey Stedfast2000-07-182-50/+115
* Added in imap_[g,s]et_message_user_flag() methodsJeffrey Stedfast2000-07-183-28/+45
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-183-4/+21
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-172-3/+4
* oops, s/status/s in imap_sync()Jeffrey Stedfast2000-07-171-2/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-172-3/+3
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-172-6/+13
* 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-172-5/+8
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-173-24/+60
* One last fix to get rid of hard-coded "/" directory separatorsJeffrey Stedfast2000-07-152-1/+9
* Oops, minor fix to make any dir_sep work.Jeffrey Stedfast2000-07-141-2/+2
* New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-146-27/+138
* If the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-142-8/+15
* If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-133-49/+28
* file make-temp.sh was initially added on branch camel-async.Peter Williams2000-07-130-0/+0
* file temp-test.c was initially added on branch camel-async.Peter Williams2000-07-130-0/+0
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-134-20/+26
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-133-15/+30
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-132-0/+12