2004-03-29 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new): Implemented. * providers/imap4/camel-imap4-engine.c (engine_parse_namespace): If the namespace begins with "INBOX", canonicalise the INBOX portion (ie, make it all caps). * providers/imap4/camel-imap4-store.c (imap4_noop): Implemented. svn path=/trunk/; revision=25237
17 lines
262 B
Makefile
17 lines
262 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
if ENABLE_NNTP
|
|
NNTP_DIR=nntp
|
|
endif
|
|
|
|
if ENABLE_IMAPP
|
|
IMAPP_DIR=imapp
|
|
endif
|
|
|
|
if ENABLE_IMAP4
|
|
IMAP4_DIR=imap4
|
|
endif
|
|
|
|
SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR) $(IMAP4_DIR) groupwise
|
|
|