Final Testing of IMAP and MailDir complete. GMAIL should be patched as well and I reviewed the code several times. However, I cannot test it, testers wanted!
This commit: Minor bug fixes from testing Should finalize implementation of enhancement #48 https://github.com/OfflineIMAP/offlineimap3/issues/48 And fix issues #43 and #44 https://github.com/OfflineIMAP/offlineimap3/issues/43 https://github.com/OfflineIMAP/offlineimap3/issues/44 Signed-off-by: Joseph Ishac <jishac@nasa.gov> Tested-by: Joseph Ishac <jishac@nasa.gov>
This commit is contained in:
		| @@ -688,7 +688,7 @@ class BaseFolder: | |||||||
|         Returns: header value or None if no such header was found. |         Returns: header value or None if no such header was found. | ||||||
|         """ |         """ | ||||||
|  |  | ||||||
|         self.ui.debug('', 'getmessageheader: called to get %s' % name) |         self.ui.debug('', 'getmessageheader: called to get %s' % headername) | ||||||
|         return msg.get(headername) |         return msg.get(headername) | ||||||
|  |  | ||||||
|     def getmessageheaderlist(self, msg, headername): |     def getmessageheaderlist(self, msg, headername): | ||||||
| @@ -704,7 +704,7 @@ class BaseFolder: | |||||||
|         found. |         found. | ||||||
|         """ |         """ | ||||||
|  |  | ||||||
|         self.ui.debug('', 'getmessageheaderlist: called to get %s' % name) |         self.ui.debug('', 'getmessageheaderlist: called to get %s' % headername) | ||||||
|         return msg.get_all(headername, []) |         return msg.get_all(headername, []) | ||||||
|  |  | ||||||
|     def deletemessageheaders(self, msg, header_list): |     def deletemessageheaders(self, msg, header_list): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joseph Ishac
					Joseph Ishac