aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make user-cancellable.Jeffrey Stedfast2001-10-192-6/+37
* String cleanup for bug #6640.Jeffrey Stedfast2001-10-192-2/+5
* Fix my Cyrus imapd workaround...instead of checking to see if info->flagsJeffrey Stedfast2001-10-192-5/+11
* Use '.' as the inbox name for filter new messages test.72001-10-182-1/+5
* New function to clone a folderinfo tree.72001-10-183-1/+41
* Same as maildir and mbox append-message.Jeffrey Stedfast2001-10-183-6/+20
* Make sure the new description isn't the same as the old descriptionJeffrey Stedfast2001-10-183-9/+27
* Add an optimization for when destination folder is the same as the sourceJeffrey Stedfast2001-10-182-0/+8
* Patch from Danw, Use unread count of -1 to mark unflagged messages. Make72001-10-183-9/+23
* Set the DELETED flag on directly on the info if the source folder doesn'tJeffrey Stedfast2001-10-182-1/+7
* As below.Not Zed2001-10-173-4/+19
* Rearange the order of the gpg options slightly otherwise it might try toJeffrey Stedfast2001-10-172-5/+8
* If CAMEL_DEBUG is defined, print some useful ref/unref info.Jeffrey Stedfast2001-10-176-5/+60
* If no content, dont try and decode further and spit meaningless warnings.62001-10-172-0/+9
* Only perform the operation on the folder if the folder has summaryJeffrey Stedfast2001-10-172-3/+11
* Save the errno before calling fcntl so fcntl doesn't overwrite errno inJeffrey Stedfast2001-10-162-2/+13
* Replace the Bcc headers in a single location and don't flush the dataJeffrey Stedfast2001-10-142-21/+22
* oops, it should remove the bcc header, not the cc headerJeffrey Stedfast2001-10-131-8/+29
* Remove the stripheader filter from the build.Jeffrey Stedfast2001-10-135-245/+27
* Unhook from all events before removing folder.22001-10-132-1/+23
* convert the uids list to a subset appropriate for each subfolder before12001-10-122-8/+25
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-1215-361/+58
* Same.Jeffrey Stedfast2001-10-123-10/+23
* Same hack as below.Jeffrey Stedfast2001-10-114-1/+111
* Only re-build the folder if we're expunging. Also only clear out the02001-10-112-5/+13
* slight wording changes, mainly LGPL=>GPLMichael Zucci2001-10-111-6/+7
* Added a hack for Solaris systems.Jeffrey Stedfast2001-10-112-3/+11
* oops, we want get_unread_message_count, not get_message_count!02001-10-113-2/+15
* updatedJeffrey Stedfast2001-10-111-6/+4
* Another go at getting the logic right again. Make transients only update92001-10-102-5/+21
* Forgot a little bit of debug.Michael Zucci2001-10-101-1/+1
* Implement.92001-10-1011-160/+632
* replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-0912-49/+64
* Unlock the store before returning error. (noted by NotZed)Dan Winship2001-10-092-1/+8
* Fix a slight error in logic. Just because the last word was an encodedJeffrey Stedfast2001-10-072-9/+24
* Implemented uuencoding and decoding. (complete): Implemented uuencodingJeffrey Stedfast2001-10-065-3/+199
* Use a folder_subscribed event rather than a folder_created one.52001-10-063-8/+41
* Turn off warnings. (get_name): Same.Jeffrey Stedfast2001-10-066-55/+106
* Try harder to get broken names out of addresses. Unencoded ,'s in names52001-10-062-7/+46
* Change the order of execution slightly. We delete the folder first, then42001-10-063-14/+28
* tedfast <fejj@ximian.com>Jeffrey Stedfast2001-10-051-0/+5
* Unregister the operation before unreffing it.Jeffrey Stedfast2001-10-051-0/+4
* Remove now unused 'recents' array/freeing func.32001-10-043-11/+17
* Dont explicitly save metadata, its saved in summary_sync.32001-10-046-50/+43
* Added MATCH_NEWLINE flag, -> REG_NEWLINE.32001-10-045-7/+25
* Call camel_folder_delete() on the folder if it's "alive".Jeffrey Stedfast2001-10-044-23/+83
* Strange are the ways of alloca. Fixes 11543.Dan Winship2001-10-032-1/+9
* remove unused variableJeffrey Stedfast2001-10-031-1/+0
* Import the certificate if the user accepts it.Jeffrey Stedfast2001-10-032-20/+16
* for hashing/comparing local url's, we ignore trailing /'s in paths (maybe22001-10-032-12/+99
* Change to camel_charset_iconv_open/close.22001-10-038-22/+207
* Revert my x-unknown special-case hack - this may mask other problems.Jeffrey Stedfast2001-10-033-8/+24
* Go back to using the store url's path, not the toplevel_dir thing.22001-10-033-4/+10
* Change the lock to a recursive e-mutex. (camel_object_hook_event):22001-10-032-136/+89
* Shoo! Shoo!Dan Winship2001-10-031-6/+0
* Remove any cached messages that belonged to the deleted folder.Jeffrey Stedfast2001-10-022-6/+63
* If the charset is x-unknown, return the locale_charset.Jeffrey Stedfast2001-10-022-1/+10
* Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-024-9/+32
* Don't munge the URL; CamelSession's caching relies on it not changing.Dan Winship2001-10-027-42/+49
* if STAT returns 0, don't bother sending UIDL. Speeds things up slightlyDan Winship2001-10-012-0/+14
* Add --no-secmem-warning and --no-greeting to the gpg command-line options.Jeffrey Stedfast2001-09-302-0/+20
* Same here.Jeffrey Stedfast2001-09-293-14/+34
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-299-7/+59
* Oops, a CamelFolder is not a CamelFolderClass.Jeffrey Stedfast2001-09-292-3/+11
* Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can getDan Winship2001-09-282-5/+12
* Grab the store's command_lock before grabbing the folder's cache_lock toDan Winship2001-09-282-2/+29
* Minor style change to operation_registered.Michael Zucci2001-09-281-6/+4
* Dont re-register the connect_op if we got it by calling72001-09-282-4/+12
* Fill the finalised data with nonsense, rather than 0's - more easily72001-09-283-28/+218
* CRLF decode the stream before parsing it into a MIME part. This fixes bugJeffrey Stedfast2001-09-283-3/+35
* Change "gboolean connected" to "CamelServiceConnectionStatus status",Dan Winship2001-09-278-29/+160
* If we get a search error, just abort, dont try and fall back and copy to62001-09-272-22/+63
* New function to convenience Larry ;-) (check_content_id): Oops, returnJeffrey Stedfast2001-09-272-4/+7
* fixed merge conflictsJeffrey Stedfast2001-09-271-1/+0
* New function to convenience Larry ;-)Jeffrey Stedfast2001-09-274-4/+64
* Emptied VeeStorePrivate, member wasn't used.62001-09-274-23/+38
* Fix Ettore's fix.Jeffrey Stedfast2001-09-272-6/+10
* No longer takes a remember argument. (pgp_sign): Only uncache theJeffrey Stedfast2001-09-263-24/+30
* [Patch for Automake 1.5 compatibility pointed out by RichardEttore Perazzoli2001-09-263-13/+12
* Only unref info if we got it.52001-09-262-4/+8
* Fix for !threads enabled not ccompiling. (camel_operation_ref): Assert52001-09-263-159/+166
* call SSL_read/write, looping on SSL_ERROR_WANT_READ/WRITE. I'm sureDan Winship2001-09-262-4/+41
* A "safe write" function that always writes out all data asked of it, till52001-09-262-31/+50
* Set the exception to FOLDER_INVALID rather than making out it worked. A42001-09-252-0/+12
* In the 'lose' case, free messages, not fetch_data twice!42001-09-252-1/+4
* If the type is encoded, get the fallback charset from the message42001-09-2512-140/+190
* fixed compile warningJeffrey Stedfast2001-09-241-3/+2
* Don't even try to alert the user if the session isn't interactive.Jeffrey Stedfast2001-09-243-27/+43
* Set the exception if create_folder isn't implemented.12001-09-222-0/+8
* Go back to not using camel_folder_info_build() here because this seems toJeffrey Stedfast2001-09-222-4/+18
* Force a refresh of vfolders before storing their count. This essentially12001-09-214-3/+101
* New function to just load the summary. Not much use yet, until unreadMichael Zucci2001-09-215-1/+96
* Setup unread count properly, and also setup the url properly.Michael Zucci2001-09-214-13/+36
* Build the path on the folderinfo.02001-09-2111-27/+73
* And finally here.Jeffrey Stedfast2001-09-217-27/+108
* Nuke debug warning.Dan Winship2001-09-212-2/+4
* Updated exception strings to be more clear.Jeffrey Stedfast2001-09-203-17/+23
* Oops, don't fail if `data' isn't a CamelService...cuz it's not supposed toJeffrey Stedfast2001-09-202-1/+7
* General cleanup of camel debug printfs.92001-09-1918-40/+76
* s/List-Owner/List-PostJeffrey Stedfast2001-09-191-1/+1
* Match mailing-list header List-Owner.Jeffrey Stedfast2001-09-192-0/+5
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-1924-146/+544
* Virtualize this.Dan Winship2001-09-195-6/+56
* Added korean charset conversion.Jeffrey Stedfast2001-09-192-0/+5
* Don't process the ImapResponse data, we don't want to block forever onJeffrey Stedfast2001-09-182-3/+20
* Don't process the ImapResponse data, we don't want to block forever onJeffrey Stedfast2001-09-182-8/+9
* Reverted previous changes.Jeffrey Stedfast2001-09-183-35/+4
* Helpful install-exec-hook debugging outputJP Rosevear2001-09-182-0/+8
* New function to get the URI of a folder. (get_uri): DefaultJeffrey Stedfast2001-09-173-1/+42
* New function, set the complete list of folders on a vfolder, all at once.42001-09-157-33/+326
* Use g_datalist_set_data_full so that the data will be free'd when we clearJeffrey Stedfast2001-09-153-4/+9
* Don't claim failure when reading/writing the empty string.Dan Winship2001-09-152-2/+8
* use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-152-27/+30
* Don't reuse the exception if it has already been set.Jeffrey Stedfast2001-09-145-15/+49
* Do error-checking based on function return values rather than exceptionsJeffrey Stedfast2001-09-142-7/+12
* Pass an exception to the cache. (imap_append_online): Same.Jeffrey Stedfast2001-09-144-33/+72
* Convert the charset to the iconv-friendly name.Jeffrey Stedfast2001-09-143-3/+30
* Return -1 on failure.Jeffrey Stedfast2001-09-142-3/+8
* free the source url in the nonfailure case.Larry Ewing2001-09-132-0/+6
* Change the 'not' virtual method from an immediate e-sexp function to a22001-09-133-3/+87
* Unref the message info.Jeffrey Stedfast2001-09-132-1/+9
* Pass in a hashtalbe used for finding visited nodes. (inode_hash):02001-09-112-26/+80
* Progress reporting while moving messages.02001-09-114-7/+56
* Get rid of the g_warning, we no longer really need that.Jeffrey Stedfast2001-09-112-3/+10
* Forgot to return the newly allocated msg.02001-09-102-0/+7
* Likewise.Not Zed2001-09-084-12/+34
* #if 0 out the code that was hopefully going to fix bug #5325 because theJeffrey Stedfast2001-09-082-1/+9
* Disconnect from the service here otherwise the locks will be destroyed andJeffrey Stedfast2001-09-082-4/+20
* Make sure to unref the mime filters when we finish with them.Jeffrey Stedfast2001-09-082-0/+7
* s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-09-082-4/+11
* constificationJeffrey Stedfast2001-09-083-5/+8
* Reuse the original boundary instead of generating our own.Jeffrey Stedfast2001-09-082-2/+11
* Thread function to perform filtering. (filter_free): Free the filter62001-09-074-3/+142
* Use camel_stream_buffer_read_line() instead of duplicationing theJeffrey Stedfast2001-09-072-28/+18
* Fix this to always set an exception if it returns POP3_FAIL, asDan Winship2001-09-073-6/+16
* Set an exception on POP3_FAIL as well.Jeffrey Stedfast2001-09-072-3/+10
* #ifdef out the "delete after N days" option in pop3_conf_entries, since itDan Winship2001-09-072-0/+8
* Too late to sync the folders here... if this is gonna happen at all itJeffrey Stedfast2001-09-052-4/+4
* Do a clean disconnect.Jeffrey Stedfast2001-09-053-3/+6
* Return the default folder (ie. INBOX) rather than saying we don't supportJeffrey Stedfast2001-08-312-3/+5
* #include pk11func.h. (ssl_bad_cert): Use CERT_GetDefaultCertDB.Jeffrey Stedfast2001-08-312-1/+7
* fix smime the same way...Jeffrey Stedfast2001-08-302-15/+34
* Special-case message/rfc822 mime parts - don't set an encoding on these,Jeffrey Stedfast2001-08-302-14/+39
* Add progress reporting to deleting messages. Dont change the calculationNot Zed2001-08-292-2/+15
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-292-39/+14
* Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-292-11/+17
* Whoops. Double-free and FMR = bad.Peter Williams2001-08-292-2/+6
* Don't reveal the user's IMAP password if their server supportsPeter Williams2001-08-292-1/+9
* If the user accepts the certificate, add it to the database as a trustedJeffrey Stedfast2001-08-292-3/+32
* Make the locking more fine-grained on destruction; specifically, don'tPeter Williams2001-08-292-0/+12
* Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-283-15/+21
* s/IMAPv4/IMAPJeffrey Stedfast2001-08-283-3/+7
* re-read the iconv man page, and treat the return value properly. ItNot Zed2001-08-275-150/+135
* ["Summarising" and "Synchronising" are spelt with a "s" in ENGLISH]Not Zed2001-08-253-8/+19
* Use fseek instead of fseeko since we want to be portable and use ftellJeffrey Stedfast2001-08-252-8/+17