Son
|
fbabe6fb44
|
use job system for deleting mailbox
|
2021-10-13 11:40:15 +02:00 |
|
Son
|
372466ab06
|
do not use flask-sqlalchemy
- add __tablename__ for all models
- use sa and orm instead of db
- rollback all changes in tests
- remove session in @app.teardown_appcontext
|
2021-10-12 14:36:47 +02:00 |
|
Son
|
0f4ad1a0d4
|
black
|
2021-08-15 17:56:31 +02:00 |
|
Son
|
e5308932a2
|
make mailbox deletion async
|
2021-08-15 17:50:47 +02:00 |
|
Son NK
|
a1d5b01143
|
make sure mailbox email is valid
|
2020-11-22 12:18:31 +01:00 |
|
Son NK
|
adff510359
|
use PublicDomain instead if ALIAS_DOMAINS
|
2020-10-15 16:45:08 +02:00 |
|
Son NK
|
90163220cf
|
rename email_domain_can_be_used_as_mailbox -> email_can_be_used_as_mailbox
|
2020-10-15 16:05:47 +02:00 |
|
Son NK
|
d81ad2fd12
|
sanitize mailbox before creating: remove empty space
|
2020-09-17 17:02:50 +02:00 |
|
Son NK
|
722bff319e
|
add POST /api/mailboxes: create a new mailbox
|
2020-05-23 16:17:42 +02:00 |
|
Son NK
|
32a9bd9095
|
make sure to use lowercase for mailbox email
|
2020-05-20 18:16:18 +02:00 |
|
Son NK
|
2978bfb281
|
Fix user cannot change personal email back and better naming.
Happens when user
- changes their personal email
- wants to change back: they can't as this email is already used as mailbox
|
2020-05-15 23:18:30 +02:00 |
|
Son NK
|
e9d03d1d4b
|
Handle the case where a deleted mailbox verification link is clicked
|
2020-05-06 10:06:05 +02:00 |
|
Son NK
|
cc6293d698
|
Order mailbox by created order
|
2020-04-28 20:22:37 +02:00 |
|
Son NK
|
ca6350cc27
|
optimize import in all files
|
2020-04-25 13:49:39 +02:00 |
|
Son NK
|
28c6c68a80
|
Use a better mailbox validation page
|
2020-03-14 14:45:37 +01:00 |
|
Son NK
|
b05daecd28
|
Handle unsign can generate other exceptions
|
2020-03-09 09:17:40 +01:00 |
|
Son NK
|
6200d4d1a0
|
redirect user to mailbox detail page when creating new mailbox
|
2020-03-08 22:59:19 +01:00 |
|
Son NK
|
fac833b8e6
|
support the case user wants to re-add their real email as mailbox
|
2020-03-08 10:05:13 +01:00 |
|
Son NK
|
ca70d26285
|
black format
|
2020-03-05 11:00:58 +01:00 |
|
Son NK
|
7e4eb9e0db
|
use MAILBOX_SECRET instead of FLASK_SECRET
|
2020-02-29 18:18:52 +07:00 |
|
Son NK
|
f395841770
|
only premium plan can add additional mailbox
|
2020-02-29 18:12:55 +07:00 |
|
Son NK
|
aeed62e95b
|
All users use full-mailbox
- remove can_use_multiple_mailbox col
- remove full_mailbox col
|
2020-02-29 00:03:35 +07:00 |
|
Son NK
|
1fcbe32990
|
Can set a mailbox as default
|
2020-02-23 15:51:26 +07:00 |
|
Son NK
|
7febe6e15b
|
cannot delete default mailbox
|
2020-02-23 15:41:53 +07:00 |
|
Son NK
|
362032b803
|
full_mailbox user can use mailbox
|
2020-02-23 14:09:57 +07:00 |
|
Son NK
|
eec2020f0f
|
only user with can_use_multiple_mailbox enabled can use this feature
|
2020-02-11 22:43:32 +07:00 |
|
Son NK
|
144c7fcc6c
|
fix verification email should be sent to mailbox
|
2020-02-10 23:50:18 +07:00 |
|
Son NK
|
8a531f6c86
|
User can add/delete/verify mailbox
|
2020-02-10 23:17:05 +07:00 |
|