aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
Commit message (Expand)AuthorAgeFilesLines
* Turn off debugging.Jeffrey Stedfast2003-06-021-3/+3
* 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-175-9/+9
* Only delete the index if it is non-NULL. Fixes bug #42763.Jeffrey Stedfast2003-05-161-2/+3
* Added a note to the comment block for this function noting that uids MUSTJeffrey Stedfast2003-05-153-20/+21
* If host->h_name is NULL or an empty string, default back to using the IPJeffrey Stedfast2003-05-141-5/+6
* 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
* only free the host if it was set. removes a run-time warning.Not Zed2003-04-241-5/+5
* #if 0 out some code that parsed the namespaces since the results aren'tJeffrey Stedfast2003-04-241-1/+3
* ** for #40989Not Zed2003-04-191-0/+12
* Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set.Jeffrey Stedfast2003-04-111-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
* Make sure host->h_name is not an empty string too? Apparently for one userJeffrey Stedfast2003-04-091-1/+1
* If store->engine->line is NULL, use _("Unknown error") as the error stringJeffrey Stedfast2003-04-091-4/+6
* remove unused var.Not Zed2003-03-283-4/+5
* camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server  Timo Sirainen 2003-03-251-2/+3
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-214-76/+1
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-181-14/+8
* added a commentJeffrey Stedfast2003-03-111-0/+2
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-073-23/+25
* Fixes for bug #39168Jeffrey Stedfast2003-03-065-22/+14
* Same as IMAP and POP.Jeffrey Stedfast2003-03-013-12/+21
* Undo jeff's changes.Not Zed2003-02-271-3/+7
* Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-251-3/+6
* New function...back from the depths of hell from whence it cameJeffrey Stedfast2003-02-252-2/+19
* fixed a type-o that causes a segfaultJeffrey Stedfast2003-02-242-2/+2
* Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-242-60/+53
* s/g_slist_free1/g_slist_free_1Jeffrey Stedfast2003-02-232-3/+5
* Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-232-14/+53
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-153-28/+24
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-066-12/+6
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-055-40/+40
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-236-6/+6
* Instead of checking recipients != NULL, check that camel_address_lengthJeffrey Stedfast2003-01-051-2/+2
* commit this tooJeffrey Stedfast2002-12-181-1/+2
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-1817-115/+122
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-095-58/+42
* 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-115-12/+23
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-1115-168/+207
* Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-021-1/+1
* 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
* Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-231-25/+30
* If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-101-1/+1
* Fixes bug #31752Jeffrey Stedfast2002-10-082-12/+27
* 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
* Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-261-3/+1
* Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-263-20/+87
* 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-232-0/+2
* 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
* Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-112-12/+2
* 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
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-292-11/+22
* 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 we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-241-3/+24
* 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 writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-061-12/+20
* Add messageinfo to id table, and store array index in messageinfo too.Not Zed2002-08-062-82/+58
* If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-062-35/+15
* Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-051-1/+2
* 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
* Clear the summary after building the 'removed uid' list.Not Zed2002-08-021-1/+1
* revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-021-26/+37
* 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
* If the path exists and is a directory, return non-NULL. Missed this beforeJeffrey Stedfast2002-07-274-10/+10
* The flags'n'tags copy was unnecessary. Removed it.Peter Williams2002-07-271-4/+0
* Revert Jeff's previous change, it broke local folders. UninitializedPeter Williams2002-07-274-11/+13
* ioops, this file tooJeffrey Stedfast2002-07-261-3/+2
* If we're gonna do an elite hack, lets do it right.Jeffrey Stedfast2002-07-263-10/+9
* Prototype.Peter Williams2002-07-264-7/+42
* Remove "possibly non-fatal" exception strings, all exceptions are fatalJeffrey Stedfast2002-07-262-36/+102
* It would help to mark the UIDs as deleted before we try to expunge themPeter Williams2002-07-261-6/+16
* When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-241-0/+1
* 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
* Got rid of the stupid "tryagain" semantics, which didn't work.Not Zed2002-07-171-31/+32
* Clean up some improper usage of CamelExceptions (looking atPeter Williams2002-07-173-10/+14
* Make the standard AUTH format take priority over the AUTH= priority, sinceJeffrey Stedfast2002-07-172-18/+35
* If we're not online and the message isn't in our cache, give up.Peter Williams2002-07-161-1/+7
* Get rid of the constant 'required' variable, just use the value whenJeffrey Stedfast2002-07-161-3/+1
* Changed the mbox and spool provider descriptions to try and be more clear.Jeffrey Stedfast2002-07-161-2/+2
* >= 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
* Don't let any parts have a binary encoding.Jeffrey Stedfast2002-07-121-1/+1
* oops, apparently I didn't save?Jeffrey Stedfast2002-07-121-0/+1
* Fixes bug #27672Jeffrey Stedfast2002-07-121-5/+12
* If we are fetching HEADERs, don't cache the stream - instead just create aJeffrey Stedfast2002-07-121-23/+34
* Set the IS_SOURCE provider flag.Jeffrey Stedfast2002-07-051-1/+2
* Change all exceptions to report which POP server failed (and tried to makeJeffrey Stedfast2002-07-051-21/+25
* If we get an exception from the child sync, update the exception string soNot Zed2002-07-031-1/+2
* Remove the #include for camel-spoold-store.hJeffrey Stedfast2002-06-261-1/+0
* Include <sys/time.h> for struct timeval.Not Zed2002-06-2618-2403/+888
* Make sure we hold the command_lock before accessing current_folder.Jeffrey Stedfast2002-06-202-2/+20
* Don't bother trying to authenticate (and thus don't throw up an errorJeffrey Stedfast2002-06-191-5/+6
* Unlock the command_lock after each UID STORE command so that otherJeffrey Stedfast2002-06-151-5/+10
* Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-151-1/+1
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-066-33/+469
* setup/free the mech string.Not Zed2002-06-032-1/+108
* 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
* Added a protocol field for users to use.Not Zed2002-05-311-1/+1
* 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
* Implement. Run a summary check to update for any newly arrived messages.Not Zed2002-05-292-1/+20
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-285-77/+207
* 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-145-46/+89
* 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
* camel_pop3_engine_iterate doesn't return the state, it returns -1 on fail,Jeffrey Stedfast2002-05-081-7/+7
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-0715-30/+90
* If the pop3 command status is -1, then we probably have a TCP error (?) soJeffrey Stedfast2002-05-072-15/+22
* Call camel_mime_message_encode_8bit_parts() which fixes bug #10885.Jeffrey Stedfast2002-05-071-3/+1
* We want to set unread_count to get_unread_message_count, notNot Zed2002-04-291-2/+1
* Don't link to libibex.a anymore.Jeffrey Stedfast2002-04-273-4/+1
* Don't put a space between the "RCPT TO:" and the "<recipient>" strings -Jeffrey Stedfast2002-04-261-5/+3
* Configure the default paths for mh, mbox, maildir, spools, etc.Jeffrey Stedfast2002-04-251-15/+52
* Free the LIST pop3 command.Jeffrey Stedfast2002-04-201-2/+4
* If we get a failure, make sure we set an exception.Not Zed2002-04-181-2/+6
* When doing a contains match, split the words and perform an and on it.Not Zed2002-04-183-5/+38
* Get rid of an unused variable.Jeffrey Stedfast2002-04-171-6/+12
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-154-1/+8
* fix the nntp provider makefile.amJeffrey Stedfast2002-04-141-18/+3
* If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-112-1/+8
* 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-046-10/+0
* Turn indexing back on, fingers crossed ...Not Zed2002-04-031-1/+1
* Put back in the exception setup stuff i disabled for debugging.Not Zed2002-04-021-4/+3
* Temporarily disable indexing.Not Zed2002-04-025-13/+52
* Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-026-7/+6
* Change the message arg to a CamelMimeMessage instead of a CamelMedium.Dan Winship2002-03-292-136/+39
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-2519-58/+120
* Updated to use the same logic as the POP code.Jeffrey Stedfast2002-03-191-8/+5
* No longer takes a stls_supported argument since we no longer need it withJeffrey Stedfast2002-03-191-16/+9
* Added a work-around for SMTP servers that can't read the RFCs and thusJeffrey Stedfast2002-03-141-1/+17
* reverted my USER/PASS quoting fixJeffrey Stedfast2002-03-141-2/+2
* Quote the USER and PASS arguments since some people have spaces in theirJeffrey Stedfast2002-03-141-2/+2
* oops, musta backspaced over a brace?Jeffrey Stedfast2002-03-121-1/+1
* These fixes should fix bug #21737.Jeffrey Stedfast2002-03-122-17/+20
* Rename the OpenSSL implementation of things to match the NSSDan Winship2002-03-112-54/+22
* Remove this: it couldn't be generically used, because different subclassesDan Winship2002-03-112-47/+24
* Don't call camel_remote_store_get_authtypes since we no longer subclassJeffrey Stedfast2002-03-096-50/+272
* Fix to work with OpenSSL.Jeffrey Stedfast2002-03-071-3/+5
* Make this compile.Dan Winship2002-03-071-1/+1
* treat "" as "always" to maintain compatablity with old config settingsJeffrey Stedfast2002-03-061-1/+2
* Start the ssl stream off in non-ssl mode (useful for STARTTLS).Jeffrey Stedfast2002-03-063-33/+157
* Since the AUTH token sometimes uses '=' instead of whitespace, don't useJeffrey Stedfast2002-02-131-1/+2
* Duh, when we grab the apop stamp it needs to include the <> as well, INot Zed2002-02-092-4/+4
* The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-0811-20/+500
* Implementation of NTLM (aka "Secure Password Authentication") auth, takenDan Winship2002-02-081-1/+1
* Use "pop" instead of "pop3" so current configurations continue to work.Jeffrey Stedfast2002-01-311-1/+1
* Changed name from "NT Login" to simply "Login".Not Zed2002-01-3010-666/+1608
* Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-301-1/+5
* New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-291-95/+126
* Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-292-71/+154
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-2/+2
* 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
* Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-162-12/+18
* 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 PATH_MAX doesn't exist, use _POSIX_PATH_MAX.Jeffrey Stedfast2002-01-111-0/+8
* 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
* If the mbox file is a symlink, follow the symlink and get the One TrueJeffrey Stedfast2002-01-101-2/+10
* Change the prototype for camel_address_get_type to return a CamelTypeJeffrey Stedfast2001-12-212-52/+49
* install in the right directory. (accidentally didn't commit these before)Dan Winship2001-12-202-9/+4
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-185-21/+8
* 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-015-76/+93
* Completely new implementation of NNTP.Not Zed2001-11-3010-872/+1759
* If the uid doesn't have a ',' in it, fail to crash.Not Zed2001-11-283-14/+47
* Check to see that errno is non-zero before returning g_strerror. If it'sJeffrey Stedfast2001-11-271-1/+4
* 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
* Now takes a command-length argument so we can 1) avoid duping the commandJeffrey Stedfast2001-11-094-28/+47
* Same as below.12001-11-013-5/+4
* Remove the X-Evolution header before anyone else gets to see this private02001-10-301-0/+2
* If we can't retrieve the message, ignore it, it can't match.02001-10-302-10/+8
* Dont try to move ibex if we have none.02001-10-301-4/+7