From 9bfaa11506bd7eba9826a06aa985826cdeb561f2 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 13 Jul 2012 09:59:56 +0200 Subject: [PATCH] This is all Plamen's work, I just contributed some ideas here and there --- src/imap_mark_seen.py | 2 +- src/mail_iterator.py | 4 ++-- src/warnings_handler.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/imap_mark_seen.py b/src/imap_mark_seen.py index 1378468..6275657 100644 --- a/src/imap_mark_seen.py +++ b/src/imap_mark_seen.py @@ -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 diff --git a/src/mail_iterator.py b/src/mail_iterator.py index 6e3afdd..ccd91e2 100644 --- a/src/mail_iterator.py +++ b/src/mail_iterator.py @@ -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') diff --git a/src/warnings_handler.py b/src/warnings_handler.py index 1df1b68..2cec073 100644 --- a/src/warnings_handler.py +++ b/src/warnings_handler.py @@ -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 -- 1.7.1