| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -1/+1 |
* | moved the RECNET flag into the folder area (bit 17-30). | Not Zed | 2004-02-25 | 1 | -7/+4 |
* | ** See bug #44322 | Not Zed | 2003-06-17 | 1 | -6/+6 |
* | Added a note to the comment block for this function noting that uids MUST | Jeffrey Stedfast | 2003-05-15 | 1 | -3/+0 |
* | Disable debugging. | Ettore Perazzoli | 2003-05-14 | 1 | -1/+1 |
* | camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server | ÃÂ Timo SirainenÃÂ | 2003-03-25 | 1 | -2/+3 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 1 | -7/+7 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 1 | -2/+4 |
* | If the response from the IMAP server is "No", don't set the | Jeffrey Stedfast | 2002-10-10 | 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 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 1 | -2/+6 |
* | If the response is NULL, just return. (now works the same way as | Jeffrey Stedfast | 2002-08-27 | 1 | -0/+3 |
* | Lock the CamelService->priv->connect_lock instead of using our own | Jeffrey Stedfast | 2002-08-27 | 1 | -15/+16 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 1 | -39/+19 |
* | 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 | 1 | -3/+6 |
* | Use the new readline function. | Jeffrey Stedfast | 2002-05-25 | 1 | -6/+2 |
* | Removed from the build. Glory glory hallelujah. | Jeffrey Stedfast | 2002-05-23 | 1 | -18/+46 |
* | Check for LOGIN xxxx as well if debug is on, so we dont print passwords to | Not Zed | 2002-05-07 | 1 | -12/+21 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 1 | -3/+11 |
* | If we get a BYE response, call camel_service_disconnect() and set an | Jeffrey Stedfast | 2001-11-17 | 1 | -13/+20 |
* | Now takes a command-length argument so we can 1) avoid duping the command | Jeffrey Stedfast | 2001-11-09 | 1 | -3/+18 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Implement. | 9 | 2001-10-10 | 1 | -1/+1 |
* | Fix a leak. | Peter Williams | 2001-08-14 | 1 | -2/+8 |
* | Added an assert - at this point a backtrace would be more useful than a | Jeffrey Stedfast | 2001-08-11 | 1 | -0/+1 |
* | Return FALSE here, not NULL. | Jeffrey Stedfast | 2001-08-11 | 1 | -1/+1 |
* | A quoted string cannot contain \n's so check for those as well. | Jeffrey Stedfast | 2001-08-10 | 1 | -64/+64 |
* | Completely hide the namespace from everything external to the IMAP code, | Peter Williams | 2001-08-07 | 1 | -5/+17 |
* | Send an IMAP command, but don't wait for responses. | Dan Winship | 2001-07-27 | 1 | -112/+199 |
* | Clean up some exception misusage. | Peter Williams | 2001-07-18 | 1 | -5/+12 |
* | Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 to | Dan Winship | 2001-07-17 | 1 | -0/+7 |
* | Set the pipe fd's to nonblocking. | Jeffrey Stedfast | 2001-07-07 | 1 | -2/+2 |
* | Added an assert to make sure that `mi' isn't NULL. | Jeffrey Stedfast | 2001-07-06 | 1 | -2/+6 |
* | Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid a | Dan Winship | 2001-06-25 | 1 | -2/+2 |
* | Create a CamelDiscoDiary. (imap_disconnect_offline): And free it. | Dan Winship | 2001-05-30 | 1 | -6/+8 |
* | Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" into | Dan Winship | 2001-05-03 | 1 | -2/+2 |
* | Redo command locking. Since command_lock is recursive, we can just get a | Dan Winship | 2001-05-02 | 1 | -31/+65 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -1/+2 |
* | keep a reference on the store's current_folder. | Dan Winship | 2001-03-27 | 1 | -1/+5 |
* | Don't look at untagged responses other than "* BYE"... | Dan Winship | 2001-03-23 | 1 | -52/+68 |
* | Function to check if the store is online and set an exception if not. | Dan Winship | 2001-03-21 | 1 | -1/+1 |
* | Include the terminating NUL in the calculated string length. This hit | Not Zed | 2001-01-29 | 1 | -1/+1 |
* | Chganged len back to be unsigned. And do a simple range check on the | Not Zed | 2001-01-16 | 1 | -0/+9 |
* | New function to check for added/deleted messages when re-selecting a | Dan Winship | 2001-01-12 | 1 | -0/+1 |
* | New header to prevent recursive #include problems | Dan Winship | 2001-01-11 | 1 | -0/+1 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -0/+5 |
* | Change the semantics of fmt: Now %S (capital S) means an IMAP "string", | Dan Winship | 2000-12-19 | 1 | -4/+119 |
* | Fix some off-by-one-ness. | Dan Winship | 2000-11-30 | 1 | -3/+3 |
* | Make this gratuitously more complicated. No wait, I mean, fix bugs. Now | Dan Winship | 2000-11-28 | 1 | -48/+89 |
* | Fixed to return the correct bytecount in all cases which is the real fix | Jeffrey Stedfast | 2000-11-21 | 1 | -3/+3 |
* | Use the byte-read count to decrement the number of bytes left to read | Jeffrey Stedfast | 2000-11-17 | 1 | -5/+5 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 1 | -6/+2 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -7/+7 |
* | Fix a "how could this have been working before" memory overrun bug found | Dan Winship | 2000-10-24 | 1 | -0/+3 |
* | 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 | 1 | -1/+10 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 1 | -15/+21 |
* | 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 | 1 | -0/+391 |