aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-061-0/+16
* Init bag->owner to 0.Not Zed2003-02-051-0/+10
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-051-0/+34
* Pass in some default flags to gss_init_sec_context() (these default flagsJeffrey Stedfast2003-01-291-0/+6
* $(libexec) -> $(libexecdir)Hans Petter Jansson2003-01-231-0/+4
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-231-0/+23
* Set the backbuflen to 0 so that calling us again won't re-flush the sameJeffrey Stedfast2003-01-221-0/+5
* only grow the buffer when we are out of space.Larry Ewing2003-01-181-0/+5
* If we have no content-type header, set it to text/plain explcitly, ratherNot Zed2003-01-141-0/+6
* New source files implementing the GSSAPI SASL mechanism.Jeffrey Stedfast2003-01-141-0/+5
* fix header include order.Not Zed2003-01-131-1/+9
* Read the characters as utf8, rather than as 8 bit bytes. Remove theNot Zed2003-01-131-0/+10
* add a "translation_domain" field. (NULL for all providers in the camelDan Winship2003-01-081-0/+8
* init local exception before doing anything. fixes a crash.Not Zed2003-01-061-0/+5
* spell-checkJeffrey Stedfast2003-01-051-5/+5
* Instead of checking recipients != NULL, check that camel_address_lengthJeffrey Stedfast2003-01-051-0/+7
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-0/+16
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-0/+10
* Detect text/html parts that were marked as text/plain and re-tag them asJeffrey Stedfast2002-12-171-0/+7
* New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-171-0/+4
* #include some headers we had forgotten to add previously, also addedJeffrey Stedfast2002-12-161-0/+8
* Don't apply the CANON_STRIP filter here, since we are verifying whateverJeffrey Stedfast2002-12-161-0/+7
* Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-111-0/+5
* Fixed to not be fooled in the case where the address is followedJeffrey Stedfast2002-12-101-0/+10
* New code to scan for patterns (used only for url pattern matching atm, butJeffrey Stedfast2002-12-101-0/+6
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-091-0/+84
* Properly handle the case where the namespace is "". Fixes bug #34975Jeffrey Stedfast2002-12-051-0/+6
* Fixed to not get false positives when the token is shorter than the actualJeffrey Stedfast2002-12-041-0/+9
* Use the new camel_operation_cancel_prfd() function to get the cancellationJeffrey Stedfast2002-11-231-0/+13
* If we have a namespace of "", then always match any path.Not Zed2002-11-221-0/+8
* applied plain_signature_fix.patchRadek Doulik2002-11-201-0/+5
* Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)Rodney Dawes2002-11-201-0/+4
* If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-181-0/+8
* Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-111-0/+6
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-0/+13
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-0/+98
* constify the content_type.Not Zed2002-11-081-0/+5
* Added.Jeffrey Stedfast2002-11-081-0/+8
* removed gnome-defs.h, it does not exist.Rodrigo Moya2002-11-081-0/+4
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-051-0/+20
* Removed. Glib2 has this function.Jeffrey Stedfast2002-11-021-0/+3
* Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-021-0/+3
* Use g_path_get_dirname since g_dirname has been deprecated.Jeffrey Stedfast2002-11-021-0/+5
* Set the virtual method pointers to the import/export methods.Jeffrey Stedfast2002-11-011-0/+18
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-11-011-0/+28
* Remove a ton of useless snot.Jeffrey Stedfast2002-11-011-0/+38
* Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set itJeffrey Stedfast2002-10-281-0/+6
* ** For bug #31647 and bug #31456.Not Zed2002-10-241-0/+43
* Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-231-5/+22
* If ~/.camel_certs doesn't exist, create it.Jeffrey Stedfast2002-10-181-0/+5
* helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nssNot Zed2002-10-171-0/+31
* No longer takes a path argument. (camel_gpg_context_fianlise): No need toJeffrey Stedfast2002-10-171-0/+16
* If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bugJeffrey Stedfast2002-10-161-0/+5
* If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-101-1/+10
* Fixes bug #31752Jeffrey Stedfast2002-10-081-0/+12
* Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-081-0/+6
* Use the content-object's rawtext flag to decide if it needs to be filteredJeffrey Stedfast2002-10-051-0/+7
* Dont get the filter driver inside the change_lock. Its not necessary, andNot Zed2002-10-041-0/+7
* Map us-ascii to windows-1252 also.Jeffrey Stedfast2002-10-041-0/+5
* /home/notzed/gnome/head/evolution/camelNot Zed2002-10-031-0/+29
* Use strtol when decoding the timezone (since it can be negative) and don'tJeffrey Stedfast2002-10-021-0/+8
* Fixes bug #31456.Jeffrey Stedfast2002-10-011-3/+16
* Don't strip the namespace from the fi->full_name when hasing or creatingJeffrey Stedfast2002-10-011-0/+7
* Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-301-0/+9
* New function to decode the INTERNALDATE response from an IMAP server so weJeffrey Stedfast2002-09-281-0/+16
* Use the summary's last uid as the one to fetch from, ignoring the cache.Not Zed2002-09-271-0/+11
* Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-261-0/+4
* Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-261-0/+14
* Store the folder flags in the store summary. (get_one_folder_offline): SetNot Zed2002-09-261-0/+8
* Handle EILSEQ by eating bytes in the input buffer until conversion isJeffrey Stedfast2002-09-261-0/+7
* Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-241-0/+3
* If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-241-0/+20
* If the original message is deleted, reset the deleted flag when we'reJeffrey Stedfast2002-09-241-0/+3
* Decode the INTERNALDATE if we've got one. (imap_update_summary): InsteadJeffrey Stedfast2002-09-241-0/+12
* fix non-ANSI switch statement.Dan Winship2002-09-231-0/+11
* New regression test for word splitting/search input parsing code.Not Zed2002-09-201-0/+11
* Take new session arg. Update callers. (symbols[]): changed get-source toNot Zed2002-09-191-0/+14
* Don't increment the response pointer when deciding what type of headerJeffrey Stedfast2002-09-191-0/+9
* fixed a merge conflictJeffrey Stedfast2002-09-191-1/+0
* Include MIME-VERSION and CONTENT-TYPE.Jeffrey Stedfast2002-09-191-0/+5
* If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496.Not Zed2002-09-191-0/+6
* Handle when the response is from a HEADER.FIELDS (if so, we don't want toJeffrey Stedfast2002-09-191-0/+8
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-141-0/+7
* Revert a patch that I had not meant to commit that was aimed at fixing bugJeffrey Stedfast2002-09-111-0/+5
* Same as below. Also save errno before closing the file so our caller canJeffrey Stedfast2002-09-111-0/+14
* Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-111-0/+20
* Clear the exception even if we failed to get the message (part) from theJeffrey Stedfast2002-09-111-0/+7
* Remove the hash table entry using the right path. Related to #29731.Not Zed2002-09-101-0/+6
* Fixes bug #4224Jeffrey Stedfast2002-09-101-1/+15
* Use e_mktime_utc.Dan Winship2002-09-051-0/+9
* clear nonfatal stuff.Not Zed2002-09-041-0/+33
* If we fake the from eof file boundary, also make sure we say we matchedNot Zed2002-09-041-0/+5
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-031-0/+91
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-291-0/+36
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-291-0/+3
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-291-0/+3
* Match file: urls too.Jeffrey Stedfast2002-08-291-0/+4
* fix exposes a regression in mbox :-/Not Zed2002-08-281-0/+4
* some utf7/utf8 tests.Not Zed2002-08-281-0/+2
* fixes a crash on systems that dont have utf7 in iconv.Not Zed2002-08-281-0/+10
* Now takes a third argument to specify whether or not to group messages byJeffrey Stedfast2002-08-281-0/+9
* If the response is NULL, just return. (now works the same way asJeffrey Stedfast2002-08-271-0/+7
* Lock the CamelService->priv->connect_lock instead of using our ownJeffrey Stedfast2002-08-271-0/+10
* If we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-241-0/+14
* If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-231-0/+4
* Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-231-0/+12
* Don't register the noop timeout here anymore, we're gonna handle all thisJeffrey Stedfast2002-08-221-0/+7
* Override the default noop implementation.Jeffrey Stedfast2002-08-211-0/+11
* Plug some large leaks in the indexing code.Peter Williams2002-08-211-0/+13
* Don't let the minimum recursive depth be negative. (get_folders): PassJeffrey Stedfast2002-08-211-0/+6
* Set CAMEL_URL_NEED_PATH for the vFolder provider.Jeffrey Stedfast2002-08-211-0/+5
* Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -Jeffrey Stedfast2002-08-201-0/+4
* If the diagnostics are empty, just explain that gpg failed to execute.Jeffrey Stedfast2002-08-201-0/+5
* Updated to pass the needed arguments to camel_init() and to init gthreadsJeffrey Stedfast2002-08-201-0/+12
* If the passed-in URL contains a path, but the service doesn't allow paths,Dan Winship2002-08-191-0/+6
* err, oops.Chris Toshok2002-08-171-2/+0
* remove the outer parens from the expansion of camel_argv_{start,end} sinceChris Toshok2002-08-171-0/+8
* Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-161-0/+6
* added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-151-0/+31
* New function, generate a UID that has better chances of being unique.Peter Williams2002-08-101-0/+7
* Tweak how we build the tree based on whether a full tree or a subtree isPeter Williams2002-08-101-0/+10
* When renaming our cache, add the "/folders" to the path.Peter Williams2002-08-101-0/+5
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-081-0/+7
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-081-0/+6
* Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-081-0/+7
* Only add the stream to the gdatalist if it is non-NULL.Jeffrey Stedfast2002-08-081-0/+5
* If writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-061-0/+7
* Add messageinfo to id table, and store array index in messageinfo too.Not Zed2002-08-061-0/+17
* Always set a g_atexit handler to flush/save the camel-certdb.Jeffrey Stedfast2002-08-061-0/+3
* If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-061-0/+12
* Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-051-0/+9
* Fixes bug #26237.Jeffrey Stedfast2002-08-031-0/+11
* If the folder name contains the directory separator, reject it.Peter Williams2002-08-031-0/+5
* Clear the summary after building the 'removed uid' list.Not Zed2002-08-021-0/+3
* revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-021-0/+14
* Do more error checking to prevent crashing if we fail to read a string forJeffrey Stedfast2002-08-021-0/+6
* camel:Peter Williams2002-08-011-0/+23
* Disable my fix to not cache headers as it means that each time we load theJeffrey Stedfast2002-08-011-1/+5
* Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inJeffrey Stedfast2002-08-011-0/+11
* Update the comment.Jeffrey Stedfast2002-07-311-0/+21
* X509_digest() needs a pointer to an int len. Also fixed some otherJeffrey Stedfast2002-07-311-0/+7
* New source file implementing a very basic certificate database. This isJeffrey Stedfast2002-07-311-0/+15
* Use the same command-counter mojo that the append code uses in case thePeter Williams2002-07-311-0/+12
* New filter action to unset a system flag. The exact opposite of set_flag.Jeffrey Stedfast2002-07-291-0/+5
* If the path exists and is a directory, return non-NULL. Missed this beforeJeffrey Stedfast2002-07-271-7/+4
* The flags'n'tags copy was unnecessary. Removed it.Peter Williams2002-07-271-0/+4
* Revert Jeff's previous change, it broke local folders. UninitializedPeter Williams2002-07-271-0/+5
* If we're gonna do an elite hack, lets do it right.Jeffrey Stedfast2002-07-261-0/+17
* Prototype.Peter Williams2002-07-261-0/+18
* Remove "possibly non-fatal" exception strings, all exceptions are fatalJeffrey Stedfast2002-07-261-7/+23
* It would help to mark the UIDs as deleted before we try to expunge themPeter Williams2002-07-261-0/+10
* Renamed from shell_exec(). Also, we now want to pass argc/argv on to theJeffrey Stedfast2002-07-251-2/+6
* Use execv ("sh", "-c", command) rather than execing the command directly.Jeffrey Stedfast2002-07-251-0/+5
* When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-241-0/+18
* Sync before doing an expunge if we dont have uidplus. See #25766.Not Zed2002-07-241-0/+4
* Move folders to a subdirectory of storage_path, rather than in it. Bye byeNot Zed2002-07-241-0/+7
* Duplicated the very much hack in imap_store_refresh_folders() to avoid aNot Zed2002-07-241-0/+7
* #include <string.h> for memcpy.Jeffrey Stedfast2002-07-231-0/+4
* Oops, forgot to implement this. Fixes #24604.Not Zed2002-07-221-0/+5
* Only add a \r if the character before the \n wasn't already a \r - thisJeffrey Stedfast2002-07-221-0/+6
* Changed to use a different length calculator.Not Zed2002-07-191-0/+5
* Add the appropriate #include for the _() macro.Jeffrey Stedfast2002-07-181-0/+4
* Got rid of the stupid "tryagain" semantics, which didn't work.Not Zed2002-07-171-0/+6
* When CRLF encoding, "empty" (after stripping trailing whitespaceJeffrey Stedfast2002-07-171-0/+6
* Clean up some improper usage of CamelExceptions (looking atPeter Williams2002-07-171-0/+13
* Make the standard AUTH format take priority over the AUTH= priority, sinceJeffrey Stedfast2002-07-171-0/+8
* If we're not online and the message isn't in our cache, give up.Peter Williams2002-07-161-0/+5
* Removed. (get_score): Removed. Labels & scores are stored in tags, weNot Zed2002-07-161-0/+9
* Try to get the FQDN from the results of gethostname(). If that fails, thenJeffrey Stedfast2002-07-161-0/+6
* Get rid of the constant 'required' variable, just use the value whenJeffrey Stedfast2002-07-161-0/+4
* Changed the mbox and spool provider descriptions to try and be more clear.Jeffrey Stedfast2002-07-161-5/+16
* >= is not appropriate here because the sequences are 1-based; so seq =Peter Williams2002-07-161-0/+8
* Only assign a uid if indexing is enabled. This stops us always assigning aNot Zed2002-07-151-0/+17
* On error, do not unref the parts gotten using camel_multipart_get_part()Jeffrey Stedfast2002-07-131-0/+8
* Updated to not use camel_type_get_global_classfuncs() since this is just aJeffrey Stedfast2002-07-121-0/+4
* Handle multipart/encrypted parts too.Jeffrey Stedfast2002-07-121-0/+9
* Don't let any parts have a binary encoding.Jeffrey Stedfast2002-07-121-0/+5
* Fixes bug #27672Jeffrey Stedfast2002-07-121-0/+22
* If we are fetching HEADERs, don't cache the stream - instead just create aJeffrey Stedfast2002-07-121-0/+5
* Don't forget to set an appropriate exception before returning NULL.Jeffrey Stedfast2002-07-121-0/+6
* Make sure message is non-NULL before setting the source on it.Jeffrey Stedfast2002-07-111-0/+3
* Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd inJeffrey Stedfast2002-07-111-0/+7
* Set the IS_SOURCE provider flag.Jeffrey Stedfast2002-07-051-0/+3
* Change all exceptions to report which POP server failed (and tried to makeJeffrey Stedfast2002-07-051-0/+6
* If we get an exception from the child sync, update the exception string soNot Zed2002-07-031-0/+16
* Take a void object arg. (camel_object_remove_event): "Not Zed2002-07-031-0/+9
* Don't use --no-auto-key-retrieve, this option has apparently beenJeffrey Stedfast2002-06-291-0/+6
* Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-281-0/+4
* Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-281-0/+3
* Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-281-1/+2
* Loop on our reads while errno is EINTR or EAGAIN.Jeffrey Stedfast2002-06-271-0/+5
* Removed.Jeffrey Stedfast2002-06-271-0/+13
* Oops, this needs to take a userid argument.Jeffrey Stedfast2002-06-271-0/+3
* Removed (never did anything anyway).Jeffrey Stedfast2002-06-271-0/+8
* New class implementing the multipart/encrypted content type. ContainsJeffrey Stedfast2002-06-271-0/+4
* Check for NODATA too.Jeffrey Stedfast2002-06-271-0/+5
* Remove the #include for camel-spoold-store.hJeffrey Stedfast2002-06-261-0/+5
* Include <sys/time.h> for struct timeval.Not Zed2002-06-261-0/+129
* #include <sys/time.h>Jeffrey Stedfast2002-06-261-0/+4
* Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): DecodeJeffrey Stedfast2002-06-251-0/+12
* implemented camel_gpg_context_set_always_trust()Jeffrey Stedfast2002-06-251-0/+1
* Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-251-0/+2
* Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-251-0/+7
* Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphraseJeffrey Stedfast2002-06-241-0/+7
* Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here.Jeffrey Stedfast2002-06-231-0/+11
* New source files implementing the CamelCipherContext class for gnupg.Jeffrey Stedfast2002-06-221-0/+15
* Updated to support searching as well as making it use CamelDigestSummary.Jeffrey Stedfast2002-06-211-0/+6
* PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.Jeffrey Stedfast2002-06-201-0/+7
* Drop back to initial state if we came from eof state.Not Zed2002-06-201-0/+5
* Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to beJeffrey Stedfast2002-06-201-0/+4
* Make sure we hold the command_lock before accessing current_folder.Jeffrey Stedfast2002-06-201-0/+15
* Don't bother trying to authenticate (and thus don't throw up an errorJeffrey Stedfast2002-06-191-0/+12
* Update the freeze state of the new source folder.Jeffrey Stedfast2002-06-181-0/+7
* Freeze source folders. (vee_thaw): Thaw all source folders. Fixes bugJeffrey Stedfast2002-06-151-0/+3
* Unlock the command_lock after each UID STORE command so that otherJeffrey Stedfast2002-06-151-0/+4
* Fixed compiler warnings.Jeffrey Stedfast2002-06-151-0/+9
* Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-151-0/+10
* Our parent class is camel_vee_folder, not camel_folder, fix setting ofNot Zed2002-06-111-0/+25
* Use CAMEL_EXCEPTION_SYSTEM rather than '1' for clarity.Jeffrey Stedfast2002-06-091-0/+5
* Up the timeout on the connect code to 2 minutes.Jeffrey Stedfast2002-06-071-0/+5
* Parse "From: Dan Winship <danw>" (with no domain) in the way the senderDan Winship2002-06-071-0/+6
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-061-0/+64
* Check that any unmatched operation is not concerning any vfolder. OtherNot Zed2002-06-031-0/+10
* setup/free the mech string.Not Zed2002-06-031-0/+41
* When the part is a multipart/signed, make sure to free the part_specJeffrey Stedfast2002-06-011-0/+4
* Free the path buffer when we're done with it.Jeffrey Stedfast2002-06-011-0/+7
* If we fail to read a literal, free the temporary string buffer.Jeffrey Stedfast2002-06-011-5/+3
* Revert my fix from the other day since camel_imap_command_response()Jeffrey Stedfast2002-06-011-0/+9
* If we fail to be able to create a stream to insert into the cache, thenJeffrey Stedfast2002-06-011-0/+6
* Added a protocol field for users to use.Not Zed2002-05-311-0/+55
* On error, don't leak the GByteArray buffer.Jeffrey Stedfast2002-05-311-0/+3
* Free the response before checking for errors. I'm not sure this'llJeffrey Stedfast2002-05-311-2/+9
* Only free the LOGOUT response if it is non-NULL.Jeffrey Stedfast2002-05-301-0/+5
* Implement. Run a summary check to update for any newly arrived messages.Not Zed2002-05-291-0/+11
* Use the CamelMessageInfo rather than the CamelMimeMessage because theJeffrey Stedfast2002-05-291-0/+6
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-281-0/+19
* Helps if we allocate enough space here. Also, start smoking the sameJeffrey Stedfast2002-05-251-0/+8
* Use the new readline function.Jeffrey Stedfast2002-05-251-0/+13
* Added some NULL protection fixes.Jeffrey Stedfast2002-05-241-0/+5
* Removed from the build. Glory glory hallelujah.Jeffrey Stedfast2002-05-231-0/+31
* Don't call some retarded function to simply set an exception.Jeffrey Stedfast2002-05-221-0/+3
* If we get an invalid start char, just ignore it and goto the nextNot Zed2002-05-211-0/+5
* New e-sexp callback function to get a user_tag label value.Jeffrey Stedfast2002-05-171-0/+5
* New function to parse a NAMESPACE response properly.Jeffrey Stedfast2002-05-161-0/+8
* Only reconnect if we are already connected, if we are in a disconnectedJeffrey Stedfast2002-05-161-0/+4
* If the part_spec is an empty string for a leaft part, use "1" since weJeffrey Stedfast2002-05-161-0/+6
* removed. (imap_store_refresh_folders): Copy the folders first, thenNot Zed2002-05-151-0/+15
* Fixes bug #24136.Jeffrey Stedfast2002-05-151-0/+16
* Previous fix reverted.Jeffrey Stedfast2002-05-151-2/+0
* Previous fix reverted. (get_content): Handle the case where a multipart'sJeffrey Stedfast2002-05-151-0/+7