mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Decrypt URI in _protocol_info() method
This commit is contained in:
parent
cd1e4de42b
commit
6f23c59ca8
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ class Mailbox(models.Model):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _protocol_info(self):
|
def _protocol_info(self):
|
||||||
|
self.uri = self.decrypt_uri()
|
||||||
return urlparse(self.uri)
|
return urlparse(self.uri)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue