Commit Graph

2538 Commits

Author SHA1 Message Date
Son NK c28872288b black 2020-11-24 11:28:14 +01:00
Son NK 3d75ef974a user can turn on/off pgp on mailbox that has valid pgp_finger_print 2020-11-24 11:22:41 +01:00
Son NK cbbb472d06 refactor 2020-11-24 11:22:41 +01:00
Son NK c707342695 Use pgp_enabled() instead of pgp_finger_print 2020-11-24 11:22:41 +01:00
Son NK 5997e5b5b5 add Mailbox.disable_pgp column 2020-11-24 11:22:41 +01:00
Son Nguyen Kim ab861b3624
Merge pull request #332 from simple-login/snyk-upgrade-f41978810458c6870dbb2a663d81b062
[Snyk] Upgrade @sentry/browser from 5.26.0 to 5.27.2
2020-11-24 09:32:38 +01:00
snyk-bot 5cdd3e1969
fix: upgrade @sentry/browser from 5.26.0 to 5.27.2
Snyk has created this PR to upgrade @sentry/browser from 5.26.0 to 5.27.2.

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-11-24 03:24:00 +00:00
Son Nguyen Kim a9bd313d52
Merge pull request #324 from simple-login/snyk-upgrade-bf37bdbfd90b8c29bd0e75d289390ab6
[Snyk] Upgrade @sentry/browser from 5.25.0 to 5.26.0
2020-11-23 11:08:52 +01:00
Son Nguyen Kim c5636ece1d
Merge pull request #331 from brainynai/Readme_Correction
Readme spelling correction.
2020-11-23 11:08:38 +01:00
Son NK 33e6342a9c use warning log when user uses premium domain 2020-11-23 10:43:50 +01:00
Son NK 836b602316 fix 2020-11-22 13:50:57 +01:00
Son NK bcdf522174 create normalize_reply_email(): handle case where reply email contains space, quote, etc 2020-11-22 13:07:09 +01:00
Son NK a1d5b01143 make sure mailbox email is valid 2020-11-22 12:18:31 +01:00
Son NK 824a610aa6 refactor test_mailbox 2020-11-22 12:15:32 +01:00
Son NK fbf242f6c6 handle new name can be null 2020-11-22 12:10:19 +01:00
Ian McKenzie 7dc97efb4b Readme spelling correction.
"loose" is the opposite of "tight", "lose" is the opposite of "acquire".
2020-11-21 14:51:15 -05:00
Son NK f069d2f083 use getaddresses to parse multiple address from To, CC header. Remove get_addrs_from_header() 2020-11-21 19:15:02 +01:00
Son NK 8aed5ced3f make sure a custom domain name does not contain a linebreak 2020-11-20 18:40:07 +01:00
Son NK 78ddf16c87 make sure alias name does not contain a linebreak 2020-11-20 18:39:23 +01:00
Son NK c25a5b50f6 make sure reply_email only contain lowercase 2020-11-20 10:03:40 +01:00
Son Nguyen Kim d108d7b8b7
Merge pull request #330 from herrboyer/patch-1
Fix Firefox Add-on link
2020-11-20 09:50:56 +01:00
Renaud Boyer d3ef6bc1fd
Fix Firefox Add-on link 2020-11-20 09:43:54 +01:00
Son NK 52c1adfd38 improve footer 2020-11-18 16:45:54 +01:00
Son NK c53fe90484 fix email subject 2020-11-18 16:16:37 +01:00
Son NK 24548ff945 add reply email ascii check to sanity() 2020-11-18 16:12:00 +01:00
Son NK 30185a2798 handle the case where reply_email is not ascii 2020-11-18 16:11:00 +01:00
Son NK 75c3fa1c11 make sure reply-email only uses ascii-encoded char 2020-11-18 15:36:39 +01:00
Son NK ed22701cbe fix duplicate pinned alias in get_alias_infos_with_pagination_v3 2020-11-18 12:08:36 +01:00
Son NK 78cb49095a fix reply_email not set 2020-11-18 11:48:09 +01:00
Son NK 9ca129cb97 use warning level for cannot decode error 2020-11-18 11:43:25 +01:00
Son NK 5b9dc88c67 make sure alias prefix cannot be more than 40 chars 2020-11-18 10:38:35 +01:00
Son NK 0224e5f8a6 Fix SpamAssassin: init all class fields 2020-11-18 10:28:32 +01:00
Son NK 319078fceb use contact email when generating reply-email 2020-11-18 10:24:39 +01:00
Son NK e06c872bc0 add test for get_addrs_from_header() 2020-11-18 10:04:23 +01:00
Son NK 0963049d1f use utf-8 when unknown charset in parseaddr_unicode() 2020-11-18 10:03:58 +01:00
Son NK 28d42a7a22 Use get_header_unicode() in get_addrs_from_header() 2020-11-18 10:03:00 +01:00
Son NK be510ea1d7 use utf-8 if unknown charset in get_header_unicode() 2020-11-18 10:02:10 +01:00
Son NK 391318cbaa add referred user to stats 2020-11-17 20:48:26 +01:00
Son NK 6ed6218895 black 2020-11-17 09:27:45 +01:00
Son NK 145fc9c67c Add reverse_alias_address to GET /api/aliases/:alias_id/activities 2020-11-17 09:27:30 +01:00
Son NK aada12f17e return reverse_alias_address in POST /api/aliases/:alias_id/contacts and GET /api/aliases/:alias_id/contacts 2020-11-16 19:39:00 +01:00
Son NK 9154b4656d refactor: create is_reply_email() 2020-11-16 19:22:19 +01:00
Son NK 3d153f5203 make sure user can't choose "ra" as directory name 2020-11-16 19:18:33 +01:00
Son NK 1926408a13 Add dns_utils.get_ns() 2020-11-16 19:16:06 +01:00
Son NK 75ba1669e0 Create generate_reply_email() and refactor 2020-11-16 19:15:09 +01:00
Son NK 5781bebfd0 improve wording 2020-11-16 10:48:13 +01:00
Son NK 71c1b7cc45 add to doc 2020-11-15 19:43:46 +01:00
Son NK 15a6d9630a Handle sender_format in PATCH /api/setting 2020-11-15 19:43:37 +01:00
Son NK c794e73abd Add EnumE.has_name(), EnumE.get_value() 2020-11-15 19:43:01 +01:00
Son NK f0f81930bc Return "sender_format" in GET /api/setting 2020-11-15 19:35:07 +01:00