aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
0 files changed, 0 insertions, 0 deletions
'>-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