aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-1922-6121/+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-102-1/+36
* remove something jeff didn't mean to commitDan Winship2001-05-101-1/+1
* Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-101-1/+1
* Fix up refcounting on current_folder.Dan Winship2001-05-041-2/+6
* new abstract class for disconnectable remote storesDan Winship2001-05-044-502/+479
* Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-033-18/+19
* Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-031-14/+8
* Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-026-197/+211
* 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-015-73/+437
* New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-013-38/+77
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-6/+5
* New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-272-16/+16
* Free base_url and storage_path.Dan Winship2001-04-191-0/+4
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-172-9/+6
* s/imap_store/store/, fixing a typo that was causing the build to fail.Jon Trowbridge2001-04-141-4/+4
* Plug leaks.Dan Winship2001-04-141-1/+10
* Plug memory leaks.Dan Winship2001-04-131-0/+1
* Simplify peterw's imap_is_atom_char fix.Dan Winship2001-04-121-2/+2
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+1
* It would be a good idea to recognize '\0'. Before, this code was runningPeter Williams2001-04-081-1/+1
* (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
* Updated the authtype values.Jeffrey Stedfast2001-04-021-0/+1
* removed a g_warning for debuggingJeffrey Stedfast2001-03-301-2/+0
* Don't blindly append "/INBOX", construct a CamelURL and set the path thatJeffrey Stedfast2001-03-301-7/+34
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-309-13/+24
* change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-301-14/+8
* add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-272-2/+2
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-274-83/+98
* 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
* keep a reference on the store's current_folder.Dan Winship2001-03-272-2/+11
* Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-234-85/+116
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-222-37/+37
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-218-190/+402
* 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-1612-268/+739
* Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-161-5/+0
* defined "ssmtp"Jeffrey Stedfast2001-03-151-4/+4
* also change the protocol name in the providersJeffrey Stedfast2001-03-151-1/+1
* Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-152-2/+2
* So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-151-5/+36
* Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-151-13/+12
* Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-153-5/+16
* When trying again after a failed password attempt, check if the connectionDan Winship2001-03-141-0/+8
* i18n'd some strings in here.Jeffrey Stedfast2001-03-061-6/+4
* Don't forget to unref the SASL object.Jeffrey Stedfast2001-03-031-1/+7
* Add an "authtypes" hash table to CamelImapStore recording the supportedDan Winship2001-03-025-286/+134
* Added camel-sasl*.[c,h] to the build.Jeffrey Stedfast2001-03-011-25/+1
* 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-222-1/+8
* Fixes for IMAP4-pre-rev1 from Torsten Schulz.Dan Winship2001-02-221-2/+8
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-161-1/+38
* IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead inDan Winship2001-02-161-3/+8
* (create_folder): Oops, and fix bug involving namespacesDan Winship2001-02-151-4/+3
* New method to create a folder when you don't know its full name.Dan Winship2001-02-151-8/+39
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-101-22/+25
* Updated.Jeffrey Stedfast2001-02-061-9/+16
* Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-291-1/+1
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-251-2/+2
* Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-243-2/+40
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-231-10/+7
* Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-231-1/+1
* Added profiling temp files.Not Zed2001-01-221-0/+4
* (subscribe_folder): add a missing UNLOCKDan Winship2001-01-201-0/+1
* If LISTing a subscribed folder doesn't return a LIST response, just ignoreDan Winship2001-01-201-3/+6
* More tweaking... skip separator characters after the namespace character.Dan Winship2001-01-191-1/+1
* Oops. Somewhere in one of the reorgs, the code to add new messages to theDan Winship2001-01-191-1/+2
* Add some g_warnings() to help debug later if I ever get the segfaults IJeffrey Stedfast2001-01-181-1/+5
* Delayed loading of IMAP message parts.Dan Winship2001-01-177-157/+884
* Ugh, this design is ugly like my butt.Jeffrey Stedfast2001-01-161-1/+1
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-163-4/+39
* 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-123-4/+83
* New header to prevent recursive #include problemsDan Winship2001-01-111-0/+39
* New header to prevent recursive #include problemsDan Winship2001-01-118-9/+14
* New class function, parallel to camel_folder_sync. (The defaultDan Winship2001-01-111-0/+18
* Mostly IMAP changes. Use the NAMESPACE extension (whereDan Winship2001-01-102-146/+258
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-18/+4
* oops. commit-oDan Winship2001-01-051-509/+0
* Fix two problems in figuring out server-expunged messages.Dan Winship2001-01-051-2/+1
* Fix two problems in figuring out server-expunged messages.Dan Winship2001-01-051-0/+509
* 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-037-404/+102
* (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-242-5/+4
* Minor compilation fixes.Michael Zucci2000-12-242-14/+6
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-249-174/+248
* When getting the top-level folder list, include INBOX even if it's notDan Winship2000-12-231-12/+19
* New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-227-441/+211
* 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-203-62/+89
* Change the semantics of fmt: Now %S (capital S) means an IMAP "string",Dan Winship2000-12-195-21/+175
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*Dan Winship2000-12-142-2/+2
* add #include <sys/types.h> for freebsd.Chris Toshok2000-12-141-0/+1
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-133-2/+6
* 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
* Fix a possible bug where 'name' could be uninitialized.Jeffrey Stedfast2000-12-011-1/+1
* Handle the case where the summary failed to load - clear the summary andJeffrey Stedfast2000-12-011-2/+6
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-5/+6
* 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-212-6/+3
* lso make sure not to go past the end of the buffer ;-)Jeffrey Stedfast2000-11-171-1/+1
* When extracting a literal string, capture up until the end of the lastJeffrey Stedfast2000-11-171-0/+4
* Use the byte-read count to decrement the number of bytes left to readJeffrey Stedfast2000-11-171-5/+5
* Fix error handling. (Only send a "*" to bail out of authentication if theDan Winship2000-11-101-9/+13
* Two segfault fixesPeter Williams2000-11-071-1/+1
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-042-7/+5
* Quote foldernames when sending to the IMAP server because the folder nameJeffrey Stedfast2000-11-021-1/+1
* Remove old subbed folders from hash table after freeing them.Dan Winship2000-11-021-3/+11
* Deal correctly with namespace == ""Dan Winship2000-11-021-1/+1
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-011-7/+7
* Camel IMAP authentication includes (forgotten in last commit)Dan Winship2000-10-311-0/+39
* New file with code for IMAP authentication mechanisms. (Currently justDan Winship2000-10-314-84/+357
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-307-274/+297
* Fix folder listing code infinite loop.Dan Winship2000-10-261-1/+1
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-251-13/+18
* add subscribed_folders.Chris Toshok2000-10-252-4/+97
* Fill in the message_count and unread_message_count flags (if !fast).Dan Winship2000-10-251-5/+34
* lots of i18n fixesDan Winship2000-10-244-23/+21
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-241-0/+3
* Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) asDan Winship2000-10-201-1/+1
* 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
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-0/+1
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-4/+3
* (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-182-9/+14
* 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-173-10/+28
* Deal with the possibility of not getting a LIST response back for the topDan Winship2000-10-171-12/+14
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-138-517/+541
* 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
* Check before deferencing the sep pointer.Joe Shaw2000-10-111-1/+2
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-061-1/+3
* IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it.Dan Winship2000-10-051-19/+28
* 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-048-1194/+713
* Remove default_ports.Dan Winship2000-10-032-1/+3
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-035-159/+168
* When getting a literal string response, don't include the \r\n after theJeffrey Stedfast2000-09-293-1/+10
* Return untagged data in a GPtrArray rather than a string, since it savesDan Winship2000-09-284-142/+191
* Quote the folder name as it may contain spaces.Jeffrey Stedfast2000-09-271-22/+21
* Again...wrap the folder names in quotesJeffrey Stedfast2000-09-233-8/+9
* The root folder's name is "", not the namespace. (camel_imap_folder_new):Dan Winship2000-09-233-11/+7
* New function to convert Camel flags to an IMAP flag_list.Dan Winship2000-09-224-223/+135
* INBOX is case-insensitive. (get_root_folder_name): Make the root folder ""Dan Winship2000-09-223-263/+110
* 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-203-74/+41
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-182-2/+2
* Don't use dir_sep as top-level directory, use "/".Jeffrey Stedfast2000-09-152-8/+5
* 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-142-21/+95
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-063-7/+20
* Removed some unused functions.Christopher James Lahey2000-09-021-45/+0
* Reimplemented. It should now work correctly for most possible VFolderJeffrey Stedfast2000-09-011-175/+327
* Don't save any exceptions caused by camel_imap_folder_changedJeffrey Stedfast2000-08-312-10/+40
* Rewrote to ignore strings that look like server responses until it is sureJeffrey Stedfast2000-08-312-12/+63
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-314-133/+433
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-311-17/+20
* General cleanup / moving stuff around to make things easier to follow.Jeffrey Stedfast2000-08-311-41/+56
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-303-123/+145
* Removed old code that will never be needed againJeffrey Stedfast2000-08-302-212/+90
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-304-838/+402
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-303-19/+70
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-292-165/+158
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-261-0/+1
* 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
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-13/+31
* 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-133-8/+115
* No longer calls try_connect() to get authtypesJeffrey Stedfast2000-08-131-2/+4
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-123-28/+53
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-123-33/+209
* 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-116-127/+115
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-6/+8
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-1/+1
* If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-082-10/+23
* Strip all \n's from the expressionJeffrey Stedfast2000-08-081-4/+7
* If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-051-28/+31
* Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-051-1/+1
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-042-7/+10
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-022-222/+314
* Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-012-208/+253
* Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-08-011-0/+1
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-014-46/+328
* Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-291-24/+35
* 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-292-35/+85
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-293-55/+123
* 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-285-106/+172
* Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-282-18/+36
* Fix Makefile.am booboo.Peter Williams2000-07-281-2/+0
* 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-253-87/+73
* Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-253-24/+39
* 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-254-103/+161
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-243-54/+90
* Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-232-40/+47
* Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-222-7/+49
* Updated with some of the same fixes I've made to camel-imap-folder.c likeJeffrey Stedfast2000-07-221-3/+3
* Rewrote the code to check for "* %d RECENT". Still needs to be modified,Jeffrey Stedfast2000-07-221-7/+11
* 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-202-96/+51
* 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-192-28/+32
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-182-4/+17
* 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-172-24/+43
* 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-153-27/+113
* If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-142-48/+14
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-143-20/+19
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-142-15/+25
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-141-0/+6
* define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*Dan Winship2000-07-141-1/+3
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-0/+2