Commit History

Author SHA1 Message Date
  Son NK afceabeef5 add Contact.new_addr() 5 years ago
  Son NK c686767d4d Fix parseaddr_unicode: take into account email only case 5 years ago
  Son NK 6c68b3cda7 Fix website_send_to: prefer using name instead of website_from 5 years ago
  Son NK 5fff1e86ce Add parseaddr_unicode() 5 years ago
  Son NK 55190ff358 use msg.as_bytes() instead of msg.as_string().encode() 5 years ago
  Son NK 9500cc6cee Take into account spamassassin spam report 5 years ago
  Son NK 7f49312255 use user preferred sender format 5 years ago
  Son NK aa3a13c3ca Replace To or CC header when forward/reply 5 years ago
  Son NK 4f281bdbbb rename GenEmail -> Alias, gen_email to alias whenever possible 5 years ago
  Son NK 027cbb10d9 use parseaddr instead of get_email_part 5 years ago
  Son NK 6b6fca2281 use email.utils.parseaddr and formataddr instead of get_email_name 5 years ago
  Son NK 69198ff08a delete all unnecessary headers in PGP 5 years ago
  Son NK 0bb9830680 Store the bounced email in email handling. 5 years ago
  Son NK fac833b8e6 support the case user wants to re-add their real email as mailbox 5 years ago
  Son NK b15eeb10c5 If POSTFIX_SUBMISSION_TLS, use port 587 5 years ago
  Son NK 6615631b4e improve logging 5 years ago
  Son NK 85eca009ac send_email accepts bounced_email (optional) param 5 years ago
  Son NK fc09f911a4 refactor email-handler: extract try_auto_create() 5 years ago
  Son NK 7598a167d0 Improve emails that inform unauthorized user 5 years ago
  Son NK b41a61165c use mailbox_email when notifying user attempt to send from his alias 5 years ago
  Son NK 821372fdfd add email_already_used() and use it when creating user 5 years ago
  Son NK 1086275af3 add_dkim_signature: make sure to delete DKIM-Signature header before 5 years ago
  Son NK dec36ceeec Fix add_or_replace_header: make sure to delete all header occurrences before 5 years ago
  Son NK 4c383663f4 Fix delete_header not deleting all header occurences 5 years ago
  Son NK 1c960f7c33 rename _render -> render 5 years ago
  Son NK 55dcf9e6a2 black format 5 years ago
  Son NK 9dd7698636 organize emails into transactional/ and com/ 5 years ago
  Son NK 8da4557325 send trial ending reminder when trial ends in 2-3 days 5 years ago
  Son NK 01abc48f62 add trial information into welcome email 5 years ago
  Son NK 86b2e3eb77 fix formatting 5 years ago