| Commit message (Expand) | Author | Age | Files | Lines |
* | removed a g_warning for debugging | Jeffrey Stedfast | 2001-03-30 | 1 | -2/+0 |
* | Don't blindly append "/INBOX", construct a CamelURL and set the path that | Jeffrey Stedfast | 2001-03-30 | 1 | -7/+34 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 2 | -0/+4 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 35 | -51/+125 |
* | change "gboolean show_passwd" to "guint32 flags". | Dan Winship | 2001-03-30 | 1 | -14/+8 |
* | If we aren't going to even check the resp/free buffer that gets returned | Jeffrey Stedfast | 2001-03-28 | 1 | -4/+3 |
* | add an argument to say whether or not you want "PLAIN" in the list (so you | Dan Winship | 2001-03-27 | 4 | -4/+4 |
* | Add an "extra_conf" field to CamelProvider with structures and defines and | Dan Winship | 2001-03-27 | 11 | -159/+140 |
* | Rewrite to use imap_store->namespace, not service->url->path | Dan Winship | 2001-03-27 | 1 | -8/+12 |
* | Use camel_vtrash_folder_new() to create the vtrash folder now. | Jeffrey Stedfast | 2001-03-27 | 1 | -50/+67 |
* | keep a reference on the store's current_folder. | Dan Winship | 2001-03-27 | 2 | -2/+11 |
* | Don't look at untagged responses other than "* BYE"... | Dan Winship | 2001-03-23 | 4 | -85/+116 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 8 | -187/+148 |
* | Function to check if the store is online and set an exception if not. | Dan Winship | 2001-03-21 | 8 | -190/+402 |
* | Set the errbuf to NULL after freeing it? I don't think this should fix bug | Jeffrey Stedfast | 2001-03-19 | 1 | -0/+1 |
* | Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check the | Not Zed | 2001-03-17 | 1 | -0/+3 |
* | Print info about the issuer of the certificate. | Jeffrey Stedfast | 2001-03-17 | 1 | -3/+5 |
* | Added #include <config.h> | Kjartan Maraas | 2001-03-17 | 1 | -0/+4 |
* | translate NIL to "" in fetch body part response | Dan Winship | 2001-03-16 | 1 | -1/+3 |
* | First batch of disconnected IMAP-related stuff. This adds local | Dan Winship | 2001-03-16 | 12 | -268/+739 |
* | Uninclude prnetdb.h since it's not needed here. | Jeffrey Stedfast | 2001-03-16 | 3 | -5/+3 |
* | Update for using CamelTcpStreams and also for using SSL. | Jeffrey Stedfast | 2001-03-15 | 1 | -19/+47 |
* | defined "ssmtp" | Jeffrey Stedfast | 2001-03-15 | 4 | -10/+42 |
* | also change the protocol name in the providers | Jeffrey Stedfast | 2001-03-15 | 2 | -2/+2 |
* | Check for "simap" instead of "imaps". | Jeffrey Stedfast | 2001-03-15 | 4 | -5/+5 |
* | Check to see if we are using "pops" and then set the appropriate SSL | Jeffrey Stedfast | 2001-03-15 | 3 | -3/+44 |
* | So it turns out that NSS_Init *isn't* idempotent, so we have to protect | Jeffrey Stedfast | 2001-03-15 | 1 | -5/+36 |
* | Eek! So the service's URL isn't set until after this is initialized. This | Jeffrey Stedfast | 2001-03-15 | 1 | -13/+12 |
* | Numerous fixes to get it to build correctly with NSS enabled. | Jeffrey Stedfast | 2001-03-15 | 3 | -5/+16 |
* | When trying again after a failed password attempt, check if the connection | Dan Winship | 2001-03-14 | 1 | -0/+8 |
* | More fixing for exim: It can't deal with "-tif", you need to say "-t -i | Dan Winship | 2001-03-14 | 1 | -10/+11 |
* | Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (And | Dan Winship | 2001-03-10 | 1 | -2/+2 |
* | Implement. (get_trash): Implement. (camel_pop3_store_class_init): Override | Jeffrey Stedfast | 2001-03-08 | 1 | -0/+19 |
* | Remove some unused stuff | Dan Winship | 2001-03-07 | 3 | -71/+0 |
* | i18n'd some strings in here. | Jeffrey Stedfast | 2001-03-06 | 2 | -9/+59 |
* | Doh! Set the CAMEL_URL_ALLOW_AUTH flag. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+1 |
* | Updated with the extended AUTH return codes. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+14 |
* | oops, the return code is 235 on success, not 234 | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+1 |
* | Don't forget to unref the SASL object. | Jeffrey Stedfast | 2001-03-03 | 3 | -52/+189 |
* | Use "-f" to set the envelope from address so bounces go to the right | Dan Winship | 2001-03-02 | 1 | -10/+34 |
* | Add an "authtypes" hash table to CamelImapStore recording the supported | Dan Winship | 2001-03-02 | 5 | -286/+134 |
* | Added camel-sasl*.[c,h] to the build. | Jeffrey Stedfast | 2001-03-01 | 1 | -25/+1 |
* | Group messages into sets with the same flags and use the IMAP message set | Dan Winship | 2001-02-27 | 1 | -33/+144 |
* | Add some internal progress reporting. (imap_rescan): Do some progress | Not Zed | 2001-02-23 | 1 | -1/+18 |
* | #define this as the set of all IMAP system flags | Dan Winship | 2001-02-22 | 2 | -1/+8 |
* | Removed all files. | Not Zed | 2001-02-22 | 8 | -1312/+2 |
* | Removed, not used. (camel_vee_folder_new): Removed call to build_folder. | Not Zed | 2001-02-22 | 1 | -47/+5 |
* | Fixes for IMAP4-pre-rev1 from Torsten Schulz. | Dan Winship | 2001-02-22 | 1 | -2/+8 |
* | Added flags argument. (message_changed): Add support for the auto-update | Not Zed | 2001-02-20 | 6 | -120/+482 |
* | Emit the folder_created signal here. | Jeffrey Stedfast | 2001-02-16 | 4 | -3/+79 |
* | IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead in | Dan Winship | 2001-02-16 | 1 | -3/+8 |
* | (create_folder): Oops, and fix bug involving namespaces | Dan Winship | 2001-02-15 | 1 | -4/+3 |
* | New method to create a folder when you don't know its full name. | Dan Winship | 2001-02-15 | 1 | -8/+39 |
* | mbox, mh, and maildir camel-url's need absolute paths. | Jeffrey Stedfast | 2001-02-13 | 1 | -3/+3 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 8 | -134/+58 |
* | Changed to push the operation into a status stack. | Not Zed | 2001-02-08 | 4 | -14/+77 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 5 | -93/+104 |
* | Include the terminating NUL in the calculated string length. This hit | Not Zed | 2001-01-29 | 1 | -1/+1 |
* | Changed the subject search to handle case sensitive when it is mixed case. | Not Zed | 2001-01-25 | 1 | -2/+2 |
* | Add a lock around the delayed loading, so two threads won't try to do it | Dan Winship | 2001-01-24 | 3 | -2/+40 |
* | Set the CamelFolder::name to just the base part of the vfolder name (the | Dan Winship | 2001-01-23 | 1 | -2/+2 |
* | Removed some debug 'warnings', as they should now be displayed at the | Not Zed | 2001-01-23 | 2 | -14/+17 |
* | Change the callbacks in this file to match the callback function types. | Christopher James Lahey | 2001-01-23 | 1 | -1/+1 |
* | Added profiling temp files. | Not Zed | 2001-01-22 | 8 | -0/+32 |
* | (subscribe_folder): add a missing UNLOCK | Dan Winship | 2001-01-20 | 1 | -0/+1 |
* | If LISTing a subscribed folder doesn't return a LIST response, just ignore | Dan Winship | 2001-01-20 | 1 | -3/+6 |
* | Mark strings for translation. | Kjartan Maraas | 2001-01-19 | 1 | -2/+2 |
* | More tweaking... skip separator characters after the namespace character. | Dan Winship | 2001-01-19 | 1 | -1/+1 |
* | Oops. Somewhere in one of the reorgs, the code to add new messages to the | Dan Winship | 2001-01-19 | 1 | -1/+2 |
* | Add some g_warnings() to help debug later if I ever get the segfaults I | Jeffrey Stedfast | 2001-01-18 | 1 | -1/+5 |
* | New smtp error-code to string mapping function. (smtp_connect): Use the | Jeffrey Stedfast | 2001-01-18 | 1 | -10/+90 |
* | Delayed loading of IMAP message parts. | Dan Winship | 2001-01-17 | 7 | -157/+884 |
* | set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR) | Chris Toshok | 2001-01-17 | 1 | -1/+5 |
* | Don't check errno as it's not being set. Fixes bug #1150. | Jeffrey Stedfast | 2001-01-17 | 1 | -2/+1 |
* | Ugh, this design is ugly like my butt. | Jeffrey Stedfast | 2001-01-16 | 1 | -1/+1 |
* | Chganged len back to be unsigned. And do a simple range check on the | Not Zed | 2001-01-16 | 3 | -4/+39 |
* | Lock around the imap_rescan, which needs it. | Peter Williams | 2001-01-16 | 1 | -0/+2 |
* | (imap_copy_message_to): Fix this up: sync flags to the server | Dan Winship | 2001-01-12 | 1 | -33/+50 |
* | Fix a bug in previous commit: don't check for deleted messages if there | Dan Winship | 2001-01-12 | 1 | -30/+33 |
* | New function to check for added/deleted messages when re-selecting a | Dan Winship | 2001-01-12 | 3 | -4/+83 |
* | Changed the descriptions for mh, mbox, and maildir to be more | Jeffrey Stedfast | 2001-01-11 | 1 | -3/+3 |
* | New header to prevent recursive #include problems | Dan Winship | 2001-01-11 | 1 | -0/+39 |
* | New header to prevent recursive #include problems | Dan Winship | 2001-01-11 | 8 | -9/+14 |
* | New class function, parallel to camel_folder_sync. (The default | Dan Winship | 2001-01-11 | 1 | -0/+18 |
* | Mostly IMAP changes. Use the NAMESPACE extension (where | Dan Winship | 2001-01-10 | 3 | -153/+262 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 4 | -65/+15 |
* | Dont try and unref a messageinfo that wasn't there, and use the right free | Not Zed | 2001-01-06 | 1 | -6/+27 |
* | oops. commit-o | Dan Winship | 2001-01-05 | 1 | -509/+0 |
* | Fix two problems in figuring out server-expunged messages. | Dan Winship | 2001-01-05 | 1 | -2/+1 |
* | Fix two problems in figuring out server-expunged messages. | Dan Winship | 2001-01-05 | 1 | -0/+509 |
* | Initialize the exists variable so that we don't do random things if the | Christopher James Lahey | 2001-01-04 | 1 | -1/+1 |
* | Finishing the removal of these directories. | Chris Lahey | 2001-01-03 | 2 | -2/+0 |
* | Removed these directories since they're unused. | Christopher James Lahey | 2001-01-03 | 25 | -4611/+0 |
* | fix off-by-one | Dan Winship | 2001-01-03 | 1 | -1/+1 |
* | IMAP randomness. | Dan Winship | 2001-01-03 | 7 | -404/+102 |
* | Fix the APOP check to not crash on servers that don't return any | Dan Winship | 2000-12-28 | 1 | -7/+9 |
* | (camel_imap_folder_changed): Make sure we unref the summary lookup. | Michael Zucci | 2000-12-24 | 1 | -0/+1 |
* | clean up a stubborn and hard to remove imap_folder->summary. | Michael Zucci | 2000-12-24 | 2 | -5/+4 |
* | Minor compilation fixes. | Michael Zucci | 2000-12-24 | 2 | -14/+6 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 25 | -923/+746 |
* | When getting the top-level folder list, include INBOX even if it's not | Dan Winship | 2000-12-23 | 1 | -12/+19 |
* | New CamelFolderSearch subclass that just reimplements body_contains (using | Dan Winship | 2000-12-22 | 7 | -441/+211 |
* | Oops. Don't do "FETCH 1:0" when the folder is empty. | Dan Winship | 2000-12-20 | 1 | -31/+40 |
* | Add "guint32 server_flags" to CamelImapMessageInfo to keep track of the | Dan Winship | 2000-12-20 | 3 | -62/+89 |
* | Change the semantics of fmt: Now %S (capital S) means an IMAP "string", | Dan Winship | 2000-12-19 | 5 | -21/+175 |
* | change a bunch of IS_CAMEL_* macros to CAMEL_IS_* | Dan Winship | 2000-12-14 | 31 | -31/+31 |
* | add #include <sys/types.h> for freebsd. | Chris Toshok | 2000-12-14 | 1 | -0/+1 |
* | Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototype | Christopher James Lahey | 2000-12-13 | 3 | -2/+6 |
* | Remove use of linewrap filter. Headers are now wrapped. encode_8bit | Michael Zucci | 2000-12-11 | 1 | -12/+3 |
* | Hrm, we actually want to call set_header, not add_header here, probably | Not Zed | 2000-12-11 | 1 | -4/+34 |
* | We want to bitwise-or the server and cached flags here so that we keep the | Jeffrey Stedfast | 2000-12-07 | 1 | -2/+6 |
* | If the data wrapper fails to be written to the stream, unref it and the | Jeffrey Stedfast | 2000-12-06 | 1 | -0/+5 |
* | (imap_refresh_info): Fix a really really really dumb bug. | Dan Winship | 2000-12-06 | 1 | -1/+1 |
* | use BODY.PEEK[] rather than RFC822, so the message doesn't get marked as | Dan Winship | 2000-12-06 | 1 | -2/+2 |
* | Fix the check for "flags aren't actually changing". | Dan Winship | 2000-12-06 | 3 | -7/+22 |
* | stream_flush does make sense for a substream afterall (if you have a | Not Zed | 2000-12-05 | 1 | -1/+0 |
* | i18n-ize exception strings. (get_name): And here. (_send_to): Here too. | Jeffrey Stedfast | 2000-12-05 | 1 | -49/+37 |
* | Don't g_return_if_fail if the service is already disconnected. Just | Dan Winship | 2000-12-02 | 1 | -2/+4 |
* | Fix a possible bug where 'name' could be uninitialized. | Jeffrey Stedfast | 2000-12-01 | 1 | -1/+1 |
* | Handle the case where the summary failed to load - clear the summary and | Jeffrey Stedfast | 2000-12-01 | 1 | -2/+6 |
* | Remove assertion that content is there, when it no longer can be. | Not Zed | 2000-11-30 | 14 | -101/+298 |
* | Fix some off-by-one-ness. | Dan Winship | 2000-11-30 | 1 | -3/+3 |
* | Builddir != srcdir loving. | Ettore Perazzoli | 2000-11-29 | 1 | -1/+1 |
* | Add a missed unref. | Not Zed | 2000-11-29 | 6 | -8/+46 |
* | Don't try to free things if they haven't been set yet. | Dan Winship | 2000-11-29 | 1 | -2/+4 |
* | send NULL so we don't have to clear the exception | Jeffrey Stedfast | 2000-11-29 | 1 | -2/+1 |
* | Clear the exception if EHLO fails before trying HELO in the cases where | Jeffrey Stedfast | 2000-11-29 | 1 | -0/+2 |
* | Set the info size's properly, oops! | Not Zed | 2000-11-28 | 9 | -51/+191 |
* | add scan = scan->next; to avoid infinite loop | Radek Doulik | 2000-11-28 | 1 | -0/+1 |
* | Make this gratuitously more complicated. No wait, I mean, fix bugs. Now | Dan Winship | 2000-11-28 | 1 | -48/+89 |
* | Remove "complete" field | JP Rosevear | 2000-11-28 | 1 | -0/+7 |
* | Removed mh, mbox, added local, to the default. | Not Zed | 2000-11-27 | 1 | -2/+5 |
* | Shite, -1 on error, >=0 on success. So i've just been truncating all the | Not Zed | 2000-11-21 | 3 | -30/+221 |
* | Fixed to return the correct bytecount in all cases which is the real fix | Jeffrey Stedfast | 2000-11-21 | 2 | -6/+3 |
* | Fixes for the summary messageid changes. Hash the messageid and store it. | Not Zed | 2000-11-21 | 8 | -343/+567 |
* | lso make sure not to go past the end of the buffer ;-) | Jeffrey Stedfast | 2000-11-17 | 1 | -1/+1 |
* | When extracting a literal string, capture up until the end of the last | Jeffrey Stedfast | 2000-11-17 | 1 | -0/+4 |
* | Use the byte-read count to decrement the number of bytes left to read | Jeffrey Stedfast | 2000-11-17 | 1 | -5/+5 |
* | We should always terminate the string. No need to check outptr is in | Not Zed | 2000-11-17 | 2 | -7/+4 |
* | Check the uid string is all digits before trying to write a 'standard' | Not Zed | 2000-11-16 | 9 | -230/+307 |
* | New file - utility functions for locking using different strategies and/or | Not Zed | 2000-11-16 | 1 | -4/+1 |
* | Removed local again, not quite ready. | Not Zed | 2000-11-15 | 1 | -1/+1 |
* | Maildir lives. | Michael Zucci | 2000-11-15 | 13 | -17/+1005 |
* | Initial cut for local provider, to handle mh/mailbox/maildir at | Michael Zucci | 2000-11-15 | 22 | -0/+4165 |
* | put a space before a single-digit day of the month since it seems some | Dan Winship | 2000-11-11 | 1 | -1/+1 |
* | Fix error handling. (Only send a "*" to bail out of authentication if the | Dan Winship | 2000-11-10 | 1 | -9/+13 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -8/+4 |
* | Two segfault fixes | Peter Williams | 2000-11-07 | 1 | -1/+1 |
* | Set the preface/postface from the parser into the multipart object. | Not Zed | 2000-11-04 | 1 | -16/+5 |
* | Unbreak this. | Dan Winship | 2000-11-04 | 1 | -2/+2 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 14 | -26/+21 |
* | Quote foldernames when sending to the IMAP server because the folder name | Jeffrey Stedfast | 2000-11-02 | 1 | -1/+1 |
* | Merged in camel-incremental-branch. | Not Zed | 2000-11-02 | 8 | -29/+66 |
* | Remove old subbed folders from hash table after freeing them. | Dan Winship | 2000-11-02 | 1 | -3/+11 |
* | Deal correctly with namespace == "" | Dan Winship | 2000-11-02 | 1 | -1/+1 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 4 | -22/+26 |
* | Camel IMAP authentication includes (forgotten in last commit) | Dan Winship | 2000-10-31 | 1 | -0/+39 |
* | New file with code for IMAP authentication mechanisms. (Currently just | Dan Winship | 2000-10-31 | 4 | -84/+357 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 7 | -274/+297 |
* | Remove md5-utils.h include since it's not part of Camel any more. | Dan Winship | 2000-10-30 | 3 | -4/+7 |
* | build md5-utils | 7 | 2000-10-28 | 2 | -2/+8 |
* | Fix folder listing code infinite loop. | Dan Winship | 2000-10-26 | 1 | -1/+1 |
* | Add a "parent" field to CamelFolderInfo. | Dan Winship | 2000-10-25 | 2 | -16/+21 |
* | add subscribed_folders. | Chris Toshok | 2000-10-25 | 2 | -4/+97 |
* | Fill in the message_count and unread_message_count flags (if !fast). | Dan Winship | 2000-10-25 | 1 | -5/+34 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 23 | -173/+155 |
* | add camel-nntp-types.h. | Chris Toshok | 2000-10-24 | 1 | -1/+2 |
* | Fix a "how could this have been working before" memory overrun bug found | Dan Winship | 2000-10-24 | 1 | -0/+3 |
* | re-enable the nntp provider. | Chris Toshok | 2000-10-21 | 1 | -1/+1 |
* | add function to build a tree from the nntp group names (using '.' as a | Chris Toshok | 2000-10-21 | 1 | -41/+138 |
* | Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) as | Dan Winship | 2000-10-20 | 1 | -1/+1 |
* | Emit message_changed and folder_changed as appropriate. | Dan Winship | 2000-10-20 | 1 | -2/+20 |
* | Update comment here so refresh_info isn't just for reconnects any more. | Dan Winship | 2000-10-20 | 3 | -56/+42 |
* | Build fixes from Jacob, same as the other branch. | Ettore Perazzoli | 2000-10-20 | 1 | -0/+1 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 12 | -90/+99 |
* | (camel_imap_folder_new): Move the summary creation to after the | Dan Winship | 2000-10-18 | 1 | -9/+9 |
* | Remove cached info at the end of the summary when the folder shrinks | Dan Winship | 2000-10-18 | 2 | -9/+14 |
* | Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) or | Jeffrey Stedfast | 2000-10-17 | 1 | -1/+1 |
* | Don't free 'resp' as it doesn't point to the beginning of the allocated | Jeffrey Stedfast | 2000-10-17 | 1 | -10/+11 |
* | Only send the LOGOUT command if the store is connected. (imap_connect): | Jeffrey Stedfast | 2000-10-17 | 3 | -10/+28 |
* | Deal with the possibility of not getting a LIST response back for the top | Dan Winship | 2000-10-17 | 1 | -12/+14 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 8 | -517/+541 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 1 | -8/+8 |
* | remove the leading '/'. (nntp_store_subscribe_folder): same. | Chris Toshok | 2000-10-12 | 1 | -3/+3 |
* | Quote the mailbox name as it may contain spaces. (imap_copy_message_to): | Jeffrey Stedfast | 2000-10-12 | 1 | -2/+2 |
* | fill in message_count and unread_message_count properly. | Chris Toshok | 2000-10-11 | 4 | -30/+54 |
* | Check before deferencing the sep pointer. | Joe Shaw | 2000-10-11 | 1 | -1/+2 |
* | write out the newsrc. (nntp_store_get_name): if @brief, just return host. | Chris Toshok | 2000-10-10 | 2 | -57/+86 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-07 | 1 | -0/+2 |
* | new file. | Chris Toshok | 2000-10-07 | 3 | -0/+301 |
* | Don't compile the NNTP provider as it currently doesn't build because | Ettore Perazzoli | 2000-10-07 | 1 | -1/+1 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-06 | 8 | -24/+199 |
* | revert to old method (only use XOVER if OVER is supported.) | Chris Toshok | 2000-10-05 | 2 | -14/+24 |
* | return a gboolean so we can tell if this command worked. we can't key off | Chris Toshok | 2000-10-05 | 1 | -8/+9 |
* | Fix a case where a variable was free'd and then possibly used in an error | Dan Winship | 2000-10-05 | 1 | -1/+2 |
* | news: -> nntp:. | Chris Toshok | 2000-10-05 | 1 | -23/+2 |
* | use "nntp:" instead of "news:" since "news:" urls aren't supposed to have | Chris Toshok | 2000-10-05 | 1 | -2/+7 |
* | borrow some code from the imap provider to query the user for their | Chris Toshok | 2000-10-05 | 2 | -30/+109 |
* | IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it. | Dan Winship | 2000-10-05 | 1 | -19/+28 |
* | Quote the mailbox name when sending a SELECT request otherwise mailboxes | Jeffrey Stedfast | 2000-10-04 | 1 | -1/+1 |
* | New file containing camel_imap_command and friends. Major | Dan Winship | 2000-10-04 | 8 | -1194/+713 |
* | New convenience function to determine if there are any 8bit mime parts in | Jeffrey Stedfast | 2000-10-03 | 1 | -11/+28 |
* | Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text): | Jeffrey Stedfast | 2000-10-03 | 1 | -53/+16 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 12 | -11/+9 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 13 | -236/+252 |
* | More updating... still not usable, or even compilable | Dan Winship | 2000-10-03 | 4 | -46/+266 |
* | another mem leak fix | Jeffrey Stedfast | 2000-09-29 | 1 | -0/+5 |
* | Fixed some memory leaks. (camel_smtp_transport_init): Initialize | Jeffrey Stedfast | 2000-09-29 | 2 | -59/+44 |
* | Don't send the recipient data through smtp_get_email_addr_from_text - this | Jeffrey Stedfast | 2000-09-29 | 1 | -15/+14 |
* | When getting a literal string response, don't include the \r\n after the | Jeffrey Stedfast | 2000-09-29 | 3 | -1/+10 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 2 | -181/+195 |
* | Return untagged data in a GPtrArray rather than a string, since it saves | Dan Winship | 2000-09-28 | 4 | -142/+191 |
* | Quote the folder name as it may contain spaces. | Jeffrey Stedfast | 2000-09-27 | 1 | -22/+21 |
* | Again...wrap the folder names in quotes | Jeffrey Stedfast | 2000-09-23 | 3 | -8/+9 |
* | The root folder's name is "", not the namespace. (camel_imap_folder_new): | Dan Winship | 2000-09-23 | 3 | -11/+7 |
* | New function to convert Camel flags to an IMAP flag_list. | Dan Winship | 2000-09-22 | 4 | -223/+135 |
* | INBOX is case-insensitive. (get_root_folder_name): Make the root folder "" | Dan Winship | 2000-09-22 | 3 | -263/+110 |
* | Use the linewrap filter to achieve full RFC0821 compliance. | Jeffrey Stedfast | 2000-09-20 | 1 | -128/+133 |
* | Fix the case where INBOX isn't returned in the folder listing. | Dan Winship | 2000-09-20 | 1 | -1/+6 |
* | Removed (camel_folder_init, camel_folder_construct): New object init | Dan Winship | 2000-09-20 | 18 | -322/+275 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 2 | -2/+2 |
* | Don't use dir_sep as top-level directory, use "/". | Jeffrey Stedfast | 2000-09-15 | 2 | -8/+5 |
* | Don't look at the response of the command. camel_imap_command_extended() | Dan Winship | 2000-09-15 | 1 | -80/+2 |
* | Rewrote to take a third argument (gboolean *selectable) so that we can | Jeffrey Stedfast | 2000-09-14 | 2 | -21/+95 |
* | fixes to make this beast distcheck | Peter Teichman | 2000-09-13 | 1 | -0/+1 |
* | Fixed a warning. | Christopher James Lahey | 2000-09-09 | 2 | -0/+2 |
* | *** empty log message *** | Dan Winship | 2000-09-08 | 1 | -0/+7 |
* | Make KPOP work again. | Dan Winship | 2000-09-08 | 1 | -1/+2 |
* | care about response code. (get_HEAD_headers): same. | Chris Toshok | 2000-09-06 | 9 | -97/+263 |
* | Update for CamelObject and some other changes | Dan Winship | 2000-09-06 | 5 | -90/+69 |
* | Cache provider, for caching a remote store locally. This is not done yet. | Dan Winship | 2000-09-06 | 9 | -0/+1471 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 7 | -241/+168 |
* | Removed some unused functions. | Christopher James Lahey | 2000-09-02 | 1 | -45/+0 |
* | remove get_folder_name. (nntp_store_get_folder_name): remove. | Chris Toshok | 2000-09-01 | 1 | -8/+0 |
* | use camel_remote_store_recv_line. | Chris Toshok | 2000-09-01 | 5 | -219/+100 |
* | make this a bit more robust. try to create an empty .newsrc file for the | Chris Toshok | 2000-09-01 | 4 | -37/+266 |
* | Reimplemented. It should now work correctly for most possible VFolder | Jeffrey Stedfast | 2000-09-01 | 1 | -175/+327 |
* | Don't save any exceptions caused by camel_imap_folder_changed | Jeffrey Stedfast | 2000-08-31 | 2 | -10/+40 |
* | Rewrote to ignore strings that look like server responses until it is sure | Jeffrey Stedfast | 2000-08-31 | 2 | -12/+63 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 4 | -133/+433 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 1 | -17/+20 |
* | General cleanup / moving stuff around to make things easier to follow. | Jeffrey Stedfast | 2000-08-31 | 1 | -41/+56 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 3 | -123/+145 |
* | Removed old code that will never be needed again | Jeffrey Stedfast | 2000-08-30 | 2 | -212/+90 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 10 | -867/+492 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 4 | -21/+72 |
* | Fixed the hack around quoted string responses - should now handle them | Jeffrey Stedfast | 2000-08-29 | 2 | -165/+158 |
* | Free()ing memory allocated through alloca() is Not A Good Thing. | Ettore Perazzoli | 2000-08-28 | 1 | -1/+0 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 8 | -0/+9 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 1 | -2/+2 |