Beispiel #1
0
 def send_in_my_mailbox(self, data):
     forward, recipient, topic, body = parse_data(data)
     if body:
         mailbox = Mailbox(self.recipient.login)
         mailbox.write_letter(forward, recipient, topic, body)