Commit Graph

978 Commits

Author SHA1 Message Date
Son NK e4bb85ac87 Full-mailbox User can change alias mailbox 2020-02-23 13:58:09 +07:00
Son NK a467830a23 Add custom-select class to select element 2020-02-23 13:53:02 +07:00
Son NK bc0dc0265d Show mailbox when creating alias for user who has full_mailbox enabled 2020-02-23 13:41:59 +07:00
Son NK 70802bff17 Create User.mailboxes() 2020-02-23 13:41:27 +07:00
Son NK f662adf237 Add User.full_mailbox col 2020-02-23 13:39:52 +07:00
Son Nguyen Kim 773e24dd9a
Merge pull request #90 from simple-login/handle-bounced
Handle bounced
2020-02-22 22:37:11 +07:00
Son NK 332b4559f3 Prettify unsubscribe page 2020-02-22 22:10:09 +07:00
Son NK af8ac99248 use warning for subscription cancel message 2020-02-22 21:50:13 +07:00
Son NK 19e179e268 use warning level for alias deleted before log 2020-02-22 21:49:19 +07:00
Son NK 8e2ff474cb Add feature request link to footer 2020-02-22 21:47:45 +07:00
Son NK dddea7c54f fix formatting 2020-02-22 21:10:31 +07:00
Son NK f80de382fe Prettify alias log 2020-02-22 21:09:07 +07:00
Son NK f468a21b14 Add necessary migration 2020-02-22 20:57:39 +07:00
Son NK 2bba342447 remove preheader 2020-02-22 20:57:28 +07:00
Son NK 78ef1cb8d4 notify user when emails sent to alias are bounced. 2020-02-22 20:57:19 +07:00
Son NK 85eca009ac send_email accepts bounced_email (optional) param 2020-02-22 20:39:45 +07:00
Son NK 74d1f87db0 disable bounced email in alias log 2020-02-22 13:27:22 +07:00
Son NK 0e7a77130c Add ForwardEmailLog.bounced col 2020-02-22 12:53:05 +07:00
Son Nguyen Kim 47dffedfec
Merge pull request #89 from simple-login/fix-mailbox
fix showing unverified mailbox when creating new alias
2020-02-21 22:07:15 +07:00
Son NK a9a5f145aa fix showing unverified mailbox when creating new alias 2020-02-21 21:59:13 +07:00
Son NK d5977be7d7 upgrade sentry-sdk==0.14.1 2020-02-20 19:31:01 +07:00
Son NK f416dc6af6 refactor and fix catch-all domain 2020-02-20 15:36:02 +07:00
Son NK e0e508012b Update Licence to 2020 2020-02-20 00:01:49 +07:00
Son NK 5f9ad01849 take into account the case an email is primary but not verified on github 2020-02-19 23:56:07 +07:00
Son Nguyen Kim 6486d4dd6e
Merge pull request #87 from simple-login/show-hide-api-key
Show hide api key
2020-02-19 23:55:39 +07:00
Son NK 9727473b45 Add more fake data 2020-02-19 23:45:48 +07:00
Son NK 8639265946 allow user to show/hide api-key 2020-02-19 23:45:08 +07:00
Son NK c4765a28d6 pycharm format 2020-02-19 23:44:48 +07:00
Son NK 98aaed6c8c refactor email handler: extract get_or_create_forward_email() 2020-02-19 22:49:40 +07:00
Son NK e4e1429aae refactor email-handler: move handle_forward, handle_reply to outside of MailHandler class 2020-02-19 22:17:13 +07:00
Son NK fc09f911a4 refactor email-handler: extract try_auto_create() 2020-02-19 22:15:27 +07:00
Son NK 78ed6eab5a Handle envelop can have several recipients 2020-02-19 21:50:38 +07:00
Son NK f1c7c83dc3 prettify help section in custom alias 2020-02-18 11:59:03 +07:00
Son NK ab2aa2bfbb strip contact email before adding 2020-02-18 11:54:51 +07:00
Son NK b806d843e5 prettify custom alias page: show limits on the alias prefix 2020-02-18 11:54:35 +07:00
Son NK 02fc782df0 fix reply-must-use... email 2020-02-15 22:42:28 +07:00
Son Nguyen Kim 9d2aff6aa8
Merge pull request #85 from simple-login/deleted-alias-page
Deleted alias page
2020-02-15 21:55:15 +07:00
Son NK 8f8857704a Add deleted alias page 2020-02-15 21:47:27 +07:00
Son NK 8bbecb2cd1 Delete wrongly-aligned notification on mobile. Improve wordings 2020-02-15 21:38:28 +07:00
Son NK fd5e162d9b format alias-log 2020-02-15 21:37:24 +07:00
Son NK 0ced6bbb4f Prettify billing page 2020-02-15 21:22:46 +07:00
Son Nguyen Kim 883fdb9f81
Merge pull request #84 from simple-login/auto-create-delete-alias
if alias has been deleted before, do not auto-create it with directory or catch-all domain
2020-02-15 21:20:55 +07:00
Son NK 1454973681 fix formatting 2020-02-15 21:05:49 +07:00
Son NK b663703232 if alias has been deleted before, do not auto-create it with directory or catch-all domain 2020-02-15 21:05:49 +07:00
Son NK 9e2121825d take into account user deleting their account in the meantime 2020-02-15 17:10:49 +07:00
Son Nguyen Kim c59187531e
Merge pull request #83 from simple-login/fix-bounce
Fix bounce
2020-02-15 17:08:29 +07:00
Son NK 4d69f813c1 Handle the bounce case where bounce report is sent to reply-email 2020-02-15 17:04:22 +07:00
Son NK d1d60f051b remove unnecessary log 2020-02-15 17:03:23 +07:00
Son Nguyen Kim 100305c4bf
Merge pull request #82 from simple-login/fix-trial-end-email
only send trial-end email to user who is in trial
2020-02-15 16:53:31 +07:00
Son NK 4ad44dbcdf only send trial-end email to user who is in trial
i.e. users who:
1. has lifetime licence or active subscription and
2. is in trial period
2020-02-15 16:29:44 +07:00