Die Suche ergab 1 Treffer
- Donnerstag 10. März 2011, 17:19
- Forum: Netzwerkprogrammierung
- Thema: Imap.store Flags
- Antworten: 0
- Zugriffe: 863
Imap.store Flags
typ, flags = imap.fetch(str(msg_id), '(FLAGS)')
print 'Flags before:', flags
typ, response = imap.store(str(msg_id), '+FLAGS', '\\Deleted')
typ, flags = imap.fetch(str(msg_id), '(FLAGS)')
print typ, 'Flags after:', flags
hi.
warum funktioniert das nicht? die ausgabe ist vorher wie nachher ...
