diff options
Diffstat (limited to 'camel/providers/pop3/camel-pop3-store.h')
-rw-r--r-- | camel/providers/pop3/camel-pop3-store.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/providers/pop3/camel-pop3-store.h b/camel/providers/pop3/camel-pop3-store.h index 41bc069ff9..97d65741f9 100644 --- a/camel/providers/pop3/camel-pop3-store.h +++ b/camel/providers/pop3/camel-pop3-store.h @@ -47,7 +47,9 @@ typedef struct { CamelStore parent_object; CamelStream *istream, *ostream; - char *apop_timestamp; + char *apop_timestamp, *implementation; + gboolean supports_top, supports_uidl, expires; + int login_delay; } CamelPop3Store; |