aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
Commit message (Expand)AuthorAgeFilesLines
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* added my mailBertrand Guiheneuf1999-06-211-0/+2
lass='deletions'>-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