sync with 0.9.5cvs2
[claws.git] / src / imap.h
index 6f6c29ee8dec6ae1747e80380414516a5ee2da4a..a897ea98af37dad40e3542153d4d278da83a3e63 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2003 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
 
 #include "folder.h"
 
+typedef enum
+{
+       IMAP_AUTH_LOGIN         = 1 << 0,
+       IMAP_AUTH_CRAM_MD5      = 1 << 1
+} IMAPAuthType;
+
 FolderClass *imap_get_class            (void);
 
 #endif /* __IMAP_H__ */