aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-02 09:16:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-02 09:16:36 +0000
commite667a6f3d8c6514878e184b1c8541cb5f31083d8 (patch)
treef2d98609958b01bb9aae593e0419fcd43f00351e /libsylph/imap.h
parenta306a2ef22991d5d12acc08288a63abb94dedbb0 (diff)
don't allow parallel multiple command on IMAP.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2326 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/imap.h')
-rw-r--r--libsylph/imap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/imap.h b/libsylph/imap.h
index a7c27fd8..e8aa762b 100644
--- a/libsylph/imap.h
+++ b/libsylph/imap.h
@@ -83,6 +83,7 @@ struct _IMAPNameSpace
#define IMAP_SYNTAX 5
#define IMAP_IOERR 6
#define IMAP_ERROR 7
+#define IMAP_EAGAIN 8
#define IMAPBUFSIZE 8192