fixes to my_company, added secrity settings to restrict by ip, timings

This commit is contained in:
Rushabh Mehta
2011-08-25 15:15:25 +05:30
8 changed files with 1322 additions and 1221 deletions

View File

@@ -61,15 +61,15 @@ class SupportMailbox(POP3Mailbox):
d.status = 'Open'
try:
d.save(1)
# update feed
update_feed(d)
# send auto reply
self.send_auto_reply(d)
except:
d.description = 'Unable to extract message'
d.save(1)
# update feed
update_feed(d)
# send auto reply
self.send_auto_reply(d)
def send_auto_reply(self, d):
"""