comparison src/plugins/plugin_misc_imap.py @ 439:866dbb0d7d87

plugin maildir: maildir now use PersistentBinaryDictionary to store profile specific data /!\ profile needs to be connected for maildir/imap/smtp plugins to work, this has to be fixed
author Goffi <goffi@goffi.org>
date Sat, 03 Dec 2011 15:50:09 +0100
parents 62b17854254e
children 2a072735e459
comparison
equal deleted inserted replaced
438:62145e50eae5 439:866dbb0d7d87
48 "handler": "no", 48 "handler": "no",
49 "description": _("""Create an Imap server that you can use to read your "normal" type messages""") 49 "description": _("""Create an Imap server that you can use to read your "normal" type messages""")
50 } 50 }
51 51
52 class IMAP_server(): 52 class IMAP_server():
53 #TODO: connect profile on mailbox request, once password is accepted
53 54
54 params = """ 55 params = """
55 <params> 56 <params>
56 <general> 57 <general>
57 <category name="Mail Server"> 58 <category name="Mail Server">