From b2ab83412b339c4dd39fd8ef9ae3e6cf03ad9041 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Sat, 29 Jul 2017 21:32:47 +0100 Subject: [PATCH] Fix attribution --- imapbackup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imapbackup.py b/imapbackup.py index d7e1a71..7fcabc2 100644 --- a/imapbackup.py +++ b/imapbackup.py @@ -4,10 +4,10 @@ __version__ = "1.4g" __author__ = "Rui Carmo (http://taoofmac.com)" __copyright__ = "(C) 2006-2017 Rui Carmo. Code under MIT License.(C)" -__contributors__ = "Andrew Baxter, Bob Ippolito, Michael Leonhard, Giuseppe Scrivano , Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett" +__contributors__ = "jwagnerhki, Bob Ippolito, Michael Leonhard, Giuseppe Scrivano , Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett" # = Contributors = -# Andrew Baxter: fix for message_id checks +# http://github.com/jwagnerhki: fix for message_id checks # A. Bovett: Modifications for Thunderbird compatibility and disabling spinner in Windows # Christian Schanz: added target directory parameter # Brandon Long (Gmail team): Reminder to use BODY.PEEK instead of BODY