ExtendedMaildir
This commit is contained in:
parent
7423d4941d
commit
f36515f233
11
serpent/imap/mailbox.py
Normal file
11
serpent/imap/mailbox.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
from mailbox import Maildir
|
||||||
|
|
||||||
|
class ExtendedMaildir(Maildir):
|
||||||
|
def set_flags(self, key):
|
||||||
|
pass
|
||||||
|
def get_flags(self, key):
|
||||||
|
pass
|
||||||
|
def add_flag(self):
|
||||||
|
pass
|
||||||
|
def remove_flag(self):
|
||||||
|
pass
|
Loading…
x
Reference in New Issue
Block a user