| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't write the passwd, fixes "bug" #38601. | Jeffrey Stedfast | 2003-02-25 | 1 | -3/+6 |
* | New function...back from the depths of hell from whence it came | Jeffrey Stedfast | 2003-02-25 | 2 | -2/+19 |
* | fixed a type-o that causes a segfault | Jeffrey Stedfast | 2003-02-24 | 2 | -2/+2 |
* | Do it the same way we just made the sendmail code do it. | Jeffrey Stedfast | 2003-02-24 | 2 | -60/+53 |
* | s/g_slist_free1/g_slist_free_1 | Jeffrey Stedfast | 2003-02-23 | 2 | -3/+5 |
* | Remove all Bcc headers before sending to the smtp server. | Jeffrey Stedfast | 2003-02-23 | 2 | -14/+53 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 3 | -28/+24 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 6 | -12/+6 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 5 | -40/+40 |
* | Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise. | Ettore Perazzoli | 2003-01-23 | 6 | -6/+6 |
* | Instead of checking recipients != NULL, check that camel_address_length | Jeffrey Stedfast | 2003-01-05 | 1 | -2/+2 |
* | commit this too | Jeffrey Stedfast | 2002-12-18 | 1 | -1/+2 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 17 | -115/+122 |
* | Use a bag instead of a hashtable to track the cache streams. | Not Zed | 2002-12-09 | 5 | -58/+42 |
* | Properly handle the case where the namespace is "". Fixes bug #34975 | Jeffrey Stedfast | 2002-12-05 | 2 | -5/+8 |
* | If we have a namespace of "", then always match any path. | Not Zed | 2002-11-22 | 1 | -4/+6 |
* | If the namespace is at/below INBOX, check for the INBOX explicitly (since | Jeffrey Stedfast | 2002-11-18 | 1 | -20/+65 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 5 | -12/+23 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 15 | -168/+207 |
* | Use g_path_get_basename instead of g_strdup (g_basename (filename)). | Jeffrey Stedfast | 2002-11-02 | 1 | -1/+1 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -1/+1 |
* | ** For bug #31647 and bug #31456. | Not Zed | 2002-10-24 | 4 | -77/+142 |
* | Canonicalise the source_uri to not have a path. Fixes bug #32268. | Jeffrey Stedfast | 2002-10-23 | 1 | -25/+30 |
* | If the response from the IMAP server is "No", don't set the | Jeffrey Stedfast | 2002-10-10 | 1 | -1/+1 |
* | Fixes bug #31752 | Jeffrey Stedfast | 2002-10-08 | 2 | -12/+27 |
* | Add missing ;. | Michael Zucci | 2002-10-03 | 1 | -1/+1 |
* | /home/notzed/gnome/head/evolution/camel | Not Zed | 2002-10-03 | 2 | -20/+14 |
* | Use strtol when decoding the timezone (since it can be negative) and don't | Jeffrey Stedfast | 2002-10-02 | 1 | -1/+2 |
* | Fixes bug #31456. | Jeffrey Stedfast | 2002-10-01 | 1 | -34/+51 |
* | Don't strip the namespace from the fi->full_name when hasing or creating | Jeffrey Stedfast | 2002-10-01 | 1 | -1/+1 |
* | Remove debug content_info_dump, could cause a crash, and not really needed | Not Zed | 2002-09-30 | 1 | -2/+0 |
* | New function to decode the INTERNALDATE response from an IMAP server so we | Jeffrey Stedfast | 2002-09-28 | 2 | -12/+124 |
* | Use the summary's last uid as the one to fetch from, ignoring the cache. | Not Zed | 2002-09-27 | 2 | -22/+32 |
* | Treat spool as a local folder, so the ref checks work right. | Not Zed | 2002-09-26 | 1 | -3/+1 |
* | Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, its | Not Zed | 2002-09-26 | 3 | -20/+87 |
* | Store the folder flags in the store summary. (get_one_folder_offline): Set | Not Zed | 2002-09-26 | 1 | -3/+19 |
* | Decode the INTERNALDATE if we've got one. (imap_update_summary): Instead | Jeffrey Stedfast | 2002-09-24 | 1 | -5/+22 |
* | fix non-ANSI switch statement. | Dan Winship | 2002-09-23 | 2 | -0/+2 |
* | Don't increment the response pointer when deciding what type of header | Jeffrey Stedfast | 2002-09-19 | 1 | -4/+8 |
* | Include MIME-VERSION and CONTENT-TYPE. | Jeffrey Stedfast | 2002-09-19 | 1 | -1/+1 |
* | If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496. | Not Zed | 2002-09-19 | 1 | -0/+10 |
* | Handle when the response is from a HEADER.FIELDS (if so, we don't want to | Jeffrey Stedfast | 2002-09-19 | 1 | -5/+18 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-15 | 1 | -1/+1 |
* | Do proper error checking and return -1 on fail. | Jeffrey Stedfast | 2002-09-11 | 2 | -12/+2 |
* | Clear the exception even if we failed to get the message (part) from the | Jeffrey Stedfast | 2002-09-11 | 1 | -0/+1 |
* | Fixes bug #4224 | Jeffrey Stedfast | 2002-09-10 | 4 | -14/+28 |
* | clear nonfatal stuff. | Not Zed | 2002-09-04 | 3 | -12/+26 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 7 | -385/+1078 |
* | Change the case sensitive search of subject to expect case insensitive | Not Zed | 2002-08-29 | 2 | -11/+22 |
* | fixes a crash on systems that dont have utf7 in iconv. | Not Zed | 2002-08-28 | 1 | -251/+15 |
* | oops, my deadlock fix wasn't quite right. this should work now | Jeffrey Stedfast | 2002-08-27 | 1 | -19/+19 |
* | If the response is NULL, just return. (now works the same way as | Jeffrey Stedfast | 2002-08-27 | 1 | -0/+3 |
* | removed a no-longer needed #define | Jeffrey Stedfast | 2002-08-27 | 1 | -3/+0 |
* | Lock the CamelService->priv->connect_lock instead of using our own | Jeffrey Stedfast | 2002-08-27 | 5 | -102/+85 |
* | If we fail to send the EHLO/HELO command successfully, set | Jeffrey Stedfast | 2002-08-24 | 1 | -3/+24 |
* | If current_folder is not NULL and the summary for that folder is dirty, | Jeffrey Stedfast | 2002-08-23 | 2 | -8/+32 |
* | Workaround for Courier imap's brokeness when LSUBing the INBOX folder when | Jeffrey Stedfast | 2002-08-23 | 2 | -11/+31 |
* | Override the default noop implementation. | Jeffrey Stedfast | 2002-08-21 | 1 | -1/+21 |
* | Don't let the minimum recursive depth be negative. (get_folders): Pass | Jeffrey Stedfast | 2002-08-21 | 1 | -6/+6 |
* | Set CAMEL_URL_NEED_PATH for the vFolder provider. | Jeffrey Stedfast | 2002-08-21 | 1 | -1/+1 |
* | Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't - | Jeffrey Stedfast | 2002-08-20 | 1 | -1/+1 |
* | Ugh, actually do what i just said i did, last patch was | Michael Zucci | 2002-08-16 | 1 | -1/+1 |
* | Fix the logic check for working out if we add inbox or not, we do it if we | Not Zed | 2002-08-16 | 1 | -2/+4 |
* | added a flags field, defined some flags, currently only used by imap. This | Not Zed | 2002-08-15 | 4 | -193/+277 |
* | New function, generate a UID that has better chances of being unique. | Peter Williams | 2002-08-10 | 1 | -6/+19 |
* | Tweak how we build the tree based on whether a full tree or a subtree is | Peter Williams | 2002-08-10 | 1 | -1/+21 |
* | When renaming our cache, add the "/folders" to the path. | Peter Williams | 2002-08-10 | 1 | -1/+4 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -3/+9 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -0/+3 |
* | Oops - outbuf pointed to alloca'd memory but we were g_free'ing it after | Jeffrey Stedfast | 2002-08-08 | 1 | -2/+1 |
* | Only add the stream to the gdatalist if it is non-NULL. | Jeffrey Stedfast | 2002-08-08 | 1 | -2/+3 |
* | If writing to the sendmail pipe fails, wait for the sendmail process to | Jeffrey Stedfast | 2002-08-06 | 1 | -12/+20 |
* | Add messageinfo to id table, and store array index in messageinfo too. | Not Zed | 2002-08-06 | 2 | -82/+58 |
* | If we are asking for the toplevel folders, use the IMAP store's namespace | Jeffrey Stedfast | 2002-08-06 | 2 | -35/+15 |
* | Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish a | Dan Winship | 2002-08-05 | 1 | -1/+2 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 2 | -55/+20 |
* | If the folder name contains the directory separator, reject it. | Peter Williams | 2002-08-03 | 1 | -1/+9 |
* | Clear the summary after building the 'removed uid' list. | Not Zed | 2002-08-02 | 1 | -1/+1 |
* | revert jeff's patch below, and do it slightly differently, and stop the | Not Zed | 2002-08-02 | 1 | -26/+37 |
* | camel: | Peter Williams | 2002-08-01 | 1 | -92/+171 |
* | Disable my fix to not cache headers as it means that each time we load the | Jeffrey Stedfast | 2002-08-01 | 1 | -6/+8 |
* | Use the same command-counter mojo that the append code uses in case the | Peter Williams | 2002-07-31 | 1 | -1/+2 |
* | If the path exists and is a directory, return non-NULL. Missed this before | Jeffrey Stedfast | 2002-07-27 | 4 | -10/+10 |
* | The flags'n'tags copy was unnecessary. Removed it. | Peter Williams | 2002-07-27 | 1 | -4/+0 |
* | Revert Jeff's previous change, it broke local folders. Uninitialized | Peter Williams | 2002-07-27 | 4 | -11/+13 |
* | ioops, this file too | Jeffrey Stedfast | 2002-07-26 | 1 | -3/+2 |
* | If we're gonna do an elite hack, lets do it right. | Jeffrey Stedfast | 2002-07-26 | 3 | -10/+9 |
* | Prototype. | Peter Williams | 2002-07-26 | 4 | -7/+42 |
* | Remove "possibly non-fatal" exception strings, all exceptions are fatal | Jeffrey Stedfast | 2002-07-26 | 2 | -36/+102 |
* | It would help to mark the UIDs as deleted before we try to expunge them | Peter Williams | 2002-07-26 | 1 | -6/+16 |
* | When writing the summary, use TRUNC flag, duh. Also, write to a temp file | Not Zed | 2002-07-24 | 1 | -0/+1 |
* | Sync before doing an expunge if we dont have uidplus. See #25766. | Not Zed | 2002-07-24 | 1 | -1/+16 |
* | Move folders to a subdirectory of storage_path, rather than in it. Bye bye | Not Zed | 2002-07-24 | 1 | -12/+23 |
* | Duplicated the very much hack in imap_store_refresh_folders() to avoid a | Not Zed | 2002-07-24 | 1 | -1/+4 |
* | Got rid of the stupid "tryagain" semantics, which didn't work. | Not Zed | 2002-07-17 | 1 | -31/+32 |
* | Clean up some improper usage of CamelExceptions (looking at | Peter Williams | 2002-07-17 | 3 | -10/+14 |
* | Make the standard AUTH format take priority over the AUTH= priority, since | Jeffrey Stedfast | 2002-07-17 | 2 | -18/+35 |
* | If we're not online and the message isn't in our cache, give up. | Peter Williams | 2002-07-16 | 1 | -1/+7 |
* | Get rid of the constant 'required' variable, just use the value when | Jeffrey Stedfast | 2002-07-16 | 1 | -3/+1 |
* | Changed the mbox and spool provider descriptions to try and be more clear. | Jeffrey Stedfast | 2002-07-16 | 1 | -2/+2 |
* | >= is not appropriate here because the sequences are 1-based; so seq = | Peter Williams | 2002-07-16 | 1 | -2/+3 |
* | Only assign a uid if indexing is enabled. This stops us always assigning a | Not Zed | 2002-07-15 | 1 | -1/+14 |
* | Handle multipart/encrypted parts too. | Jeffrey Stedfast | 2002-07-12 | 1 | -6/+10 |
* | Don't let any parts have a binary encoding. | Jeffrey Stedfast | 2002-07-12 | 1 | -1/+1 |
* | oops, apparently I didn't save? | Jeffrey Stedfast | 2002-07-12 | 1 | -0/+1 |
* | Fixes bug #27672 | Jeffrey Stedfast | 2002-07-12 | 1 | -5/+12 |
* | If we are fetching HEADERs, don't cache the stream - instead just create a | Jeffrey Stedfast | 2002-07-12 | 1 | -23/+34 |
* | Set the IS_SOURCE provider flag. | Jeffrey Stedfast | 2002-07-05 | 1 | -1/+2 |
* | Change all exceptions to report which POP server failed (and tried to make | Jeffrey Stedfast | 2002-07-05 | 1 | -21/+25 |
* | If we get an exception from the child sync, update the exception string so | Not Zed | 2002-07-03 | 1 | -1/+2 |
* | Remove the #include for camel-spoold-store.h | Jeffrey Stedfast | 2002-06-26 | 1 | -1/+0 |
* | Include <sys/time.h> for struct timeval. | Not Zed | 2002-06-26 | 18 | -2403/+888 |
* | Make sure we hold the command_lock before accessing current_folder. | Jeffrey Stedfast | 2002-06-20 | 2 | -2/+20 |
* | Don't bother trying to authenticate (and thus don't throw up an error | Jeffrey Stedfast | 2002-06-19 | 1 | -5/+6 |
* | Unlock the command_lock after each UID STORE command so that other | Jeffrey Stedfast | 2002-06-15 | 1 | -5/+10 |
* | Updated to use ctx->sign_protocol rather than ctx->protocol. | Jeffrey Stedfast | 2002-06-15 | 1 | -1/+1 |
* | Remove the CONF_DEFAULT_PATH entry, as this is handled by the url config | Not Zed | 2002-06-06 | 6 | -33/+469 |
* | setup/free the mech string. | Not Zed | 2002-06-03 | 2 | -1/+108 |
* | When the part is a multipart/signed, make sure to free the part_spec | Jeffrey Stedfast | 2002-06-01 | 1 | -13/+14 |
* | Free the path buffer when we're done with it. | Jeffrey Stedfast | 2002-06-01 | 2 | -2/+6 |
* | If we fail to read a literal, free the temporary string buffer. | Jeffrey Stedfast | 2002-06-01 | 1 | -6/+5 |
* | Revert my fix from the other day since camel_imap_command_response() | Jeffrey Stedfast | 2002-06-01 | 2 | -6/+9 |
* | Added a protocol field for users to use. | Not Zed | 2002-05-31 | 1 | -1/+1 |
* | On error, don't leak the GByteArray buffer. | Jeffrey Stedfast | 2002-05-31 | 1 | -0/+1 |
* | Free the response before checking for errors. I'm not sure this'll | Jeffrey Stedfast | 2002-05-31 | 1 | -4/+33 |
* | Only free the LOGOUT response if it is non-NULL. | Jeffrey Stedfast | 2002-05-30 | 1 | -1/+2 |
* | Implement. Run a summary check to update for any newly arrived messages. | Not Zed | 2002-05-29 | 2 | -1/+20 |
* | On connection failure, unref the tcp stream. | Jeffrey Stedfast | 2002-05-28 | 5 | -77/+207 |
* | Helps if we allocate enough space here. Also, start smoking the same | Jeffrey Stedfast | 2002-05-25 | 2 | -4/+12 |
* | Use the new readline function. | Jeffrey Stedfast | 2002-05-25 | 3 | -18/+34 |
* | Added some NULL protection fixes. | Jeffrey Stedfast | 2002-05-24 | 1 | -8/+21 |
* | Removed from the build. Glory glory hallelujah. | Jeffrey Stedfast | 2002-05-23 | 4 | -152/+445 |
* | Don't call some retarded function to simply set an exception. | Jeffrey Stedfast | 2002-05-22 | 3 | -4/+8 |
* | New function to parse a NAMESPACE response properly. | Jeffrey Stedfast | 2002-05-16 | 4 | -32/+283 |
* | If the part_spec is an empty string for a leaft part, use "1" since we | Jeffrey Stedfast | 2002-05-16 | 1 | -3/+1 |
* | removed. (imap_store_refresh_folders): Copy the folders first, then | Not Zed | 2002-05-15 | 1 | -9/+19 |
* | fixed a simple logic mistake | Jeffrey Stedfast | 2002-05-15 | 1 | -1/+4 |
* | Fixes bug #24136. | Jeffrey Stedfast | 2002-05-15 | 2 | -17/+94 |
* | Previous fix reverted. | Jeffrey Stedfast | 2002-05-15 | 1 | -6/+1 |
* | Previous fix reverted. (get_content): Handle the case where a multipart's | Jeffrey Stedfast | 2002-05-15 | 2 | -6/+10 |
* | Overload the setv/getv CamelObject virtual methods. (imap_setv): | Jeffrey Stedfast | 2002-05-14 | 2 | -1/+125 |
* | Add a "char **appended_uid" argument, for the caller to optionally pass in | Dan Winship | 2002-05-14 | 5 | -46/+89 |
* | Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lacking | Jeffrey Stedfast | 2002-05-11 | 1 | -1/+1 |
* | Replace copy_messages_to and move_messages_to with a single function that | Dan Winship | 2002-05-11 | 1 | -39/+43 |
* | Instead of testing for SERVICE_CONNECTED, we need to also handle | Not Zed | 2002-05-09 | 1 | -1/+1 |
* | camel_pop3_engine_iterate doesn't return the state, it returns -1 on fail, | Jeffrey Stedfast | 2002-05-08 | 1 | -7/+7 |
* | Check for LOGIN xxxx as well if debug is on, so we dont print passwords to | Not Zed | 2002-05-07 | 15 | -30/+90 |
* | If the pop3 command status is -1, then we probably have a TCP error (?) so | Jeffrey Stedfast | 2002-05-07 | 2 | -15/+22 |
* | Call camel_mime_message_encode_8bit_parts() which fixes bug #10885. | Jeffrey Stedfast | 2002-05-07 | 1 | -3/+1 |
* | We want to set unread_count to get_unread_message_count, not | Not Zed | 2002-04-29 | 1 | -2/+1 |
* | Don't link to libibex.a anymore. | Jeffrey Stedfast | 2002-04-27 | 3 | -4/+1 |
* | Don't put a space between the "RCPT TO:" and the "<recipient>" strings - | Jeffrey Stedfast | 2002-04-26 | 1 | -5/+3 |
* | Configure the default paths for mh, mbox, maildir, spools, etc. | Jeffrey Stedfast | 2002-04-25 | 1 | -15/+52 |
* | Free the LIST pop3 command. | Jeffrey Stedfast | 2002-04-20 | 1 | -2/+4 |
* | If we get a failure, make sure we set an exception. | Not Zed | 2002-04-18 | 1 | -2/+6 |
* | When doing a contains match, split the words and perform an and on it. | Not Zed | 2002-04-18 | 3 | -5/+38 |
* | Get rid of an unused variable. | Jeffrey Stedfast | 2002-04-17 | 1 | -6/+12 |
* | Added #include <sys/types.h> for dirent.h which needs it on MacOS X. | Jeffrey Stedfast | 2002-04-15 | 4 | -1/+8 |
* | fix the nntp provider makefile.am | Jeffrey Stedfast | 2002-04-14 | 1 | -18/+3 |
* | If the last message(s) were deleted, and we had any messages output, | Not Zed | 2002-04-11 | 2 | -1/+8 |
* | Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight where | Jeffrey Stedfast | 2002-04-11 | 1 | -1/+3 |
* | If (body-contains) is not passed any arguments, return empty/false. Fixes | Not Zed | 2002-04-05 | 1 | -1/+1 |
* | make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so you | Dan Winship | 2002-04-04 | 6 | -10/+0 |
* | Turn indexing back on, fingers crossed ... | Not Zed | 2002-04-03 | 1 | -1/+1 |
* | Put back in the exception setup stuff i disabled for debugging. | Not Zed | 2002-04-02 | 1 | -4/+3 |
* | Temporarily disable indexing. | Not Zed | 2002-04-02 | 5 | -13/+52 |
* | Use -avoid-version instead of -version-info 0:0:0, and specify -module. | Dan Winship | 2002-04-02 | 6 | -7/+6 |
* | Change the message arg to a CamelMimeMessage instead of a CamelMedium. | Dan Winship | 2002-03-29 | 2 | -136/+39 |
* | When we add a new name, up all of the cache limits, because we're probably | Not Zed | 2002-03-25 | 19 | -58/+120 |
* | Updated to use the same logic as the POP code. | Jeffrey Stedfast | 2002-03-19 | 1 | -8/+5 |
* | No longer takes a stls_supported argument since we no longer need it with | Jeffrey Stedfast | 2002-03-19 | 1 | -16/+9 |
* | Added a work-around for SMTP servers that can't read the RFCs and thus | Jeffrey Stedfast | 2002-03-14 | 1 | -1/+17 |
* | reverted my USER/PASS quoting fix | Jeffrey Stedfast | 2002-03-14 | 1 | -2/+2 |
* | Quote the USER and PASS arguments since some people have spaces in their | Jeffrey Stedfast | 2002-03-14 | 1 | -2/+2 |
* | oops, musta backspaced over a brace? | Jeffrey Stedfast | 2002-03-12 | 1 | -1/+1 |
* | These fixes should fix bug #21737. | Jeffrey Stedfast | 2002-03-12 | 2 | -17/+20 |
* | Rename the OpenSSL implementation of things to match the NSS | Dan Winship | 2002-03-11 | 2 | -54/+22 |
* | Remove this: it couldn't be generically used, because different subclasses | Dan Winship | 2002-03-11 | 2 | -47/+24 |
* | Don't call camel_remote_store_get_authtypes since we no longer subclass | Jeffrey Stedfast | 2002-03-09 | 6 | -50/+272 |
* | Fix to work with OpenSSL. | Jeffrey Stedfast | 2002-03-07 | 1 | -3/+5 |
* | Make this compile. | Dan Winship | 2002-03-07 | 1 | -1/+1 |
* | treat "" as "always" to maintain compatablity with old config settings | Jeffrey Stedfast | 2002-03-06 | 1 | -1/+2 |
* | Start the ssl stream off in non-ssl mode (useful for STARTTLS). | Jeffrey Stedfast | 2002-03-06 | 3 | -33/+157 |
* | Since the AUTH token sometimes uses '=' instead of whitespace, don't use | Jeffrey Stedfast | 2002-02-13 | 1 | -1/+2 |
* | Duh, when we grab the apop stamp it needs to include the <> as well, I | Not Zed | 2002-02-09 | 2 | -4/+4 |
* | The day number has to be 2 chars wide, space filled to work properly with | Not Zed | 2002-02-08 | 11 | -20/+500 |
* | Implementation of NTLM (aka "Secure Password Authentication") auth, taken | Dan Winship | 2002-02-08 | 1 | -1/+1 |
* | Use "pop" instead of "pop3" so current configurations continue to work. | Jeffrey Stedfast | 2002-01-31 | 1 | -1/+1 |
* | Changed name from "NT Login" to simply "Login". | Not Zed | 2002-01-30 | 10 | -666/+1608 |
* | Added more kludge to an existing Exchange IMAP 5.5 kludge to work around | Jeffrey Stedfast | 2002-01-30 | 1 | -1/+5 |
* | New function to decode an enhanced status code. (smtp_set_exception): Sets | Jeffrey Stedfast | 2002-01-29 | 1 | -95/+126 |
* | Use flags rather than a bunch of gboolean variables. (smtp_connect): Same. | Jeffrey Stedfast | 2002-01-29 | 2 | -71/+154 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 1 | -2/+2 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 4 | -41/+65 |
* | New function to decode an IMAP mailbox name from modified UTF-7 encoding | Jeffrey Stedfast | 2002-01-19 | 2 | -1/+266 |
* | Updated to match the new send_to API. (smtp_send): Get the from address | Jeffrey Stedfast | 2002-01-16 | 2 | -12/+18 |
* | Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT. | Jeffrey Stedfast | 2002-01-16 | 1 | -28/+41 |
* | Updated to use the new imap_uid_array_to_set() interface. | Jeffrey Stedfast | 2002-01-15 | 3 | -110/+171 |
* | Rewritten to use a cache for body searches when online. Will need some | Not Zed | 2002-01-14 | 3 | -111/+384 |
* | Kludge around a bug in Exchange 5.5 that reports 2 messages with the same | Jeffrey Stedfast | 2002-01-12 | 1 | -2/+24 |
* | If PATH_MAX doesn't exist, use _POSIX_PATH_MAX. | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+8 |
* | If mi is NULL, don't bother updating it. Should fix bug #17694. | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+5 |
* | Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting our | Jeffrey Stedfast | 2002-01-11 | 1 | -19/+36 |
* | If the mbox file is a symlink, follow the symlink and get the One True | Jeffrey Stedfast | 2002-01-10 | 1 | -2/+10 |
* | Change the prototype for camel_address_get_type to return a CamelType | Jeffrey Stedfast | 2001-12-21 | 2 | -52/+49 |
* | install in the right directory. (accidentally didn't commit these before) | Dan Winship | 2001-12-20 | 2 | -9/+4 |
* | only use major and minor version in the camel providerdir, not micro and nano | Dan Winship | 2001-12-18 | 5 | -21/+8 |
* | Reverted my previous changes here since it doesn't actually work afterall. | Jeffrey Stedfast | 2001-12-17 | 2 | -26/+26 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -1/+7 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -2/+4 |
* | Don't use regex matching. Fixes bug #16227. | Jeffrey Stedfast | 2001-12-01 | 5 | -76/+93 |
* | Completely new implementation of NNTP. | Not Zed | 2001-11-30 | 10 | -872/+1759 |
* | If the uid doesn't have a ',' in it, fail to crash. | Not Zed | 2001-11-28 | 3 | -14/+47 |
* | Check to see that errno is non-zero before returning g_strerror. If it's | Jeffrey Stedfast | 2001-11-27 | 1 | -1/+4 |
* | Abort if body == NULL. | Jeffrey Stedfast | 2001-11-17 | 1 | -1/+1 |
* | see the ChangeLog, I forget | Jeffrey Stedfast | 2001-11-17 | 1 | -4/+4 |
* | If we get a BYE response, call camel_service_disconnect() and set an | Jeffrey Stedfast | 2001-11-17 | 1 | -13/+20 |
* | If we get a user cancel and that causes us to fail to authenticate, abort | 9 | 2001-11-10 | 1 | -0/+3 |
* | Now takes a command-length argument so we can 1) avoid duping the command | Jeffrey Stedfast | 2001-11-09 | 4 | -28/+47 |
* | Same as below. | 1 | 2001-11-01 | 3 | -5/+4 |
* | Remove the X-Evolution header before anyone else gets to see this private | 0 | 2001-10-30 | 1 | -0/+2 |
* | If we can't retrieve the message, ignore it, it can't match. | 0 | 2001-10-30 | 2 | -10/+8 |
* | Dont try to move ibex if we have none. | 0 | 2001-10-30 | 1 | -4/+7 |
* | w(x) out some warnings. | 0 | 2001-10-30 | 1 | -1/+2 |
* | If we get an empty name, then mark that as NoSelect. Workaround fix for | 0 | 2001-10-30 | 1 | -2/+2 |
* | Set an X-Evolution-Source header on the returned message so replies come | Dan Winship | 2001-10-30 | 1 | -0/+9 |
* | Don't emit a folder_subscribed signal if we are in the process of renaming | Jeffrey Stedfast | 2001-10-30 | 3 | -60/+96 |
* | Don't free the hash table key if the folder wasn't found in the hash | Dan Winship | 2001-10-30 | 1 | -4/+5 |
* | Turn off w() -> warnings. | 9 | 2001-10-29 | 5 | -4/+114 |
* | Changed to call ibex_move to rename it internally. | 8 | 2001-10-28 | 1 | -9/+44 |
* | Use path not protocol as the path part of the uri of the folder_created | 8 | 2001-10-28 | 4 | -8/+60 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 12 | -140/+132 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 7 | -77/+77 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 57 | -57/+0 |
* | Finished implementation. | 7 | 2001-10-27 | 2 | -20/+31 |
* | Don't bother checking ex since we can rely on the response being NULL on | Jeffrey Stedfast | 2001-10-27 | 1 | -12/+61 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 57 | -114/+114 |
* | Check to make sure that the dataset is non-NULL before using and/or | Jeffrey Stedfast | 2001-10-27 | 1 | -19/+25 |
* | Lets try putting a camel_stream_reset() here. Logic being that the stream | Jeffrey Stedfast | 2001-10-27 | 1 | -0/+1 |
* | Don't let fi->name be NULL. | Dan Winship | 2001-10-25 | 1 | -0/+2 |
* | made d(x) x recompile again. | 3 | 2001-10-23 | 1 | -5/+5 |
* | No, use Storing, as the other code does :p (spool_summary_check): Check | 2 | 2001-10-23 | 1 | -3/+3 |
* | s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/. | Jon Trowbridge | 2001-10-23 | 1 | -3/+3 |
* | Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko | 8 | 2001-10-19 | 5 | -0/+5 |
* | Flush the stream here, not sure it really matters but it might (hopefully) | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+1 |
* | String cleanup for bug #6640. | Jeffrey Stedfast | 2001-10-19 | 1 | -2/+2 |
* | Fix my Cyrus imapd workaround...instead of checking to see if info->flags | Jeffrey Stedfast | 2001-10-19 | 1 | -5/+5 |
* | Use '.' as the inbox name for filter new messages test. | 7 | 2001-10-18 | 1 | -1/+1 |
* | Same as maildir and mbox append-message. | Jeffrey Stedfast | 2001-10-18 | 2 | -6/+14 |
* | Make sure the new description isn't the same as the old description | Jeffrey Stedfast | 2001-10-18 | 1 | -4/+8 |