added SSL support for POP using OpenSSL
[claws.git] / src / prefs_account.h
index a58a883b932e12206eeab43253254497f5470293..45ca63821e5e909c8dd9d38bd15268376e832a7e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2001 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -66,6 +66,10 @@ struct _PrefsAccount
        gchar *userid;
        gchar *passwd;
 
+       gchar * local_mbox;
+       gboolean use_mail_command;
+       gchar * mail_command;
+
        /* Temporarily preserved password */
        gchar *tmp_pass;
 
@@ -75,6 +79,8 @@ struct _PrefsAccount
        gboolean recv_at_getall;
        gboolean filter_on_recv;
 
+       gchar *imap_dir;
+
        /* Send */
        gboolean  add_date;
        gboolean  gen_msgid;
@@ -104,6 +110,11 @@ struct _PrefsAccount
        gushort   smtpport;
        gboolean  set_popport;
        gushort   popport;
+#if USE_SSL
+       gboolean  pop_ssl;
+#endif
+       gboolean  set_imapport;
+       gushort   imapport;
        gboolean  set_nntpport;
        gushort   nntpport;
        gboolean  set_domain;