aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in a g_warning.Dan Winship2002-05-082-4/+8
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-0749-850/+1119
* If the pop3 command status is -1, then we probably have a TCP error (?) soJeffrey Stedfast2002-05-073-15/+29
* Use CamelMimeFilterBestenc to get a more appropriate encoding rather thanJeffrey Stedfast2002-05-072-7/+33
* Call camel_mime_message_encode_8bit_parts() which fixes bug #10885.Jeffrey Stedfast2002-05-072-3/+4
* Don't bother with counting down the timeout.Jeffrey Stedfast2002-05-072-7/+7
* Same fix as the tcp stream. (stream_write): Again here. Just like tcpJeffrey Stedfast2002-05-033-66/+111
* Fixed the fix for stupidly-broken-mailer bug #5 to work when multipleJeffrey Stedfast2002-05-032-3/+10
* Change the order of some code so that we check if the select() failedJeffrey Stedfast2002-05-033-20/+42
* Now takes a CamelURL argument rather than a GHashTable *settings argument.Jeffrey Stedfast2002-05-022-4/+5
* We want to set unread_count to get_unread_message_count, notNot Zed2002-04-292-2/+8
* Don't link to libibex.a anymore.Jeffrey Stedfast2002-04-274-4/+7
* No longer want to #include <libibex/ibex.h>Jeffrey Stedfast2002-04-272-1/+8
* New function to auto-detect configuration settings.Jeffrey Stedfast2002-04-273-3/+54
* Remove the excessive \n's, after printfs.Not Zed2002-04-263-13/+34
* Don't put a space between the "RCPT TO:" and the "<recipient>" strings -Jeffrey Stedfast2002-04-262-5/+11
* Configure the default paths for mh, mbox, maildir, spools, etc.Jeffrey Stedfast2002-04-253-16/+62
* Add a CAMEL_PROVIDER_CONF_LABEL enum.Jeffrey Stedfast2002-04-252-6/+11
* Free the LIST pop3 command.Jeffrey Stedfast2002-04-203-2/+11
* Don't g_return_val_if_fail here if the boundary is an empty string. SeeJeffrey Stedfast2002-04-202-3/+16
* Start of a white-paperish document describing camel-index and olderNot Zed2002-04-192-0/+412
* If we get a failure, make sure we set an exception.Not Zed2002-04-183-10/+24
* When doing a contains match, split the words and perform an and on it.Not Zed2002-04-187-95/+469
* If the vee-folder is the unmatched, we don't have our own expression so weJeffrey Stedfast2002-04-182-3/+14
* Get rid of an unused variable.Jeffrey Stedfast2002-04-178-23/+159
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-155-3/+18
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-143-0/+9
* fix the nntp provider makefile.amJeffrey Stedfast2002-04-141-18/+3
* Treat commas as token delimeters. (WEEKDAY_CHARS): Use full weekday namesJeffrey Stedfast2002-04-132-22/+31
* If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-114-1/+24
* Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight whereJeffrey Stedfast2002-04-112-1/+14
* oops, after converting everything truncate the GByteArray to the correct leng...Jeffrey Stedfast2002-04-111-0/+4
* Fixed a bug that would miscalculate how much data to copy into theJeffrey Stedfast2002-04-112-46/+68
* Make the folder_lock recursive. See bug #22363 for details. Basically,Jeffrey Stedfast2002-04-104-8/+16
* made the copmment clearerJeffrey Stedfast2002-04-101-1/+1
* Don't adjust the timezone offset if we used tm.tm_gmtoff because it isJeffrey Stedfast2002-04-102-0/+9
* If we get multiple Content-Type header values, change subsequent headersNot Zed2002-04-096-29/+104
* Don't count our filler when encoding our line-length octet.Jeffrey Stedfast2002-04-093-4/+12
* Don't get the statuscode here anymore. (http_method_invoke): Use aJeffrey Stedfast2002-04-063-34/+170
* If (body-contains) is not passed any arguments, return empty/false. FixesNot Zed2002-04-052-1/+5
* Simplified since we can now decode in-reply-to without getting extraJeffrey Stedfast2002-04-054-42/+61
* Reset the keepalive timeout to 10 minutes rather than the 30 seconds I wasNot Zed2002-04-042-1/+7
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-049-27/+58
* Turn indexing back on, fingers crossed ...Not Zed2002-04-037-11/+246
* Handle a ton more nspr i/o errno's. (stream_connect): Act as if we areJeffrey Stedfast2002-04-033-11/+109
* Sync the key tables explcitly.Not Zed2002-04-035-34/+147
* Put back in the exception setup stuff i disabled for debugging.Not Zed2002-04-022-4/+6
* Temporarily disable indexing.Not Zed2002-04-029-15/+108
* #include appropriate headers for mkdirJeffrey Stedfast2002-04-021-0/+2
* Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-027-7/+25
* We now have to check to make sure that p->message is non-NULL because weJeffrey Stedfast2002-03-292-3/+29
* Change the message arg to a CamelMimeMessage instead of a CamelMedium.Dan Winship2002-03-295-195/+73
* Construct the source_url the right way. The previous way was generatingJeffrey Stedfast2002-03-282-7/+21
* Changed to use just g_utf8_strdown instead of utf8_normalise, to match theNot Zed2002-03-262-2/+9
* updatedJeffrey Stedfast2002-03-261-0/+1
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-2538-248/+5346
* Use the date in the received header for the received_date.Jeffrey Stedfast2002-03-222-6/+22
* Fix this to work right. We need to convert the input buffer to the charsetJeffrey Stedfast2002-03-204-25/+66
* Updated to use the same logic as the POP code.Jeffrey Stedfast2002-03-192-8/+9
* No longer takes a stls_supported argument since we no longer need it withJeffrey Stedfast2002-03-192-16/+21
* Don't allow any empty structs. If !ENABLE_THREADS, provide a gpointerJeffrey Stedfast2002-03-162-0/+17
* Added a work-around for SMTP servers that can't read the RFCs and thusJeffrey Stedfast2002-03-142-1/+24
* reverted my USER/PASS quoting fixJeffrey Stedfast2002-03-142-8/+2
* Quote the USER and PASS arguments since some people have spaces in theirJeffrey Stedfast2002-03-142-2/+8
* Now takes a url argument.Jeffrey Stedfast2002-03-136-26/+54
* do the typedef's in camel-types.h and include camel-digest-store.h in camel.hJeffrey Stedfast2002-03-124-2/+3
* A pretty empty store implementation to be the parent store of aJeffrey Stedfast2002-03-126-3/+229
* Allow any leaf part to be a message/rfc822 part. (digest_get_uids):Jeffrey Stedfast2002-03-122-41/+88
* Change the order of the mailing list magic patterns so that the moreEttore Perazzoli2002-03-122-17/+23
* oops, musta backspaced over a brace?Jeffrey Stedfast2002-03-121-1/+1
* These fixes should fix bug #21737.Jeffrey Stedfast2002-03-123-17/+32
* Rename the OpenSSL implementation of things to match the NSSDan Winship2002-03-119-193/+111
* Remove this: it couldn't be generically used, because different subclassesDan Winship2002-03-118-79/+238
* Don't call camel_remote_store_get_authtypes since we no longer subclassJeffrey Stedfast2002-03-097-50/+290
* Add support for hash type RIPEMD160.Jeffrey Stedfast2002-03-084-52/+100
* Add a timeout on the select. (stream_write): Same.Jeffrey Stedfast2002-03-082-8/+24
* Fix to work with OpenSSL.Jeffrey Stedfast2002-03-072-3/+8
* compile fixes. (camel_tcp_stream_openssl_enable_ssl): Check to make sureJeffrey Stedfast2002-03-072-12/+22
* Make this compile.Dan Winship2002-03-072-1/+6
* treat "" as "always" to maintain compatablity with old config settingsJeffrey Stedfast2002-03-061-1/+2
* Removed. Glory glory hallelujah! (ssl_bad_cert): No longer callsJeffrey Stedfast2002-03-062-55/+7
* Start the ssl stream off in non-ssl mode (useful for STARTTLS).Jeffrey Stedfast2002-03-068-84/+433
* Add c++ armoring.Jeffrey Stedfast2002-03-0230-18/+324
* Reverted my pgp/mime fixes here too.Jeffrey Stedfast2002-03-024-45/+12
* Changed offset variables from int's to off_t's since the system mayJeffrey Stedfast2002-03-012-4/+7
* Rearrange the save filter stuff so that we save raw streams for all mimeJeffrey Stedfast2002-03-012-36/+40
* only save raw streams for leaf parts.Jeffrey Stedfast2002-02-281-2/+9
* Don't #include camel-mime-filter-save.h, we don't use it.Jeffrey Stedfast2002-02-288-126/+173
* Use the FOLD_SIZE as a recommended folding size, but add a newNot Zed2002-02-284-6/+14
* New stream filter that chomps excess trailing whitespace from the end ofJeffrey Stedfast2002-02-286-12/+256
* Changed header formatted table to contain a pointer to an output function,Not Zed2002-02-272-10/+102
* Allow all multiparts that contain message/rfc822 attachments.Jeffrey Stedfast2002-02-262-6/+21
* Set the 'name' parameter on the Content-Type too. Fixes bug #20779.Jeffrey Stedfast2002-02-232-0/+11
* Pass --always-trust to gpg (requested by users). (pgp_clearsign): Same.Jeffrey Stedfast2002-02-153-2/+11
* Ximian is spelled Ximian, not Ximain. :-)Jeffrey Stedfast2002-02-154-4/+4
* Since the AUTH token sometimes uses '=' instead of whitespace, don't useJeffrey Stedfast2002-02-132-1/+8
* Duh, when we grab the apop stamp it needs to include the <> as well, INot Zed2002-02-093-4/+14
* Removed some <<< stuff i missed.Michael Zucci2002-02-081-1/+0
* The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-0813-21/+538
* Implementation of NTLM (aka "Secure Password Authentication") auth, takenDan Winship2002-02-086-1/+787
* Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be usingJeffrey Stedfast2002-02-073-2/+5
* Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-052-1/+2
* Use camel_mime_parser_read to read internal parser data.Jeffrey Stedfast2002-02-057-108/+132
* Added. New stream for HTTP requests (currently supported are GET andJeffrey Stedfast2002-02-053-0/+530
* Call set_errno appropriately.Jeffrey Stedfast2002-02-052-3/+17
* Oops, this was converting foo@[blah] to foo@[ blah ], fixed.Not Zed2002-01-312-2/+7
* Use "pop" instead of "pop3" so current configurations continue to work.Jeffrey Stedfast2002-01-312-1/+6
* Changed name from "NT Login" to simply "Login".Not Zed2002-01-3014-671/+1645
* Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-302-1/+11
* Handle Resent headers too.Jeffrey Stedfast2002-01-293-5/+14
* Added Resent-* #defines.Jeffrey Stedfast2002-01-292-0/+6
* Use while (node->next) instead of while (node)Jeffrey Stedfast2002-01-292-1/+4
* New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-293-97/+142
* Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-294-73/+171
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-18/+10
* Remove some old cruft.Ettore Perazzoli2002-01-252-16/+4
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-258-8/+17
* Call the beep callback function.Jeffrey Stedfast2002-01-253-6/+31
* New function to remove a filter rule by name.Jeffrey Stedfast2002-01-233-1/+30
* As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-228-47/+84
* New function to decode an IMAP mailbox name from modified UTF-7 encodingJeffrey Stedfast2002-01-193-1/+274
* Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. SetJeffrey Stedfast2002-01-185-73/+93
* If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-174-0/+23
* Fixed slight logic error to find the uuencode begin line. Fixes bugJeffrey Stedfast2002-01-172-1/+7
* Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-165-16/+36
* Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT.Jeffrey Stedfast2002-01-162-28/+56
* Updated to use the new imap_uid_array_to_set() interface.Jeffrey Stedfast2002-01-154-110/+188
* Rewritten to use a cache for body searches when online. Will need someNot Zed2002-01-148-111/+1480
* Kludge around a bug in Exchange 5.5 that reports 2 messages with the sameJeffrey Stedfast2002-01-122-2/+30
* If PATH_MAX doesn't exist, use _POSIX_PATH_MAX.Jeffrey Stedfast2002-01-112-0/+11
* If mi is NULL, don't bother updating it. Should fix bug #17694.Jeffrey Stedfast2002-01-112-0/+10
* #include camel-mime-filter-tohtml.hJeffrey Stedfast2002-01-112-0/+3
* Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting ourJeffrey Stedfast2002-01-112-19/+43
* fixed changelogJeffrey Stedfast2002-01-101-4/+5
* If the mbox file is a symlink, follow the symlink and get the One TrueJeffrey Stedfast2002-01-105-46/+206
* Flush the only-once actions.Jeffrey Stedfast2002-01-084-29/+155
* Moved windows-1251 to the end of the list since it contains the euro andJeffrey Stedfast2002-01-083-98/+214
* Don't try setting a content-type parameter if either the name or value isJeffrey Stedfast2002-01-053-3/+16
* applied a update patchJeffrey Stedfast2002-01-031-14/+5
* so my guess is that mutt probably doesn't compile since we don't compile usin...Jeffrey Stedfast2002-01-031-6/+10
* Do more like what mutt does so hopefully this'll fix bug #16363 andJeffrey Stedfast2002-01-032-25/+46
* Completely rewritten. It is now a load faster and a heck of a lot moreJeffrey Stedfast2001-12-224-243/+449
* Change the prototype for camel_address_get_type to return a CamelTypeJeffrey Stedfast2001-12-217-59/+83
* install in the right directory. (accidentally didn't commit these before)Dan Winship2001-12-202-9/+4
* revert my "simplification" of the last commit, it was broken - I must have be...Jeffrey Stedfast2001-12-191-4/+13
* New function to map ISO charsets to the Windows charsets.Jeffrey Stedfast2001-12-184-31/+127
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-187-23/+25
* Reverted my previous changes here since it doesn't actually work afterall.Jeffrey Stedfast2001-12-173-26/+34
* Try to use the original boundary so luis will stop bugging me about "dataJeffrey Stedfast2001-12-172-2/+10
* Try to use the original boundary so luis will stop bugging me about "dataJeffrey Stedfast2001-12-172-2/+10
* fix openssl linkage problemJeffrey Stedfast2001-12-151-1/+3
* Reset the filtered_count to zero.Jeffrey Stedfast2001-12-153-32/+106
* Removed x-inline-pgp-hack kludge because it doesn't work.Jeffrey Stedfast2001-12-152-45/+7
* include stdlib.h (for alloca on freebsd) and only include alloca.h ifChris Toshok2001-12-142-0/+8
* Fixes #17085Zbigniew Chyla2001-12-143-121/+131
* cast the key argument to g_hash_table_insert to a gpointer to avoid compiler ...Jeffrey Stedfast2001-12-141-2/+2
* Keep a name-to-type hash so that we can make sure that the type has notJeffrey Stedfast2001-12-144-16/+38
* added a Content-Description to the signature part - part of a merge from the ...Jeffrey Stedfast2001-12-141-0/+1
* merged some changes from the 1-0 branch that apparently never got merged into...Jeffrey Stedfast2001-12-141-2/+2
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-1111-110/+171
* Fix the tm_gmtoff case (its sign is the opposite of "timezone"). FixesDan Winship2001-12-102-1/+7
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-104-3/+10
* Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-018-86/+124
* Use the uid rather than vuid for unmatched. Also add the uid to unmatched42001-12-013-16/+58
* Completely new implementation of NNTP.Not Zed2001-11-3018-877/+2438
* If the uid doesn't have a ',' in it, fail to crash.Not Zed2001-11-284-14/+63
* Check to see that errno is non-zero before returning g_strerror. If it'sJeffrey Stedfast2001-11-272-1/+10
* For the uudecoding mode, garble up the "begin <mode> <filename>" lineJeffrey Stedfast2001-11-276-24/+108
* Added a check to see if the operation has been cancelled. (stream_write):Jeffrey Stedfast2001-11-202-0/+16
* Updates for compliance with rfc2231Jeffrey Stedfast2001-11-202-15/+48
* Abort if body == NULL.Jeffrey Stedfast2001-11-172-1/+4
* New mime filter to convert plain text to html.Jeffrey Stedfast2001-11-174-0/+602
* see the ChangeLog, I forgetJeffrey Stedfast2001-11-173-6/+15
* If we get a BYE response, call camel_service_disconnect() and set anJeffrey Stedfast2001-11-172-13/+29
* If we have no source string, then use undefined, which should always32001-11-142-3/+13
* Added a g_return_val_if_fail for folder_name != NULL.Jeffrey Stedfast2001-11-132-1/+8
* If any of the pipe()'s fail, clean up any pipes that may have succeeded.Jeffrey Stedfast2001-11-103-13/+33
* If we get a user cancel and that causes us to fail to authenticate, abort92001-11-102-0/+9
* Now takes a command-length argument so we can 1) avoid duping the commandJeffrey Stedfast2001-11-095-28/+67
* Oops, pass a mode argument to the open() call.Jeffrey Stedfast2001-11-093-49/+40
* Add code to kludge around any x-inline-pgp-hacks by prepending someJeffrey Stedfast2001-11-082-0/+27
* Initialize our private mutex. (camel_data_wrapper_finalize): Destroy ourJeffrey Stedfast2001-11-034-14/+56
* Move all searching operations outside of any locks except subfolder lock,12001-11-032-53/+86
* Same as below.12001-11-019-9/+82
* Dont setup cancel_fd. (camel_operation_cancel_fd): If cancel_fd not02001-10-312-8/+18
* Make sure we unref the mimeparse when we're done (successfully). This was02001-10-313-4/+14
* Remove the X-Evolution header before anyone else gets to see this private02001-10-302-0/+7
* If we can't retrieve the message, ignore it, it can't match.02001-10-304-10/+24
* Fix this to match get_headers.Dan Winship2001-10-302-5/+4
* Dont try to move ibex if we have none.02001-10-303-5/+11
* Fixed compilation errors.02001-10-302-2/+7
* Removed unused variable.Jeffrey Stedfast2001-10-302-1/+5
* fixed a compile problem and saved errno before calling fcntl() in stream_readJeffrey Stedfast2001-10-301-3/+6
* w(x) out some warnings.02001-10-303-5/+14
* Removed. (stream_write): Keep looping (non-blocking case) if errno isJeffrey Stedfast2001-10-306-87/+110
* If we get an empty name, then mark that as NoSelect. Workaround fix for02001-10-302-2/+8
* Set an X-Evolution-Source header on the returned message so replies comeDan Winship2001-10-302-0/+15
* If we're not going to search on a changed uid, make sure we change out92001-10-302-1/+9
* Don't emit a folder_subscribed signal if we are in the process of renamingJeffrey Stedfast2001-10-305-60/+119
* Minor fix - should have been using a strNcmp when checking if it was anJeffrey Stedfast2001-10-302-1/+6
* Notify the user that PGP 2.6.x is no longer supported and useJeffrey Stedfast2001-10-303-29/+69
* Don't free the hash table key if the folder wasn't found in the hashDan Winship2001-10-302-4/+11
* if the service is being connected and thinks it's online, but the sessionDan Winship2001-10-302-0/+13
* Turn off w() -> warnings.92001-10-299-11/+133
* Fix the 'is this a matching subfolder or subfolder'' logic to match92001-10-293-3/+29
* Changed to call ibex_move to rename it internally.82001-10-282-10/+49
* Use the right variable, not info.82001-10-282-1/+5
* Make sure we've actually read data before checking if p[-] is '\r' or not.Jeffrey Stedfast2001-10-283-7/+61
* Same.Jeffrey Stedfast2001-10-283-12/+26
* Use path not protocol as the path part of the uri of the folder_created82001-10-287-19/+103
* More fixing of the license texts.Ettore Perazzoli2001-10-2861-693/+671
* More fixing of the license texts.Ettore Perazzoli2001-10-2856-616/+616
* Fixing the license text.Ettore Perazzoli2001-10-28130-130/+0
* Finished implementation.72001-10-279-83/+227
* Don't bother checking ex since we can rely on the response being NULL onJeffrey Stedfast2001-10-272-12/+67
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-27130-260/+260
* Check to make sure that the dataset is non-NULL before using and/orJeffrey Stedfast2001-10-272-19/+29
* Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0Jeffrey Stedfast2001-10-272-2/+5
* Check for EWOULDBLOCK too? (stream_read): Same.Jeffrey Stedfast2001-10-272-5/+32
* Lets try putting a camel_stream_reset() here. Logic being that the streamJeffrey Stedfast2001-10-272-0/+10
* Remove the stupid warning that should never have been there in the first52001-10-269-36/+94
* Don't let fi->name be NULL.Dan Winship2001-10-252-0/+7
* updated the SIMULATE_FLAKY_NETWORK codeJeffrey Stedfast2001-10-251-10/+12
* Same as in the TcpStreamRaw code. (stream_write): And again here...Jeffrey Stedfast2001-10-253-77/+139
* Remove an extra * in one of the regexps that glibc apparently doesn't mindDan Winship2001-10-242-1/+6
* made d(x) x recompile again.32001-10-232-5/+9
* No, use Storing, as the other code does :p (spool_summary_check): Check22001-10-232-3/+9
* s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/.Jon Trowbridge2001-10-232-3/+9
* If we are kludging around a inline-pgp signed part, do some charsetJeffrey Stedfast2001-10-233-4/+30
* Use search_type_mlist for mailing list searches.Michael Zucci2001-10-238-213/+130
* (camel_search_header_match): Oops, missing i=0.Michael Zucci2001-10-233-8/+24
* Match check against all addresses in a multiple address match. Should fix22001-10-232-6/+10
* Add a hack: if the multipart/signed part has a "x-inline-pgp-hack"Dan Winship2001-10-232-1/+15
* added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, whichRodrigo Moya2001-10-232-0/+6
* Only do the rawtext checks if the part is a text part, otherwise don'tJeffrey Stedfast2001-10-222-1/+6
* Updated comments to make the code a bit more clear.Jeffrey Stedfast2001-10-222-7/+14
* Dont do the macro stuff - basically so you can actually debug calls.12001-10-224-2/+18
* oops, dont free the vuid, since its alloca'd now.12001-10-222-1/+5
* If no exception supplied, use a local one. (move_message_to): Set the seen02001-10-202-5/+15
* If the destination folder is the vfolder source folder, thenJeffrey Stedfast2001-10-202-1/+7
* When registering provider, translate all strings.92001-10-202-0/+26
* camel-vee-folder.c (folder_changed_change): Change logic, we always addMichael Zucci2001-10-202-15/+23
* Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dontMichael Zucci2001-10-202-2/+4
* Typo, srlen aint right.Michael Zucci2001-10-191-1/+1
* camel-vee-folder.c: (folder_changed_change_uid): Use alloca for vuid, andMichael Zucci2001-10-192-35/+94
* Lock the right lock for unmatched subfolder list stuff. If the sub folder92001-10-193-16/+110
* If a charset isn't specified or claims to be utf-8, check the validity ofJeffrey Stedfast2001-10-192-2/+37
* Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko82001-10-196-0/+11
* Make sure the cancel_fd isn't -1.Jeffrey Stedfast2001-10-192-1/+6
* Flush the stream here, not sure it really matters but it might (hopefully)Jeffrey Stedfast2001-10-192-0/+5