summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore/leap_mailstore.py
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2015-09-10 16:16:20 -0300
committerBruno Wagner <bwagner@riseup.net>2015-09-10 16:16:20 -0300
commit63b8dee422c196f9993435f53417df23828e054f (patch)
tree8a1e569c934137dee9e69e1120e01f1ba2650514 /service/pixelated/adapter/mailstore/leap_mailstore.py
parent8d2dac75d667818ea28abc0c25f45e4ce4b3f6c8 (diff)
Removed bounced email contact removal (#441)
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :)
Diffstat (limited to 'service/pixelated/adapter/mailstore/leap_mailstore.py')
-rw-r--r--service/pixelated/adapter/mailstore/leap_mailstore.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/service/pixelated/adapter/mailstore/leap_mailstore.py b/service/pixelated/adapter/mailstore/leap_mailstore.py
index b7c6d0ff..5357167b 100644
--- a/service/pixelated/adapter/mailstore/leap_mailstore.py
+++ b/service/pixelated/adapter/mailstore/leap_mailstore.py
@@ -165,11 +165,6 @@ class LeapMail(Mail):
return [recipient for recipient in recipients if recipient != InputMail.FROM_EMAIL_ADDRESS]
- @property
- def bounced(self):
- # TODO: Must be implemented for the search engine identify bounced mails
- return False
-
@staticmethod
def from_dict(mail_dict):
# TODO: implement this method and also write tests for it