aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
Commit message (Expand)AuthorAgeFilesLines
* Fix folder listing code infinite loop.Dan Winship2000-10-261-1/+1
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-252-16/+21
* 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-2423-173/+155
* add camel-nntp-types.h.Chris Toshok2000-10-241-1/+2
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-241-0/+3
* re-enable the nntp provider.Chris Toshok2000-10-211-1/+1
* add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-211-41/+138
* 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-203-56/+42
* 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-1812-90/+99
* (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
* remove the leading '/'. (nntp_store_subscribe_folder): same.Chris Toshok2000-10-121-3/+3
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-121-2/+2
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-114-30/+54
* Check before deferencing the sep pointer.Joe Shaw2000-10-111-1/+2
* write out the newsrc. (nntp_store_get_name): if @brief, just return host.Chris Toshok2000-10-102-57/+86
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-071-0/+2
* new file.Chris Toshok2000-10-073-0/+301
* Don't compile the NNTP provider as it currently doesn't build becauseEttore Perazzoli2000-10-071-1/+1
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-068-24/+199
* revert to old method (only use XOVER if OVER is supported.)Chris Toshok2000-10-052-14/+24
* return a gboolean so we can tell if this command worked. we can't key offChris Toshok2000-10-051-8/+9
* Fix a case where a variable was free'd and then possibly used in an errorDan Winship2000-10-051-1/+2
* news: -> nntp:.Chris Toshok2000-10-051-23/+2
* use "nntp:" instead of "news:" since "news:" urls aren't supposed to haveChris Toshok2000-10-051-2/+7
* borrow some code from the imap provider to query the user for theirChris Toshok2000-10-052-30/+109
* 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
* New convenience function to determine if there are any 8bit mime parts inJeffrey Stedfast2000-10-031-11/+28
* Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text):Jeffrey Stedfast2000-10-031-53/+16
* Remove default_ports.Dan Winship2000-10-0312-11/+9
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-0313-236/+252
* More updating... still not usable, or even compilableDan Winship2000-10-034-46/+266
* another mem leak fixJeffrey Stedfast2000-09-291-0/+5
* Fixed some memory leaks. (camel_smtp_transport_init): InitializeJeffrey Stedfast2000-09-292-59/+44
* Don't send the recipient data through smtp_get_email_addr_from_text - thisJeffrey Stedfast2000-09-291-15/+14
* When getting a literal string response, don't include the \r\n after theJeffrey Stedfast2000-09-293-1/+10
* New function to fold headers.Not Zed2000-09-282-181/+195
* 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
* Use the linewrap filter to achieve full RFC0821 compliance.Jeffrey Stedfast2000-09-201-128/+133
* 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-2018-322/+275
* 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
* fixes to make this beast distcheckPeter Teichman2000-09-131-0/+1
* Fixed a warning.Christopher James Lahey2000-09-092-0/+2
* *** empty log message ***Dan Winship2000-09-081-0/+7
* Make KPOP work again.Dan Winship2000-09-081-1/+2
* care about response code. (get_HEAD_headers): same.Chris Toshok2000-09-069-97/+263
* Update for CamelObject and some other changesDan Winship2000-09-065-90/+69
* Cache provider, for caching a remote store locally. This is not done yet.Dan Winship2000-09-069-0/+1471
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-067-241/+168
* Removed some unused functions.Christopher James Lahey2000-09-021-45/+0
* remove get_folder_name. (nntp_store_get_folder_name): remove.Chris Toshok2000-09-011-8/+0
* use camel_remote_store_recv_line.Chris Toshok2000-09-015-219/+100
* make this a bit more robust. try to create an empty .newsrc file for theChris Toshok2000-09-014-37/+266
* 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-3010-867/+492
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-304-21/+72
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-292-165/+158
* Free()ing memory allocated through alloca() is Not A Good Thing.Ettore Perazzoli2000-08-281-1/+0
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-268-0/+9
* 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
* Remove this duplicate file to fix buildJP Rosevear2000-08-251-0/+2
* And here too.Not Zed2000-08-242-0/+6
* use BODY.PEEK, not BODY, so we don't set the message \Seen.Dan Winship2000-08-231-1/+1
* Fixed a small warning.Christopher James Lahey2000-08-231-3/+3
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-234-45/+100
* Make sure newsrc is not null (nntp_folder_get_subfolder_names): dittoJP Rosevear2000-08-222-6/+18
* Make sure respbuffer is not null before manipulating it. If it is null,JP Rosevear2000-08-221-3/+10
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-172-3/+5
* Add support for copying messagesPeter Williams2000-08-161-1/+1
* Add camel-nntp-utils.hDan Winship2000-08-141-1/+2
* 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
* New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-131-105/+101
* 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
* Fixed a warning.Christopher James Lahey2000-08-121-2/+2
* remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-121-16/+0
* use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-121-3/+2
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-112-0/+60
* Fixed some warnings.Christopher James Lahey2000-08-114-5/+10
* t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-111-28/+17
* Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214
* 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-1137-1014/+901
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-118-567/+643
* Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-092-5/+8
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-095-5/+5
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-084-9/+105
* 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
* Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-051-2/+2
* add a debugging macro for doing protocol tracing.Dan Winship2000-08-041-2/+24
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-042-7/+10
* Initialize the service_cache for the news/nntp providersJeffrey Stedfast2000-08-041-6/+10
* srcdir != builddir fixPeter Williams2000-08-031-0/+1
* Kill this. It doesn't have any code to do anything the new mh providerDan Winship2000-08-0314-2068/+2
* When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-021-7/+12
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-022-222/+314
* cvsignore filePeter Williams2000-08-011-0/+7
* Initial cut at mh provider. Well, it already does everythingNot Zed2000-08-0110-1/+1219
* 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
* Buffer overrun fix in g_strfreev -- two more that I forgotPeter Williams2000-08-011-0/+2
* Buffer overrun fix in g_strfreevPeter Williams2000-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-289-18/+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-256-314/+229
* 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
* Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-241-10/+0
* 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 the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-141-8/+7
* 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
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-166/+110
* Don't fetch the entire RFC822 header, just fetch the fields we want.Jeffrey Stedfast2000-07-131-3/+6
* Oops, missed a source file.Jeffrey Stedfast2000-07-131-1/+3
* Chris forgot to add #include <e-util/e-util.h> to the source filesJeffrey Stedfast2000-07-131-4/+5
* Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST inJeffrey Stedfast2000-07-131-6/+6
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-4/+4
* get the article num out of our uid and mark it read in the newsrc.Chris Toshok2000-07-132-40/+38
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-135-57/+11
* Solaris fixes: make sure not to pass NULL to printf's %sMatthew Loper2000-07-131-2/+4
* Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-132-6/+6
* don't add test-newsrc to the build since it needs libcamel (which isn'tChris Toshok2000-07-134-179/+212
* Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-122-8/+42
* fix %08x to %04xJeffrey Stedfast2000-07-121-1/+1
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-122-9/+19
* This shouldn't return NULL, it should return g_ptr_array_new () so theJeffrey Stedfast2000-07-121-1/+1
* Initialize a variable to make this not crash again. And fix a bug so itDan Winship2000-07-111-2/+2
* kill more debugging messagesDan Winship2000-07-112-22/+0
* Implemented.Jeffrey Stedfast2000-07-103-0/+81
* New function to copy a header_references structure.Dan Winship2000-07-101-71/+44
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-097-74/+83
* Don't cache the exact server response, only cache the important data (akaJeffrey Stedfast2000-07-081-4/+30
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-083-5/+5
* Fixed the parser to actually workJeffrey Stedfast2000-07-081-14/+12
* Parse for more header information to allow message threading in IMAP.Jeffrey Stedfast2000-07-071-27/+159
* Oops. Don't pass port # as a string in the error code (if it fails toJeffrey Stedfast2000-07-061-4/+5
* Changed over to camel_imap_command_extended as that was the source of theJeffrey Stedfast2000-07-061-10/+8
* remove some non-error case debugging messages.Dan Winship2000-07-062-19/+1
* Suppress debugging messages from the mbox provider.Ettore Perazzoli2000-07-061-1/+6
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-062-11/+5
* Fix a bug in error-setting code. (pop3_connect): Don't re-prompt forDan Winship2000-07-031-22/+38
* New functions to freeze and thaw a folder (to prevent message/folderDan Winship2000-07-031-13/+5
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-026-1/+80
* remove unneeded libcamelimap_la_LDADD.Dan Winship2000-07-021-3/+0
* fix the CAPA-parsing code to not get into an infinite loop.Dan Winship2000-07-021-2/+4
* Fixed the bug that would sometimes leave part of the server responseJeffrey Stedfast2000-07-021-7/+16
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-014-64/+59
* New function, to copy a message from one folder to another. The defaultJeffrey Stedfast2000-07-011-14/+37
* Utilities for parsing broken date strings.Jeffrey Stedfast2000-07-011-0/+3
* providers/imap/camel-imap-folder.c: added move_message_to()Jeffrey Stedfast2000-07-011-0/+41
* imap_expunge should now give more meaningful errorsJeffrey Stedfast2000-06-301-2/+2
* Changed to keep prompting user for a valid password until it eitherJeffrey Stedfast2000-06-293-122/+174
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-294-327/+388
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-284-59/+52
* Don't close the filter stream when done with it (this causes the sourceChristopher James Lahey2000-06-281-1/+1
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-4/+13
* providers/imap/camel-imap-[store,folder].c: Improved folder parsingJeffrey Stedfast2000-06-242-7/+10
* Oops. Now appends the namespace to the folder before querying for theJeffrey Stedfast2000-06-232-52/+39
* ignore test-newsrcChris Toshok2000-06-2310-472/+840
* UpdatedJeffrey Stedfast2000-06-2310-58/+174
* Modified to use the "namespace" (url->path) if it exists.Jeffrey Stedfast2000-06-223-33/+38
* Fix dumb bug.Dan Winship2000-06-221-1/+1
* IMAP is working! (sorta)Jeffrey Stedfast2000-06-221-6/+117
* When determining a mailboxe's folder_file_path et aluse its basename to preve...Peter Williams2000-06-221-4/+6
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-13/+15
* now parses flags gotten from the IMAP server correctlyJeffrey Stedfast2000-06-211-12/+12
* Implemented. (imap_sync): Added code to set flags on messages that haveJeffrey Stedfast2000-06-211-3/+62
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-20/+31
* Now returns the last line of data that the server sends back as well. ThisJeffrey Stedfast2000-06-212-6/+31
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-203-28/+94
* Set summary equal to NULL. (imap_get_summary): Store the summary in theJeffrey Stedfast2000-06-202-13/+36
* Read the full server reply when we SELECT mailboxes.Peter Williams2000-06-201-3/+5
* Now gets the message flags as it should. (imap_get_summary): Same asJeffrey Stedfast2000-06-192-18/+122
* We were leaking memory - but not anymore! (imap_get_summary): We now getJeffrey Stedfast2000-06-181-3/+104
* camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it shouldJeffrey Stedfast2000-06-182-21/+27
* Add some debugging printfs when rebulding summary to help figure out whyDan Winship2000-06-181-2/+8