aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-1124-11580/+0
* have our own so we don't need to link with glib.Not Zed2004-12-0310-25/+189
* add mnemonic for checkboxes.Mengjie Yu2004-12-011-8/+8
* ** See bug #69446.S.Çağlar Onur2004-12-013-14/+14
* In the fallback cases, clear the exception first.Jeffrey Stedfast2004-11-161-2/+5
* Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream.Jeffrey Stedfast2004-11-161-1/+1
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-126-102/+111
* before short-circuiting the check for child content, check the childNot Zed2004-11-101-16/+20
* Do the same SSL->TLS and TLS->CLEAR fallbacks that the 2.0 (and older)Jeffrey Stedfast2004-11-021-5/+8
* kill cast as lvalue warning.Not Zed2004-10-131-10/+20
* Instead of doing a host-lookup ourselves, get it passed in to us as anJeffrey Stedfast2004-09-281-106/+61
* ** See bug #47821.Not Zed2004-09-241-19/+28
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-205-5/+7
* Check for an exception from get_folders_online() here so that we don'tJeffrey Stedfast2004-08-241-3/+7
* ** See bug #63189.Not Zed2004-08-241-4/+29
* Free result after parsing it. Fixes a leak.Jeffrey Stedfast2004-07-211-0/+1
* Don't grab the connect_lock before calling refresh_info so that we avoidJeffrey Stedfast2004-07-171-2/+0
* Same.Jeffrey Stedfast2004-06-241-4/+5
* simplified furtherJeffrey Stedfast2004-06-171-4/+0
* Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag &Jeffrey Stedfast2004-06-171-1/+1
* Fixes bug #59191.Jeffrey Stedfast2004-05-281-4/+1
* removed.Not Zed2004-05-261-22/+18
* added CAMEL_PROVIDER_CONF_HIDDEN to conf item type enum. This is used bySivaiah Nallagatla2004-05-241-2/+4
* Added a workaround for broken IMAP. Hopefully by forcing only the IMAP4Jeffrey Stedfast2004-05-221-1/+32
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-3/+3
* Fixes bug #42295 and the infinite loop part of bug #58766 (these 2 bugsJeffrey Stedfast2004-05-211-22/+23
* ** Bug #56050.Not Zed2004-05-171-0/+39
* eliminate the need for another variableJeffrey Stedfast2004-05-131-5/+2
* oops, tiny fixJeffrey Stedfast2004-05-131-0/+2
* Ignore PERMANENTFLAGS if it gives us an empty set. Works around brokenJeffrey Stedfast2004-05-131-3/+8
* changed to match_threads. (camel_folder_search_search): remove threadNot Zed2004-05-121-31/+6
* set nodelay and keepalive on the socket.Not Zed2004-05-061-1/+12
* dont set X-Evolution-Source here anymore, set in caller.Not Zed2004-05-051-17/+15
* Change the UID_SET_LIMIT to 768 (something <1000 octets as suggested byJeffrey Stedfast2004-04-281-2/+5
* Send a flag list rather than \Deleted by itself. See #57381.Not Zed2004-04-221-4/+4
* Changed imap_atom_specials[] to not treat ']' as an atom char (as perJeffrey Stedfast2004-04-161-2/+4
* Use %F instead of %S so that the folder name gets properly converted fromJeffrey Stedfast2004-04-151-1/+1
* Rearranged some error checking code to fix bug #56405.Jeffrey Stedfast2004-04-141-10/+11
* Fix capitalisation of the "mailcheck" section title and move it to the topJeffrey Stedfast2004-04-102-7/+7
* Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): DoJeffrey Stedfast2004-04-081-4/+99
* ** See bug #56110.Not Zed2004-04-061-10/+52
* dont add folders to folders_out here, only in get_folders_add_folders.Not Zed2004-04-051-5/+3
* added some debug to dump the whole folderinfo tree if store:folder_info isNot Zed2004-03-301-22/+62
* Updated to actually parse the STATUS response into a list of item/valueJeffrey Stedfast2004-03-301-23/+120
* use object_bag_peek instead of _get, since we dont want to clash/wait forNot Zed2004-03-291-23/+9
* remove locking here, we're locked whne we enter. (fill_fi): callNot Zed2004-03-291-4/+3
* Reverted imap.web.de fix.Jeffrey Stedfast2004-03-271-6/+3
* Added new maildir flags D for draft and commented P for forwarded.Not Zed2004-03-261-4/+18
* If the server is imap.web.de, just ask for all the headers rather thanJeffrey Stedfast2004-03-263-7/+16
* Fix for bug #55018.Jeffrey Stedfast2004-03-261-4/+23
* Reworked the else bit to fix a bug where if we had the BODY structure, weJeffrey Stedfast2004-03-241-51/+50
* use camel debug to add some debug here.Not Zed2004-03-231-62/+73
* connect lock around this. was getting a race with mem corruptionNot Zed2004-03-231-2/+6
* remove async_thread thing.Not Zed2004-03-192-58/+0
* Checking that mi->content->type != NULL is no longer good enough to tellJeffrey Stedfast2004-03-181-4/+21
* See bug #55618.Not Zed2004-03-171-0/+2
* If the initial SELECT fails and CREATE is specified, clear the exceptionJeffrey Stedfast2004-03-161-1/+3
* set the mime-type field on the content the same way asNot Zed2004-03-151-3/+10
* removed this. not sure what it was doing there, a 1 line funciton usedNot Zed2004-03-111-16/+14
* (imap_store_refresh_folders): check we're updating an imap folder,Michael Zucci2004-03-111-0/+6
* turn off NOINFERIORS always, translate to nochildren.Not Zed2004-03-111-21/+41
* ** See bug #53355.Not Zed2004-03-041-3/+7
* fun dun diddley un fun. Since we're writing a const buffer, we need toNot Zed2004-03-034-22/+47
* use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check forNot Zed2004-02-271-29/+31
* moved the RECNET flag into the folder area (bit 17-30).Not Zed2004-02-253-19/+13
* remove debugMichael Zucci2004-02-241-8/+1
* Fixes for api changes.Not Zed2004-02-191-6/+4
* ** See bug #51045.Not Zed2004-02-163-15/+67
* Same.Jeffrey Stedfast2004-02-141-0/+10
* Get rid of some unnecessary CAMEL_OBJECT() casts.Jeffrey Stedfast2004-02-052-31/+31
* added 'expunge' parameter, easier 'empty trash on exit' call.Not Zed2004-02-041-0/+3
* Fixes for bug #53091.Jeffrey Stedfast2004-02-031-1/+4
* set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): updateRadek Doulik2004-01-271-3/+12
* (imap_get_message): revert peterw's change of 2002-07-15, insteadMichael Zucci2004-01-231-8/+0
* removed the meaningless fixme, a butt-retrieved-number is as good as anyNot Zed2004-01-231-1/+2
* ** See bug #52817.Not Zed2004-01-201-1/+1
* Limit the flags we set (or unset) to the folder's permanent flags.Jeffrey Stedfast2004-01-171-9/+9
* ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status forNot Zed2004-01-142-1/+14
* ** See bug 52725.Not Zed2004-01-123-2/+8
* fix removal of journal file, and remove the cmeta state file too.Not Zed2004-01-093-8/+23
* Add a CAMEL_FOLDER_NOCHILDREN flag.Jeffrey Stedfast2003-12-113-4/+3
* ** See bug #51899.Not Zed2003-12-091-2/+3
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-1/+1
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-071-2/+1
* Enable GUI option for 'custom command' connection. Don't g_free strings inDavid Woodhouse2003-12-012-1/+8
* Fixes bug #35083Jeffrey Stedfast2003-10-291-4/+14
* Added "offline_sync" option, which lets you synchronise all mail to localNot Zed2003-09-231-0/+2
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-191-1/+1
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-193-12/+13
* call camel_folder_sync bypassing the folder lock. SeeNot Zed2003-09-091-2/+2
* Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> execDavid Woodhouse2003-09-052-2/+164
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-273-13/+12
* Namespaced.Jeffrey Stedfast2003-08-263-12/+13
* Don't poke wrapper->stream directly, useJeffrey Stedfast2003-08-221-1/+1
* Make sure to ref the stream. Fixes bug #47749.Jeffrey Stedfast2003-08-211-7/+9
* Various fixes to make it work.Not Zed2003-08-191-2/+2
* Don't attach any filters to decode base64/qp/etc.Jeffrey Stedfast2003-08-161-48/+5
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-121-2/+2
* ** See bug #42573Timo Sirainen2003-07-171-11/+13
* Use camel_mkdir().Jeffrey Stedfast2003-07-082-2/+3
* removed debug printfsJeffrey Stedfast2003-07-081-18/+0
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-084-4/+22
* ** See bug #31745Not Zed2003-06-201-6/+9
* ** See bug #44322Not Zed2003-06-171-6/+6
* This should finish fixing all variations of bug #42854, which, funnilyJeffrey Stedfast2003-05-281-20/+28
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-172-4/+4
* Added a note to the comment block for this function noting that uids MUSTJeffrey Stedfast2003-05-153-20/+21
* Disable debugging.Ettore Perazzoli2003-05-143-3/+3
* body_len needs to be a size_t instead of intJeremy Katz2003-04-301-1/+1
* Disable debugging printfs.Jeffrey Stedfast2003-04-251-3/+5
* #if 0 out some code that parsed the namespaces since the results aren'tJeffrey Stedfast2003-04-241-1/+3
* filter data test cases.Not Zed2003-04-101-1/+1
* Save the content size in a temp variable until after we've successfullyJeffrey Stedfast2003-04-101-1/+10
* Fixes for bug #40778. Probably others as well.Jeffrey Stedfast2003-04-091-122/+213
* remove unused var.Not Zed2003-03-282-3/+5
* camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server  Timo Sirainen 2003-03-251-2/+3
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-073-23/+25
* Same as IMAP and POP.Jeffrey Stedfast2003-03-011-4/+7
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-151-5/+3
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-061-2/+1
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-054-39/+39
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-231-1/+1
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-184-39/+38
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-091-29/+14
* Properly handle the case where the namespace is "". Fixes bug #34975Jeffrey Stedfast2002-12-052-5/+8
* If we have a namespace of "", then always match any path.Not Zed2002-11-221-4/+6
* If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-181-20/+65
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-112-3/+6
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-11-011-1/+1
* ** For bug #31647 and bug #31456.Not Zed2002-10-244-77/+142
* If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-101-1/+1
* Add missing ;.Michael Zucci2002-10-031-1/+1
* /home/notzed/gnome/head/evolution/camelNot Zed2002-10-032-20/+14
* Use strtol when decoding the timezone (since it can be negative) and don'tJeffrey Stedfast2002-10-021-1/+2
* Fixes bug #31456.Jeffrey Stedfast2002-10-011-34/+51
* Don't strip the namespace from the fi->full_name when hasing or creatingJeffrey Stedfast2002-10-011-1/+1
* Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-301-2/+0
* New function to decode the INTERNALDATE response from an IMAP server so weJeffrey Stedfast2002-09-282-12/+124
* Use the summary's last uid as the one to fetch from, ignoring the cache.Not Zed2002-09-272-22/+32
* Store the folder flags in the store summary. (get_one_folder_offline): SetNot Zed2002-09-261-3/+19
* Decode the INTERNALDATE if we've got one. (imap_update_summary): InsteadJeffrey Stedfast2002-09-241-5/+22
* fix non-ANSI switch statement.Dan Winship2002-09-231-0/+1
* Don't increment the response pointer when deciding what type of headerJeffrey Stedfast2002-09-191-4/+8
* Include MIME-VERSION and CONTENT-TYPE.Jeffrey Stedfast2002-09-191-1/+1
* If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496.Not Zed2002-09-191-0/+10
* Handle when the response is from a HEADER.FIELDS (if so, we don't want toJeffrey Stedfast2002-09-191-5/+18
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-151-1/+1
* Clear the exception even if we failed to get the message (part) from theJeffrey Stedfast2002-09-111-0/+1
* Fixes bug #4224Jeffrey Stedfast2002-09-104-14/+28
* clear nonfatal stuff.Not Zed2002-09-043-12/+26
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-037-385/+1078
* fixes a crash on systems that dont have utf7 in iconv.Not Zed2002-08-281-251/+15
* oops, my deadlock fix wasn't quite right. this should work nowJeffrey Stedfast2002-08-271-19/+19
* If the response is NULL, just return. (now works the same way asJeffrey Stedfast2002-08-271-0/+3
* removed a no-longer needed #defineJeffrey Stedfast2002-08-271-3/+0
* Lock the CamelService->priv->connect_lock instead of using our ownJeffrey Stedfast2002-08-275-102/+85
* If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-232-8/+32
* Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-232-11/+31
* Override the default noop implementation.Jeffrey Stedfast2002-08-211-1/+21
* Don't let the minimum recursive depth be negative. (get_folders): PassJeffrey Stedfast2002-08-211-6/+6
* Set CAMEL_URL_NEED_PATH for the vFolder provider.Jeffrey Stedfast2002-08-211-1/+1
* Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -Jeffrey Stedfast2002-08-201-1/+1
* Ugh, actually do what i just said i did, last patch wasMichael Zucci2002-08-161-1/+1
* Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-161-2/+4
* added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-154-193/+277
* New function, generate a UID that has better chances of being unique.Peter Williams2002-08-101-6/+19
* Tweak how we build the tree based on whether a full tree or a subtree isPeter Williams2002-08-101-1/+21
* When renaming our cache, add the "/folders" to the path.Peter Williams2002-08-101-1/+4
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-081-3/+9
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-081-0/+3
* Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-081-2/+1
* Only add the stream to the gdatalist if it is non-NULL.Jeffrey Stedfast2002-08-081-2/+3
* If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-062-35/+15
* Fixes bug #26237.Jeffrey Stedfast2002-08-032-55/+20
* If the folder name contains the directory separator, reject it.Peter Williams2002-08-031-1/+9
* camel:Peter Williams2002-08-011-92/+171
* Disable my fix to not cache headers as it means that each time we load theJeffrey Stedfast2002-08-011-6/+8
* Use the same command-counter mojo that the append code uses in case thePeter Williams2002-07-311-1/+2
* The flags'n'tags copy was unnecessary. Removed it.Peter Williams2002-07-271-4/+0
* Prototype.Peter Williams2002-07-264-7/+42
* It would help to mark the UIDs as deleted before we try to expunge themPeter Williams2002-07-261-6/+16
* Sync before doing an expunge if we dont have uidplus. See #25766.Not Zed2002-07-241-1/+16
* Move folders to a subdirectory of storage_path, rather than in it. Bye byeNot Zed2002-07-241-12/+23
* Duplicated the very much hack in imap_store_refresh_folders() to avoid aNot Zed2002-07-241-1/+4
* Clean up some improper usage of CamelExceptions (looking atPeter Williams2002-07-173-10/+14
* If we're not online and the message isn't in our cache, give up.Peter Williams2002-07-161-1/+7
* >= is not appropriate here because the sequences are 1-based; so seq =Peter Williams2002-07-161-2/+3
* Only assign a uid if indexing is enabled. This stops us always assigning aNot Zed2002-07-151-1/+14
* Handle multipart/encrypted parts too.Jeffrey Stedfast2002-07-121-6/+10
* If we are fetching HEADERs, don't cache the stream - instead just create aJeffrey Stedfast2002-07-121-23/+34
* Make sure we hold the command_lock before accessing current_folder.Jeffrey Stedfast2002-06-202-2/+20
* Unlock the command_lock after each UID STORE command so that otherJeffrey Stedfast2002-06-151-5/+10
* setup/free the mech string.Not Zed2002-06-031-1/+45
* When the part is a multipart/signed, make sure to free the part_specJeffrey Stedfast2002-06-011-13/+14
* Free the path buffer when we're done with it.Jeffrey Stedfast2002-06-012-2/+6
* If we fail to read a literal, free the temporary string buffer.Jeffrey Stedfast2002-06-011-6/+5
* Revert my fix from the other day since camel_imap_command_response()Jeffrey Stedfast2002-06-012-6/+9
* On error, don't leak the GByteArray buffer.Jeffrey Stedfast2002-05-311-0/+1
* Free the response before checking for errors. I'm not sure this'llJeffrey Stedfast2002-05-311-4/+33
* Only free the LOGOUT response if it is non-NULL.Jeffrey Stedfast2002-05-301-1/+2
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-281-0/+3
* Helps if we allocate enough space here. Also, start smoking the sameJeffrey Stedfast2002-05-252-4/+12
* Use the new readline function.Jeffrey Stedfast2002-05-253-18/+34
* Added some NULL protection fixes.Jeffrey Stedfast2002-05-241-8/+21
* Removed from the build. Glory glory hallelujah.Jeffrey Stedfast2002-05-234-152/+445
* Don't call some retarded function to simply set an exception.Jeffrey Stedfast2002-05-223-4/+8
* New function to parse a NAMESPACE response properly.Jeffrey Stedfast2002-05-164-32/+283
* If the part_spec is an empty string for a leaft part, use "1" since weJeffrey Stedfast2002-05-161-3/+1
* removed. (imap_store_refresh_folders): Copy the folders first, thenNot Zed2002-05-151-9/+19
* fixed a simple logic mistakeJeffrey Stedfast2002-05-151-1/+4
* Fixes bug #24136.Jeffrey Stedfast2002-05-152-17/+94
* Previous fix reverted.Jeffrey Stedfast2002-05-151-6/+1
* Previous fix reverted. (get_content): Handle the case where a multipart'sJeffrey Stedfast2002-05-152-6/+10
* Overload the setv/getv CamelObject virtual methods. (imap_setv):Jeffrey Stedfast2002-05-142-1/+125
* Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-141-38/+69
* Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lackingJeffrey Stedfast2002-05-111-1/+1
* Replace copy_messages_to and move_messages_to with a single function thatDan Winship2002-05-111-39/+43
* Instead of testing for SERVICE_CONNECTED, we need to also handleNot Zed2002-05-091-1/+1
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-077-21/+81
* Call camel_mime_message_encode_8bit_parts() which fixes bug #10885.Jeffrey Stedfast2002-05-071-3/+1
* Don't link to libibex.a anymore.Jeffrey Stedfast2002-04-271-1/+0
* When doing a contains match, split the words and perform an and on it.Not Zed2002-04-183-5/+38
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-151-1/+2
* If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-111-1/+1
* Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight whereJeffrey Stedfast2002-04-111-1/+3
* If (body-contains) is not passed any arguments, return empty/false. FixesNot Zed2002-04-051-1/+1
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-041-1/+0
* Put back in the exception setup stuff i disabled for debugging.Not Zed2002-04-021-4/+3
* Temporarily disable indexing.Not Zed2002-04-022-9/+20
* Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-021-1/+1
* The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-081-5/+9
* Implementation of NTLM (aka "Secure Password Authentication") auth, takenDan Winship2002-02-081-1/+1
* Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-301-1/+5
* As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-224-41/+65
* New function to decode an IMAP mailbox name from modified UTF-7 encodingJeffrey Stedfast2002-01-192-1/+266
* Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT.Jeffrey Stedfast2002-01-161-28/+41
* Updated to use the new imap_uid_array_to_set() interface.Jeffrey Stedfast2002-01-153-110/+171
* Rewritten to use a cache for body searches when online. Will need someNot Zed2002-01-143-111/+384
* Kludge around a bug in Exchange 5.5 that reports 2 messages with the sameJeffrey Stedfast2002-01-121-2/+24
* If mi is NULL, don't bother updating it. Should fix bug #17694.Jeffrey Stedfast2002-01-111-0/+5
* Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting ourJeffrey Stedfast2002-01-111-19/+36
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-5/+2
* Reverted my previous changes here since it doesn't actually work afterall.Jeffrey Stedfast2001-12-172-26/+26
* Try to use the original boundary so luis will stop bugging me about "dataJeffrey Stedfast2001-12-171-1/+7
* Try to use the original boundary so luis will stop bugging me about "dataJeffrey Stedfast2001-12-171-2/+4
* Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-013-46/+69
* Abort if body == NULL.Jeffrey Stedfast2001-11-171-1/+1
* see the ChangeLog, I forgetJeffrey Stedfast2001-11-171-4/+4
* If we get a BYE response, call camel_service_disconnect() and set anJeffrey Stedfast2001-11-171-13/+20
* If we get a user cancel and that causes us to fail to authenticate, abort92001-11-101-0/+3