aboutsummaryrefslogtreecommitdiff
path: root/libsylph/pop.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-30 06:48:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-30 06:48:54 +0000
commit40ad913f977a5fa22fd39175027effd7e8f069b9 (patch)
treec254aee1911493d4739bb70a38dc32174a0743bf /libsylph/pop.h
parent0a7c79643d2a551cf4c62a096f25fae8fe2eaf6b (diff)
impelmented POP before SMTP.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1254 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/pop.h')
-rw-r--r--libsylph/pop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/pop.h b/libsylph/pop.h
index 6078fd27..ee2e983e 100644
--- a/libsylph/pop.h
+++ b/libsylph/pop.h
@@ -127,6 +127,8 @@ struct _Pop3Session
GHashTable *uidl_table;
+ gboolean auth_only;
+
gboolean new_msg_exist;
gboolean uidl_is_valid;