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 |
|
Son NK
|
dec7969ead
|
add tests.utils.pretty()
|
2020-11-15 19:34:13 +01:00 |
|
Son NK
|
d8c9078708
|
Add EnumE.get_name()
|
2020-11-15 19:34:00 +01:00 |
|
Son NK
|
aee917a3ef
|
Add GET /api/custom_domains/:custom_domain_id/trash
|
2020-11-15 19:24:54 +01:00 |
|
Son NK
|
de495b9afe
|
return nb_alias in GET /api/custom_domains
|
2020-11-15 19:13:00 +01:00 |
|
Son NK
|
9d24b1b88a
|
GET /api/custom_domains
|
2020-11-15 19:09:25 +01:00 |
|
Son NK
|
f6568aca6a
|
Return pinned in GET /api/aliases/:alias_id, GET /api/v2/aliases
|
2020-11-15 19:01:11 +01:00 |
|
Son NK
|
f500a495b7
|
User can pin an alias
|
2020-11-15 18:46:43 +01:00 |
|
Son NK
|
ae05c164c9
|
Support pinned in PATCH /api/aliases/:alias_id
|
2020-11-15 18:46:27 +01:00 |
|
Son NK
|
6c7018dd33
|
Take into account pinned alias in get_alias_infos_with_pagination_v3
|
2020-11-15 18:42:29 +01:00 |
|
Son NK
|
abf50e302b
|
Add Alias.pinned column
|
2020-11-15 18:38:07 +01:00 |
|
Son NK
|
08902bf784
|
small style refactor
|
2020-11-15 18:31:10 +01:00 |
|
Son NK
|
9cfb6d412a
|
Add /api/v5/alias/options
|
2020-11-14 16:45:22 +01:00 |
|
Son NK
|
f452c79aec
|
Add /v2/setting/domains
|
2020-11-14 16:37:36 +01:00 |
|
Son NK
|
ae64bd26b9
|
add TOC for api.md
|
2020-11-14 16:32:19 +01:00 |
|
Son NK
|
fde01af5b5
|
improve readme
|
2020-11-14 16:26:15 +01:00 |
|
Son Nguyen Kim
|
521ab4f47e
|
Update README.md
|
2020-11-14 16:06:42 +01:00 |
|
Son NK
|
56aca5edaf
|
use another hero image
|
2020-11-14 16:03:25 +01:00 |
|
Son NK
|
81e211f8b4
|
Move table of content to top
|
2020-11-14 16:03:16 +01:00 |
|
Son NK
|
ea6e6f23d2
|
Move api and oauth to dedicated page
|
2020-11-14 16:00:39 +01:00 |
|