summaryrefslogtreecommitdiff
path: root/src/leap/mail/outgoing
AgeCommit message (Collapse)Author
2015-09-23[refactor] avoid circular import due to rfc3156Kali Kaneko
2015-09-22[style] fix pep8 warningsFolker Bernitt
2015-09-16[feat] use async events apiKali Kaneko
in this way, we're using twisted reactor instead of having another thread with zmq's own copy of tornado ioloop. Resolves: #7274
2015-06-18[style] pep8 and unused imports cleanupdrebs
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
- Related: #6359
2015-02-20fix broken multipart attachment renderingKali Kaneko
2015-02-11Attach key for addresses without known keyRuben Pollan
This seems to fix the problem with some headers dissapearing (#6692)
2015-02-11Add public key as attachmentRuben Pollan
2015-02-11Remove footerRuben Pollan
2015-02-11make outgoing a new submoduleKali Kaneko