aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imapp/camel-imapp-folder.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the code that creates a new ssl stream to pass the correct argumentsJeffrey Stedfast2003-09-221-1/+2
| | | | | | | | | | | | | | | | | | 2003-09-22 Jeffrey Stedfast <fejj@ximian.com> * providers/nntp/camel-nntp-store.c (connect_to_server): Fix the code that creates a new ssl stream to pass the correct arguments and the proper flags. * providers/imapp/camel-imapp-folder.c (imap_sync): Cast the CamelFolder to a CamelIMAPPFolder to hush some compiler warnings. * camel-mime-utils.h: Define a struct _CamelContentDisposition (allows the imapp code to compile) * providers/imapp/camel-imapp-driver.c: #include <string.h> svn path=/trunk/; revision=22635
* experimental, non-working imap implementationMichael Zucci2003-08-021-0/+268
svn path=/trunk/; revision=22061