From abd054f4244d020873c031bdc8de0cb7c57ca2c2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 27 Mar 2000 21:37:49 +0000 Subject: keep separate input and output streams so the output doesn't end up being * providers/pop3/camel-pop3-store.c: keep separate input and output streams so the output doesn't end up being buffered. * providers/pop3/camel-pop3-folder.c (get_message_by_number): finish implementing this. * providers/Makefile.am (SUBDIRS): Add pop3. svn path=/trunk/; revision=2196 --- camel/camel-exception-list.def | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'camel/camel-exception-list.def') diff --git a/camel/camel-exception-list.def b/camel/camel-exception-list.def index 825196920c..fcb99e5a52 100644 --- a/camel/camel-exception-list.def +++ b/camel/camel-exception-list.def @@ -30,4 +30,6 @@ CAMEL_EXCEPTION_STORE_INVALID, /* CamelServiceException */ CAMEL_EXCEPTION_SERVICE_NULL = 300, CAMEL_EXCEPTION_SERVICE_INVALID, -CAMEL_EXCEPTION_SERVICE_URL_INVALID +CAMEL_EXCEPTION_SERVICE_URL_INVALID, +CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, +CAMEL_EXCEPTION_SERVICE_CANT_AUTHENTICATE -- cgit