Commit Graph

116 Commits

Author SHA1 Message Date
dab246 9ee40751e8 TF-2068 Fix calendar banner widget is gray bar
(cherry picked from commit 69998d944921d045c2c26acf0c66e01feb79112d)
2023-08-18 21:29:50 +07:00
dab246 f1d0b41267 TF-2057 Add color/size to styles
(cherry picked from commit 68b621471197105b2a846a2827afdaa23ec03edc)
2023-07-31 19:24:25 +07:00
dab246 51fe837493 TF-2057 Hide email content as html when has calendar event
(cherry picked from commit 033343a3016905f459c547cf816c12ecfeba6958)
2023-07-31 19:24:25 +07:00
dab246 689324edaf TF-2057 Add calendar event detail widget
(cherry picked from commit a695a3bc57213db07623022e494679563dbe1521)
2023-07-31 19:24:25 +07:00
dab246 2f0c4474b6 TF-2042 Display calendar event information widget
(cherry picked from commit d804b98c5904d014b8bec031cc08614af84c4a42)
2023-07-31 19:24:25 +07:00
dab246 1a54ca3d86 TF-2040 Add CalendarEventInformationWidget in email view
(cherry picked from commit ce284990a101ede7bcc58fd581fef2b03b07217c)
2023-07-31 19:24:25 +07:00
dab246 7dc7fe8e12 TF-2035 Remove loading widget for event banner
(cherry picked from commit 7cc196e4064cd8c86550730e0f878628260d4c8a)
2023-07-31 19:24:25 +07:00
dab246 588614f034 TF-2035 Show calendar event banner in email view
(cherry picked from commit 130f575da86e23095d2b626ff8af133a7122ab2e)
2023-07-31 19:24:25 +07:00
dab246 ad54e6e863 TF-1683 Fix height/color divider for correctly
(cherry picked from commit 25c772101eb693825413e6587961c3c56d0e5da2)
2023-07-10 18:28:59 +07:00
dab246 0824e25910 TF-1960 Fix alignment arrow button in RTL mode
(cherry picked from commit c3101d1710874d295eac6821853bc72095022446)
2023-07-07 22:45:26 +07:00
dab246 96145aae7a Sync all use PlatformInfo to check platform while runtime
(cherry picked from commit 514fec1f2f4f1ff8a584bf8db7bf3a5537a3e9f8)
2023-06-15 16:43:58 +07:00
dab246 2fb2ab18e8 TF-1886 Support RTL mode for HTML display
(cherry picked from commit 9ac393489e746b49073b1a2d98063481f4c894c6)
2023-06-15 16:43:58 +07:00
dab246 86fe019b83 TF-1813 Display SendingQueue mailbox
(cherry picked from commit 3e3667777075ba4029d66302009d81eadf18b6d2)
2023-06-13 10:17:45 +07:00
HuyNguyen 48f5a8b51f TF-1809: Handle sync data from cache and network when get email contents
(cherry picked from commit 896059cd5b29c62c2cf34621fe35d7b23a54acf4)
2023-06-05 11:02:20 +07:00
dab246 8bbc770881 TF-1832 Enable drag horizontal scroll attachment in email view
(cherry picked from commit 1b8a0e9adeb86add0adf56ab8bf8efa60ce3d9ef)
2023-06-05 11:02:20 +07:00
dab246 bc01ab9b0f TF-1611 Fix border and padding banner vacation
(cherry picked from commit 0d50f922fbd510b5c098a482affd611dcd8e64a6)
2023-03-24 19:40:48 +07:00
dab246 9af4924b9a TF-1581 Update UI to support language RTL 2023-03-10 21:10:36 +07:00
dab246 2b71aba278 TF-1487 Apply linter rule 2023-03-10 21:10:36 +07:00
dab246 b0273711ee TF-1427 Handle show mailbox in search mailbox view 2023-02-13 15:51:31 +07:00
dab246 16d360bb00 TF-1288 Fix email detailed view automatically closes when focusing on composer's editor on the web 2023-01-30 11:45:52 +07:00
dab246 5424479526 TF-1167 Improve more button in recipients of EmailView 2023-01-18 05:25:50 +07:00
dab246 54f1fd3a04 TF-1270 Fix click on an email then another email open 2022-12-07 11:02:09 +07:00
dab246 d088b8b962 TF-1203 Fix can not scroll horizontal email content 2022-11-29 14:50:20 +07:00
dab246 10b3acb8a0 TF-1200 Fix sent mails do not show the CC/BCC info 2022-11-17 14:42:15 +07:00
dab246 4f981878c3 TF-934 Implement open email in new tab 2022-11-15 09:41:33 +07:00
dab246 71abe0cf37 TF-934 Implement search by query when open new tab 2022-11-15 09:41:33 +07:00
dab246 6050ee5386 TF-934 Select mailbox, email when change route on browser 2022-11-15 09:41:33 +07:00
dab246 f4f6298761 TF-898 Implement quick creating rule in email view 2022-11-14 11:52:23 +07:00
ManhNTX 181915f071 TF-1014: add quotas out of storage 2022-11-11 16:43:21 +07:00
ManhNTX 75495e7d1f TF-1014: [Dev] Show quota at the bottom of mailbox 2022-11-11 16:43:21 +07:00
ManhNTX fe4c1c1917 TF-996: rename email controller 2022-11-01 21:56:52 +07:00
ManhNTX e264880f9d TF-996: add email_parent_controller.dart 2022-11-01 21:56:52 +07:00
ManhNTX 78af37e0f5 TF-996: apply correct content email when swipe 2022-11-01 21:56:52 +07:00
ManhNTX ecf1b0688e TF-996: remove unnecessary code 2022-11-01 21:56:52 +07:00
ManhNTX 2e16cc7f6c TF-996: Previous / Next message when searching email 2022-11-01 21:56:52 +07:00
ManhNTX 4e3385dc84 TF-996: add limit size listEmailLoaded 2022-11-01 21:56:52 +07:00
ManhNTX 8a931019ed TF-996: add previous / Next message of a mailbox on Web 2022-11-01 21:56:52 +07:00
ManhNTX bc102dd9ec TF-996: add previous / Next message of a mailbox on mobile/tablet 2022-11-01 21:56:52 +07:00
dab246 1e855c26bc Fix email content loaded after 10s 2022-10-28 15:26:27 +07:00
Dat PHAM HOANG 34b17bf008 Update avatar color in new EmailView 2022-10-21 17:22:32 +07:00
ManhNTX df7f9b89ba TF-1042:Connection pop up never be disappear 2022-10-19 11:52:14 +07:00
dab246 36a90fbc63 TF-985 Apply new design for list attachment in EmailView 2022-10-13 11:14:40 +07:00
dab246 fca3b9bf73 TF-985 Apply new design for EmailAddressWidget in EmailView 2022-10-13 11:14:40 +07:00
dab246 0e7993495f TF-984 Apply new design for popup menu item email view 2022-10-11 10:10:34 +07:00
dab246 a6b3110eea TF-933 Fix difficult to scroll vertically in EmailView on iOS 2022-09-16 12:20:02 +07:00
dab246 ebb91ad051 TF-933 Get mailbox contain email when search activate in EmailView 2022-09-16 12:20:02 +07:00
dab246 e832786e1c TF-933 Update correct mailbox contain for each email result search 2022-09-16 12:20:02 +07:00
dab246 fca73d4676 TF-888 Update new design for notification message vacation 2022-09-12 11:24:09 +07:00
Alexandre Lagane c0fe0b8196 TF-904 Fix Clicking mailbox name redirects to mailbox 2022-09-06 05:08:53 +07:00
dab246 593bf511e6 TF-802 Show message when enable/disable vacation responder 2022-08-19 06:01:47 +07:00