Cleaning up some more use of the old message string "content" to use "msg" email object instead.

This commit is contained in:
Joseph Ishac
2021-02-19 17:00:15 -05:00
parent 1d2478bcb6
commit 49b6c30ace
6 changed files with 11 additions and 20 deletions

View File

@ -370,7 +370,7 @@ class BaseFolder:
return len(self.getmessagelist())
def getmessage(self, uid):
"""Returns the content of the specified message."""
"""Returns and email message object."""
raise NotImplementedError