This is all Plamen's work, I just contributed some ideas here and there
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 Jul 2012 07:59:56 +0000 (09:59 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 13 Jul 2012 07:59:56 +0000 (09:59 +0200)
src/imap_mark_seen.py
src/mail_iterator.py
src/warnings_handler.py

index 1378468..6275657 100644 (file)
@@ -2,7 +2,7 @@
 imap_mark_seen.py - Tool to mark all e-mails as seen
 
 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
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')
index 1df1b68..2cec073 100644 (file)
@@ -2,7 +2,7 @@
 The module contains the WarningsHandler 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