aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2003-09-05 05:00:19 +0800
committerDavid Woodhouse <dwmw2@src.gnome.org>2003-09-05 05:00:19 +0800
commit3cc69a3c195bc61b13cecef27008681fde464f72 (patch)
treec4d1f22385b92426cd679db24c159a68fe3d1b0e /camel/providers/imap/camel-imap-store.h
parentd1aa1d599d1eb4cd00bcc117f37621d7f81bc9af (diff)
downloadgsoc2013-evolution-3cc69a3c195bc61b13cecef27008681fde464f72.tar
gsoc2013-evolution-3cc69a3c195bc61b13cecef27008681fde464f72.tar.gz
gsoc2013-evolution-3cc69a3c195bc61b13cecef27008681fde464f72.tar.bz2
gsoc2013-evolution-3cc69a3c195bc61b13cecef27008681fde464f72.tar.lz
gsoc2013-evolution-3cc69a3c195bc61b13cecef27008681fde464f72.tar.xz
gsoc2013-evolution-3cc69a3c195bc61b13cecef27008681fde464f72.tar.zst
gsoc2013-evolution-3cc69a3c195bc61b13cecef27008681fde464f72.zip
Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> exec
2003-09-04 David Woodhouse <dwmw2@infradead.org> * providers/camel-imap-store.[ch]: Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> exec imapd' support. svn path=/trunk/; revision=22463
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r--camel/providers/imap/camel-imap-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h
index d461b51440..b45fb2110e 100644
--- a/camel/providers/imap/camel-imap-store.h
+++ b/camel/providers/imap/camel-imap-store.h
@@ -107,6 +107,7 @@ struct _CamelImapStore {
/* Information about the command channel / connection status */
gboolean connected;
+ gboolean preauthed;
char tag_prefix;
guint32 command;
CamelFolder *current_folder;