Son NK
|
1b88d2264e
|
add beta badge for "send email" feature
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
615e2a4d91
|
use send_by_postfix instead of sending bounce email directly
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
7e76c3a0a9
|
send bounce directly instead of return 550
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
a8d00c3329
|
add tooltip for reverse-alias
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
3e9233f346
|
replace the "test alias" by the alias manager page
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
231fc6fd88
|
create alias contact manager page
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
881525dfc2
|
use random_string for email_handler as reply email is not user-facing
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
c5bf95fffe
|
forward reply email can only by used by user email
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
46b0872710
|
handle both emails with reply+ and ra+ prefix
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
8c3834c957
|
generate a reply_email, make sure it is unique
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
62e0ae27a0
|
move get_email_name, get_email_part to email_utils
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
88cef1b90d
|
add new param IGNORED_EMAILS and use it in cronjob
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
9c9ad87c7d
|
remove /api/alias/new
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
565d406227
|
remove new_random_alias related test
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
6414cdaccf
|
remove late_payment() from cronjob
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
6f6ea36143
|
add info for each param in .env.example
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
e5079e48da
|
remove can_create_new_random_alias()
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
ec62fad3a0
|
remove notify_admin, replace by general stats
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
0b982a3f19
|
comment out flask-toolbar
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
fd5b4f91f9
|
return 400 in paddle callback if verification fails
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
eba9e889bf
|
add paddle_utils.verify_incoming_request
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
d58f9d4c89
|
add new param PADDLE_PUBLIC_KEY_PATH
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
3ef4f58805
|
add pycryptodome, phpserialize for paddle
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
e4ba4297e1
|
reformat using black
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
b0f4ab8a6d
|
use sendmail instead of send_message in reply phase to avoid unicode problem
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
572ce1de57
|
fix db connections leaks in email_handler: override the default app.teardown_appcontext
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
dc66cf76e2
|
allow overriding postfix server
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
3d95048e00
|
fix wording
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
2412658a3e
|
better UI for custom alias page
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
4e6922adad
|
disable late_payment in cron job
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
7f908a9da8
|
display website_from on alias log
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
d160971cc7
|
add ForwardEmail.website_from field
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
631900ab4f
|
use random_word instead of random_string for alias suffix
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
7f96538741
|
re-organize docs
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
8d60ebd456
|
handle the case email from header has the format "First Last <ab@cd.com>"
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
cf572bcd5b
|
make sure the .env.example is sufficient to run the code locally
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
c37ba0e1de
|
website_email: use From header instead of envelope from
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
29d48b7d0f
|
reduce sleep time in email_handler
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
9dd4a4afb7
|
take into account NOT_SEND_EMAIL param
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
74fe984ae1
|
make sure alias pattern check is the same everywhere: Only letter, number, dash (-), underscore (_) can be used in alias prefix
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
260b235328
|
remove random alias from pricing
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
6ddb8ee5ab
|
fix test
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
8e9aef1199
|
add website_name to suggested_emails
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
779cb9c377
|
create a custom alias with "my-first-alias" for first time user
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
139fc68bda
|
create some random alias creation
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
8b9a158ac2
|
create GenEmail.create_custom_alias that should replace all random alias
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
b09f74c445
|
use the same log format for colored log
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
4c8c48bb23
|
better UI for custom alias page
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
6d21343748
|
remove create random email button
|
2019-12-15 18:55:17 +02:00 |
|
Son NK
|
7f6267cc4a
|
call LOG.error on obsolete endpoints: /alias/new and /alias/random/new
|
2019-12-15 18:55:17 +02:00 |
|