提交历史

作者 SHA1 备注 提交日期
  Sibren Vasse 1df9f8a95c Do reverse alias replacement before DKIM signing and replace by contact email 5 年之前
  Sibren Vasse e905e151ca Create user setting for replacing reverse alias (default: false) 5 年之前
  Son NK b84b7c332e replace the "ra+string@simplelogin.co" by the alias 5 年之前
  Son NK 6300c0eaa1 an alias can still be disabled even of original message cannot be parsed. 5 年之前
  Son NK f35b9e7542 do not encrypt if alias disables PGP 5 年之前
  Son NK 80f614da6c refactor: remove unused var 5 年之前
  Son NK f577adc0d4 log more info 5 年之前
  Son NK 362d101bab Merge branch 'master' into multiple-mailboxes 5 年之前
  Son Nguyen Kim ec8f46f01a Merge pull request #191 from SibrenVasse/spam 5 年之前
  Sibren Vasse 8769383724 Also enable spam check when pgp is enabled 5 年之前
  Son NK 3d4b44dd15 handle the case contact_from_header can be None 5 年之前
  Son NK c43fa65cd4 If From header is empty, try creating contact with envelope sender 5 年之前
  Son NK 54ce1dc964 remove unnecessary max_nb_email limit in spf 5 年之前
  Son NK 36a8e311ea Merge branch 'master' into multiple-mailboxes 5 年之前
  Son NK 7c55c5c44a return 250 instead of 451 when SPF fails 5 年之前
  Son NK 0d117126db save the mailbox that a bounce affects 5 年之前
  Son NK 5b71b34f9e handle alias unsubscribe 5 年之前
  Son NK 336bdb196d Detect unknown mailbox using envelope mail_from 5 年之前
  Son NK 33d578c78e parse _MAILBOX_ID_HEADER to handle bounce message 5 年之前
  Son NK 8d65175ac5 set mailbox ID in X-SimpleLogin-Mailbox-ID header 5 年之前
  Son NK 97e1c334af call strip() on rcpt_to just to be sure 5 年之前
  Son NK 4b479defa8 Support alias having multiple mailboxes in forward phase 5 年之前
  Son NK 7f6ba313fd add strip() to rcpt_to just in case 5 年之前
  Son NK 2755e67c31 simplify code: replace mailbox_email by mailbox.email 5 年之前
  Son NK 59036972f1 refactor handle_forward: move the disabled alias case to the beginning 5 年之前
  Son NK b5e7f05bfc allow user sends emails to his alias from his mailbox 5 年之前
  Son NK f59ccd4018 optimize import email_handler 5 年之前
  Son NK 9ddb8ff2d4 add more info to spf alert email. Set the max number of emails per 24h to 1 5 年之前
  Son NK a48f7db599 refactor: create handle_unknown_mailbox() 5 年之前
  Son NK 9234527ea6 refactor: put spf handling into a method 5 年之前