Commit Graph

2395 Commits

Author SHA1 Message Date
Son NK 32373b6bd0 improve browser-extension onboarding email 2020-09-09 20:30:58 +02:00
Son NK b9bd167ff6 improve onboarding pgp email 2020-09-09 20:26:32 +02:00
Son NK 0c9106717b handle case where contact is concurrently created 2020-09-09 17:00:07 +02:00
Son NK 6a8c0d6f76 monitoring alert when more than 50 emails in queue. Check every 2 mins. 2020-09-08 18:52:36 +02:00
Son NK 290428009a change item order in menu 2020-09-08 13:57:13 +02:00
Son NK b65534a8e7 move "api keys" page to dropdown menu 2020-09-08 13:56:38 +02:00
Son NK a0b50762ee remove "how to use" on custom domain page 2020-09-08 13:51:46 +02:00
Son NK 7b6e58ef95 always show the "how to send email" help 2020-09-08 13:51:00 +02:00
Son NK 15d7f6407e fix compatible with mailvelope add name=encrypted.asc 2020-09-08 11:10:22 +02:00
Son NK 10205e3731 add pre-commit, upgrade pip-tools 2020-09-08 11:05:41 +02:00
Son NK d1eb1ea799 handle case apple server not accessible 2020-09-05 20:56:03 +02:00
Son NK 5cf0a4bcfe handle case alias can be None in toggle_alias 2020-09-05 20:54:08 +02:00
Son NK e36768824f handle the case contact already added 2020-09-03 19:42:52 +02:00
Son NK b83c513607 use warning level 2020-09-03 15:43:33 +02:00
Son NK 0dbc755790 use warning level when not able to parse email-log-id 2020-09-03 15:43:01 +02:00
Son Nguyen Kim f27a448d1b
Merge pull request #277 from simple-login/snyk-upgrade-6a61cde518cf1f5435c396f3a626eea2
[Snyk] Upgrade @sentry/browser from 5.20.1 to 5.21.1
2020-09-03 09:37:30 +02:00
snyk-bot a0854ae35c fix: upgrade @sentry/browser from 5.20.1 to 5.21.1
Snyk has created this PR to upgrade @sentry/browser from 5.20.1 to 5.21.1.

See this package in npm:
https://www.npmjs.com/package/@sentry/browser

See this project in Snyk:
https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr
2020-09-03 03:23:42 +00:00
Son NK a25559dace able to choose port to listen on in email_handler. Default to 20381 2020-09-02 17:36:11 +02:00
Son NK d97966a2e8 use warning level when cannot parse mailbox-id 2020-09-02 10:26:46 +02:00
Son NK 5ea3d1bd42 use warning level for when email_log cannot be parsed 2020-09-02 10:25:12 +02:00
Son NK b7b4c07cd3 use warning level for SMTPRecipientsRefused error 2020-09-02 10:20:04 +02:00
Son NK c03bb70755 handle SMTPRecipientsRefused in forward phase 2020-09-02 10:16:13 +02:00
Son NK 916e6a1a7f remove whitespace for rcpt in forward phase 2020-09-02 09:58:58 +02:00
Son NK 2d395f99bb make sure to remove whitespace in alias 2020-09-02 09:56:16 +02:00
Son NK 6629b8687b set cookie setup_done=true on the setup_done page 2020-09-01 20:47:57 +02:00
Son NK f069e6f7cb use warning log for custom domain DNS issue 2020-08-31 17:36:51 +02:00
Son NK 4cb3e54821 send at max 1 email / 30 days for DNS issue on custom domain 2020-08-31 17:36:27 +02:00
Son NK 85b87bbacb improve send_email_with_rate_control to use on any day range 2020-08-31 17:32:46 +02:00
Son NK e4c4797cdb do not mark a domain as unverified if it fails the MX check 2020-08-31 17:11:18 +02:00
Son NK 63e228d9f4 only alert on invalid mailbox that has too many email logs 2020-08-30 19:59:39 +02:00
Son NK 77c67c5314 create aliases_for_mailbox() and nb_email_log_for_mailbox() 2020-08-30 19:56:45 +02:00
Son NK 8079746e47 handle case where alias mailbox is invalid 2020-08-30 19:22:21 +02:00
Son NK 171100eda7 return 421 in case mailbox is invalid 2020-08-30 19:08:53 +02:00
Son NK e117726cd9 send alert email when a mailbox is an email alias 2020-08-30 19:06:50 +02:00
Son NK ffc59a6fad Add check_custom_domain cronjob 2020-08-29 19:05:32 +02:00
Son NK a3d919db2e take into account mailbox in alias search 2020-08-29 19:03:33 +02:00
Son Nguyen Kim 42d8b017ba
Merge pull request #274 from simple-login/snyk-upgrade-1c7c718062343b000f33520f38177b33
[Snyk] Upgrade @sentry/browser from 5.19.2 to 5.20.1
2020-08-28 12:28:45 +02:00
Son Nguyen Kim 0b2b653a7b
Merge pull request #271 from simple-login/postfix-tls
Enable TLS on Postfix submission
2020-08-28 12:28:23 +02:00
Son NK 62ddaaf7b4 black 2020-08-28 12:27:51 +02:00
Son NK a3f3c252e3 Move Postfix TLS section to its own file 2020-08-28 12:25:35 +02:00
Son NK e4271f725c update "reply must from mailbox" email wording 2020-08-27 11:12:48 +02:00
Son NK a6df989a8f update cycle email subject 2020-08-27 11:10:16 +02:00
Son NK b937e14ee3 update cycle email text 2020-08-27 10:52:46 +02:00
Son NK 4a90ea9aca send warning about email cycle at most once 2020-08-27 10:43:48 +02:00
Son NK 37a53757eb add send_email_at_most_times 2020-08-27 10:43:30 +02:00
Son NK 03b8a6f2e9 not install pytest & black in github action 2020-08-27 10:24:05 +02:00
Son NK 830299ce2c add black to requirements 2020-08-27 10:23:45 +02:00
Son NK fdedc24358 black new version 2020-08-27 10:20:48 +02:00
Son NK bb6e2a35ca send at max 1 email / day for the cycle email issue 2020-08-27 10:16:13 +02:00
Son NK 26ecf38760 use warning log level for cycle email issue 2020-08-27 10:15:40 +02:00