diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-14 13:10:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-14 13:10:53 +0800 |
commit | a18691c17e9d49d75775d32a4d25dab9147b2ead (patch) | |
tree | 585cdba8a2b8d9344b01c6c9b4aaded6a6e2e398 /ChangeLog | |
parent | 73358f50a1915292dea968fcb9101438f38b7243 (diff) | |
download | gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.gz gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.bz2 gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.lz gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.xz gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.zst gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.zip |
IMAP will now allow you to login, and on some IMAP providers it will actually allow you to get mail - however there are some things that might need to be rewritten in Camel to allow all IMAP providers to work
right now, it wants to open /INBOX which isn't always the same as INBOX
Camel won't seem to allow me to just have it open "INBOX" if I specify '/' as the separator
*sigh*
svn path=/trunk/; revision=3557
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-06-13 Jeffrey Stedfast <fejj@helixcode.com> + + * configure.in: Added IMAP into the build + 2000-06-13 Ettore Perazzoli <ettore@helixcode.com> * notes/Makefile.am (SHELL_OBJS): Removed. |