Commit Graph

58 Commits

Author SHA1 Message Date
dab246 17499e70db TF-313 Apply new ui for email address detail 2022-03-10 09:36:29 +07:00
dab246 a59ef34df4 TF-313 Apply new ui for subject, address, body EmailView 2022-03-10 09:36:29 +07:00
dab246 9ce398d937 TF-313 Apply new ui for BottomBar EmailView 2022-03-10 09:36:29 +07:00
dab246 7beebfebc8 TF-296 Fix download file on browser 2022-03-07 12:10:35 +07:00
dab246 977e791bab TF-282 Fix bug email address is cut off when displaying on the mobile app 2022-03-02 09:43:06 +07:00
Dat PHAM HOANG 6ee34c4d97 Package the webapp in a docker nginx lightweight container 2022-02-25 14:28:43 +07:00
dab246 f658b8cd6e TF-235 Add presentation for rename a mailbox 2022-02-25 14:09:18 +07:00
dab246 79a7b45142 TF-234 Implement delete a mailbox 2022-02-25 06:30:42 +07:00
dab246 a19f3841d3 TF-234 Display bottom bar actions for selection mailbox 2022-02-25 06:30:42 +07:00
dab246 9cca03fff3 TF-35 Add presentation for search mailbox 2022-02-24 09:49:16 +07:00
dab246 ea29405f08 TF-82 Create an email as drafts 2022-02-23 18:50:44 +07:00
dab246 e739e23c62 TF-233 Implement create new mailbox and sub-folder 2022-02-23 14:19:10 +07:00
dab246 8f356a4ee3 TF-233 Add mailbox name validator 2022-02-23 14:19:10 +07:00
dab246 eec37295c8 TF-233 Add presentation for create new mailbox 2022-02-23 14:19:10 +07:00
dab246 f37b32ade5 TF-256 Use environment variable to provide the JMAP server URL 2022-02-21 14:09:36 +07:00
dab246 2450cc9c6b TF-261 Add HtmlEditor for web browser 2022-02-18 17:07:22 +07:00
dab246 1d08fc9ddb Add trigger logger for handling errors in Flutter 2022-02-11 17:22:08 +07:00
dab246 ca69bee4cd TF-119 Filter messages with unread, attachments, starred 2022-02-11 17:21:35 +07:00
dab246 6f9b9d27b4 TF-249 Change ui mailbox list 2022-02-10 22:43:09 +07:00
dab246 818d65b3a6 TF-248 Change ui toast notification 2022-02-10 22:43:09 +07:00
dab246 a48f508171 TF-248 Update UI and Action for selection multiple email 2022-02-10 22:43:09 +07:00
dab246 879692aa54 TF-248 Change floating button compose email 2022-02-10 22:43:09 +07:00
dab246 c0f0b5875b TF-248 Add search form input inside ThreadView 2022-02-10 22:43:09 +07:00
dab246 4a49ce8150 TF-248 Update AppBar of ThreadView 2022-02-10 22:43:09 +07:00
Rene Cordier 3bc27174ca Change label "username" to "Email" in login form 2021-11-12 16:58:28 +07:00
dab246 3eaaccd551 TF-138 Add presentation layer for search mail with text pattern 2021-10-26 15:34:08 +07:00
dab246 8346e030c8 [BUG] Remove HtmlMessagePurifier when not used 2021-10-14 09:54:33 +07:00
dab246 dd5e8e4519 TF-105 [BUG] Fix long line should be wrapped 2021-10-13 12:20:30 +07:00
dab246 ee58a77758 TF-145 Implement LoadMoreEmails in ThreadView 2021-10-11 09:31:49 +07:00
dab246 bfd5901bf4 TF-145 Add data layer for getAllEmail in Caching 2021-10-11 09:31:49 +07:00
dab246 4fc985b314 TF-141 Delete cache when logout 2021-10-07 11:30:48 +07:00
dab246 eb29f514dc TF-123 Implement refresh all mailbox 2021-10-01 15:48:47 +07:00
dab246 8f5171d581 TF-123 Implement caching mailbox when get all mailbox 2021-10-01 15:48:47 +07:00
dab246 c7a3e90a68 TF-79 Mark as star/unstar selected multiple email 2021-09-27 08:14:26 +07:00
dab246 a12efc8d2b TF-80 Move multiple email to mailbox from thread view 2021-09-24 17:50:26 +07:00
dab246 afc8c0fe77 TF-80 Move email to Mailbox in Email Detailed view 2021-09-24 17:50:26 +07:00
dab246 c227df8df2 TF-80 Create pick destination screen 2021-09-24 17:50:26 +07:00
dab246 39ca213285 TF-56 Implement upload single attachment 2021-09-23 11:29:29 +07:00
dab246 d168900975 TF-32 Add presentation layer of export attachment for ios platform 2021-09-18 15:01:39 +07:00
dab246 20f98ce541 TF-32 Add presentation layer of download attachment for android platform 2021-09-18 15:01:39 +07:00
Dat PHAM HOANG afe6095c7e Remove LoginAPI, because it does not belongs to JMAP server 2021-09-17 11:24:04 +07:00
dab246 5fd305d102 TF-78 Implement mark as unread when touch the "eye slash" icon on the top of screen EmailView 2021-09-17 10:06:36 +07:00
dab246 8721b08f33 TF-78 Update state email and count unread current mailbox when mark as read & unread multiple selected email 2021-09-17 10:06:36 +07:00
dab246 e7bf7f782e TF-78 Implement mark as read & unread for multiple selected email in threads 2021-09-17 10:06:36 +07:00
dab246 161eed5d72 TF-78 Create action bar and context menu when multiple selected email 2021-09-17 10:06:36 +07:00
dab246 59ab5265fd TF-78 Update state email in threads and count unread of current mailbox when back from EmailView 2021-09-17 10:06:36 +07:00
Dat PHAM HOANG c4b3109294 Change TMail to Team Mail 2021-09-16 18:05:21 +07:00
Dat PHAM HOANG eadcdd57ae Move main.dart file for controlling easily in CI system 2021-09-14 14:59:46 +07:00
dab246 0cd7552ad2 TF-48 Implement compose and send email with simple text 2021-09-08 15:19:56 +07:00
dab246 ee615c7ccd TF-46 Create composer widget with add presentation 2021-08-31 10:37:29 +07:00