- Update to 4.3.12
PR: 87451 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) Approved by: novel (mentor) (implicit)
This commit is contained in:
parent
c0a0951ca9
commit
fcc9316043
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145409
4 changed files with 3 additions and 25 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= getmail
|
||||
PORTVERSION= 4.3.11
|
||||
PORTVERSION= 4.3.12
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= old-versions
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (getmail-4.3.11.tar.gz) = 9cc0ec519bd064d0d9945cc5323c6108
|
||||
SIZE (getmail-4.3.11.tar.gz) = 133891
|
||||
MD5 (getmail-4.3.12.tar.gz) = eddd7ab72d002df6f164f0230e8ea98a
|
||||
SIZE (getmail-4.3.12.tar.gz) = 133178
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- getmailcore/message.py.orig Wed May 18 09:28:26 2005
|
||||
+++ getmailcore/message.py Wed May 18 10:41:19 2005
|
||||
@@ -79,7 +80,7 @@
|
||||
self.received_from = None
|
||||
self.received_with = None
|
||||
self.__raw = None
|
||||
- parser = email.Parser.HeaderParser(strict=False)
|
||||
+ parser = email.Parser.HeaderParser()
|
||||
|
||||
# Message is instantiated with fromlines for POP3, fromstring for
|
||||
# IMAP (both of which can be badly-corrupted or invalid, i.e. spam,
|
|
@ -1,11 +0,0 @@
|
|||
--- getmailcore/_retrieverbases.py.orig Wed May 18 09:31:20 2005
|
||||
+++ getmailcore/_retrieverbases.py Wed May 18 10:41:09 2005
|
||||
@@ -445,7 +446,7 @@
|
||||
self.log.trace()
|
||||
msgnum = self._getmsgnumbyid(msgid)
|
||||
response, headerlist, octets = self.conn.top(msgnum, 0)
|
||||
- parser = email.Parser.HeaderParser(strict=False)
|
||||
+ parser = email.Parser.HeaderParser()
|
||||
return parser.parsestr(os.linesep.join(headerlist))
|
||||
|
||||
def initialize(self):
|
Loading…
Reference in a new issue