Commit Graph

1322 Commits

Author SHA1 Message Date
Son NK a521002b2c Fix duplicate results 2020-03-17 20:16:20 +01:00
Son NK a465b1d3ca rename get_alias_info -> get_alias_infos 2020-03-17 19:59:48 +01:00
Son NK fbef076a14 Take into account query in GET /api/aliases 2020-03-17 19:32:45 +01:00
Son NK 0d725588ae Add DELETE /api/contacts/:contact_id 2020-03-17 19:18:26 +01:00
Son NK 81b5e919a3 Return contact id 2020-03-17 12:38:50 +01:00
Son NK 4a2523d20e refactor handle_bounce 2020-03-17 12:12:11 +01:00
Son NK a597fb3832 fix should_append_alias 2020-03-17 12:10:13 +01:00
Son NK ac27ea5847 Improve UI 2020-03-17 12:06:26 +01:00
Son NK 2d90d35647 rename gen_email_id -> alias_id 2020-03-17 12:01:18 +01:00
Son NK ab16f1afeb rename table gen_email -> alias 2020-03-17 11:52:47 +01:00
Son NK 4f281bdbbb rename GenEmail -> Alias, gen_email to alias whenever possible 2020-03-17 11:51:40 +01:00
Son NK bea870ef8b rename ForwardEmailLog to EmailLog 2020-03-17 11:10:50 +01:00
Son NK f2d630e597 rename forward_id to contact_id 2020-03-17 11:05:53 +01:00
Son NK 578d09c26c rename forward_email table to contact 2020-03-17 10:57:55 +01:00
Son NK 17974de746 rename ForwardEmail to Contact 2020-03-17 10:56:59 +01:00
Son Nguyen Kim 269bca8ff3
Merge pull request #114 from simple-login/pgp-for-everyone
Open PGP to everyone
2020-03-17 09:53:42 +01:00
Son NK cc6e8a00a5 Wording: rename refused email to Quarantine 2020-03-17 09:43:12 +01:00
Son NK ea43b8f685 Open PGP to everyone 2020-03-17 09:22:29 +01:00
Son NK 8faf34ce40 Use warning level for /v2/alias/options 2020-03-16 21:10:53 +01:00
Son Nguyen Kim 1e10b4d675
Merge pull request #113 from simple-login/fix-custom-domain-not-set
Fix custom domain not set
2020-03-15 23:38:25 +01:00
Son NK ccc005b8b2 Do not set domain for ALIAS_DOMAINS 2020-03-15 23:33:50 +01:00
Son NK 93292c88c9 Fix not setting custom domain when creating alias via API 2020-03-15 23:18:43 +01:00
Son Nguyen Kim f049960c81
Merge pull request #112 from simple-login/fix-email
Fix email To header
2020-03-15 23:18:00 +01:00
Son NK ee1642bf99 use a more consistent format 2020-03-15 23:10:20 +01:00
Son NK 17f3c112b9 do not use formataddr to generate website email 2020-03-15 23:02:06 +01:00
Son NK 027cbb10d9 use parseaddr instead of get_email_part 2020-03-15 22:32:48 +01:00
Son NK 6b6fca2281 use email.utils.parseaddr and formataddr instead of get_email_name 2020-03-15 22:29:53 +01:00
Son NK ed42a16b8e Setup precommit 2020-03-15 19:16:00 +01:00
Son Nguyen Kim 93765335ed
Merge pull request #110 from simple-login/refused-email
Handle refused email
2020-03-15 19:08:35 +01:00
Son NK b19be41a5e Support download email file in browser 2020-03-15 18:39:59 +01:00
Son NK eb3063a57f Improve wording 2020-03-15 18:06:57 +01:00
Son NK b3977e5efd reformat 2020-03-15 12:26:35 +01:00
Son NK 4b21f49f49 add mailbox email into notif email 2020-03-15 12:25:01 +01:00
Son NK 9cdf766825 Send refused email notif to user email instead of mailbox 2020-03-15 12:15:11 +01:00
Son NK 45d560fd70 fix 2020-03-15 12:14:43 +01:00
Son NK e21e27eefa Hide download for deleted refused emails 2020-03-15 11:14:58 +01:00
Son NK 71a9fc38a9 Add cronjob to delete refused emails 2020-03-15 11:11:16 +01:00
Son NK a923d9ad6a Add refused_email.deleted column 2020-03-15 11:10:37 +01:00
Son NK 0525e5822a Not include original email in automatic disable alias email 2020-03-15 10:50:46 +01:00
Son NK 5db92b049d Inform refused email to mailbox 2020-03-14 23:00:33 +01:00
Son NK 69198ff08a delete all unnecessary headers in PGP 2020-03-14 22:24:02 +01:00
Son NK 7bf1baaafa Add sql migration 2020-03-14 16:36:18 +01:00
Son NK 0bb9830680 Store the bounced email in email handling. 2020-03-14 16:34:23 +01:00
Son NK c3b85115ca Add refused-email view 2020-03-14 16:19:56 +01:00
Son NK 0de13ca4d9 add RefusedEmail model 2020-03-14 16:07:34 +01:00
Son NK 28c6c68a80 Use a better mailbox validation page 2020-03-14 14:45:37 +01:00
Son Nguyen Kim 67abc08f45
Merge pull request #109 from simple-login/alias-api
Alias api
2020-03-14 13:58:20 +01:00
Son NK f87746e071 POST /api/aliases/:alias_id/contacts 2020-03-14 12:55:38 +01:00
Son NK d7cb5ed26e GET /api/aliases/:alias_id/contacts 2020-03-14 12:22:43 +01:00
Son NK bfd729b889 PUT /api/aliases/:alias_id 2020-03-14 11:38:39 +01:00