View | Details | Raw Unified | Return to bug 155644
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	getmail
8
PORTNAME=	getmail
9
PORTVERSION=	4.20.0
9
PORTVERSION=	4.20.0
10
PORTREVISION=	1
10
CATEGORIES=	mail python
11
CATEGORIES=	mail python
11
MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/ \
12
MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/ \
12
		http://mirrors.closedsrc.org/getmail/
13
		http://mirrors.closedsrc.org/getmail/
(-)files/patch-getmailcore___retrieverbases.py (+16 lines)
Added Link Here
1
--- ./getmailcore/_retrieverbases.py.orig	2010-06-29 18:03:42.000000000 +0200
2
+++ ./getmailcore/_retrieverbases.py	2011-03-18 00:25:54.000000000 +0100
3
@@ -898,11 +898,11 @@
4
 
5
     def _getmsgbyid(self, msgid):
6
         self.log.trace()
7
-        return self._getmsgpartbyid(msgid, '(RFC822)')
8
+        return self._getmsgpartbyid(msgid, '(BODY.PEEK[])')
9
 
10
     def _getheaderbyid(self, msgid):
11
         self.log.trace()
12
-        return self._getmsgpartbyid(msgid, '(RFC822[header])')
13
+        return self._getmsgpartbyid(msgid, '(BODY.PEEK[header])')
14
 
15
     def initialize(self):
16
         self.log.trace()

Return to bug 155644