mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fix mail tests
This commit is contained in:
parent
5c49bbfc73
commit
9bb762fc8f
@ -65,6 +65,7 @@ class BogusMailBox(ContextManager):
|
|||||||
self.messages_spam: List[MailMessage] = []
|
self.messages_spam: List[MailMessage] = []
|
||||||
self.folder = BogusFolderManager()
|
self.folder = BogusFolderManager()
|
||||||
self.client = BogusClient()
|
self.client = BogusClient()
|
||||||
|
self._host = ""
|
||||||
|
|
||||||
def login(self, username, password):
|
def login(self, username, password):
|
||||||
# This will raise a UnicodeEncodeError if the password is not ASCII only
|
# This will raise a UnicodeEncodeError if the password is not ASCII only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user