This is all Plamen's work, I just contributed some ideas here and there
[imap-mark-seen] / src / mail_iterator.py
index 6e3afdd..ccd91e2 100644 (file)
@@ -2,7 +2,7 @@
 The module contains the MailIterator class.
 
 Copyright (c) 2012 Intra2net AG
-Author: Plamen Dimitrov and Thomas Jarosch
+Author: Plamen Dimitrov
 
 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
@@ -104,7 +104,7 @@ class MailIterator:
 
     def set_seen_messages(self, mid_range):
         """Sets the \\Seen flag for all messages with the respective mids."""
-        
+
         try:
             # Work around unsolicited server responses in imaplib by clearing them
             self.mail_con.response('STORE')