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 /camel/providers/Makefile.am | |
parent | 73358f50a1915292dea968fcb9101438f38b7243 (diff) | |
download | gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.gz 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 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index 964104adba..dec31c0cb9 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = mbox pop3 sendmail smtp vee +SUBDIRS = mbox pop3 sendmail smtp vee imap # these ones are disabled for the moment. # MH maildir nntp smtp |