1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 23:12:55 +00:00
Commit graph

478 commits

Author SHA1 Message Date
M66B
fa9199801e 0.14 release 2018-08-16 14:57:18 +00:00
M66B
bed0bd84c1 Identities will only synchronize of account is synchronizing 2018-08-16 14:53:05 +00:00
M66B
dfc30a8436 Append sent messages
Fixes #29
2018-08-16 14:27:55 +00:00
M66B
9d3cdd95eb Move messages with uid only 2018-08-16 14:27:32 +00:00
M66B
87ebf47a83 Fixed viewing attachments 2018-08-16 13:57:29 +00:00
M66B
887d80925a Distraction free reading and composing 2018-08-16 13:56:42 +00:00
M66B
b41060ffde Reset state of all folders before connecting 2018-08-16 11:46:22 +00:00
M66B
63abaa1b33 Fix cursor position on reply 2018-08-16 11:46:08 +00:00
M66B
d727c2bb52 Improvements 2018-08-16 11:26:53 +00:00
M66B
9e602ca950 Fixed warning 2018-08-16 11:25:02 +00:00
M66B
27683fda58 Simple task fixes 2018-08-16 11:23:30 +00:00
M66B
1b7e79012b Improve debug logging 2018-08-16 11:19:19 +00:00
M66B
c04ce42eff Refactored account/folder monitoring 2018-08-16 07:45:26 +00:00
M66B
b0588f0a6c Minor improvements 2018-08-15 18:26:34 +00:00
M66B
62f74ef95b Check store connection on folder exception 2018-08-15 17:25:12 +00:00
M66B
3f0fb8389d Set SMTP write timeout 2018-08-15 16:59:30 +00:00
M66B
9819b658bb Fill forms only once
- This is simpler than using SimpleTask for a one shot get
- Account, identity and folder are update on state change / error
2018-08-15 16:53:34 +00:00
M66B
7d1bc4a7f3 Fixed rotation problems
- Using another obscure flag
- Simplify state
2018-08-15 16:18:14 +00:00
M66B
591dfa67b3 Cleanup 2018-08-15 16:17:44 +00:00
M66B
80307e6836 Replace AsyncTask by HandlerThread
Saving accounts and identities take too long on the foreground
2018-08-15 12:34:52 +00:00
M66B
7492402332 0.13 release 2018-08-15 11:37:36 +00:00
M66B
44feb7c26d Show "to do" for accounts, identities and permissions
Fixes #18
2018-08-15 11:34:21 +00:00
M66B
ab485f8d43 Show send state/errors 2018-08-15 11:26:59 +00:00
M66B
92fc1349f0 Mark only synchronized messages seen
Skip drafts and outbox
2018-08-15 10:49:12 +00:00
M66B
eb8cc15e11 Removed item selection 2018-08-15 10:35:52 +00:00
M66B
bb143540f4 Layout improvements 2018-08-15 10:32:51 +00:00
M66B
d4199124a7 Save fragment instance states 2018-08-15 09:50:39 +00:00
M66B
ee2d59c406 Crowdin sync 2018-08-15 08:48:34 +00:00
M66B
a218a97c00 Fixed connectivity issues, improved logging 2018-08-15 07:40:18 +00:00
M66B
bac0a2e2f3 Updated library version 2018-08-14 21:00:31 +00:00
M66B
33458c1540 0.12 release 2018-08-14 20:50:33 +00:00
M66B
a6ed47ac88 Fixed crash on navigating from new email notification
Fixes #39
2018-08-14 20:48:58 +00:00
M66B
89ac44d312 Preparations for multiple select 2018-08-14 20:40:37 +00:00
M66B
1aa00d5b6b Prepare item selection 2018-08-14 20:15:41 +00:00
M66B
2d5df16576 0.11 release 2018-08-14 18:47:43 +00:00
M66B
eb3ba04e1e Fixed service synchronization 2018-08-14 18:46:14 +00:00
M66B
da9aeaf978 Close drawer on new fragment (folders menu) 2018-08-14 17:42:57 +00:00
M66B
57ceca54d7 Reply to sender, not to self 2018-08-14 17:41:21 +00:00
M66B
f25ca38376 Fixed fetching reply-to address
Who had thought that get 'reply-to' would return 'to' if not present?
2018-08-14 17:23:35 +00:00
M66B
794e3d86b7 Revised message view header, showing reply to address 2018-08-14 17:13:28 +00:00
M66B
db911996e2 Fixed reply all 2018-08-14 16:46:19 +00:00
M66B
eb5b756c48 Improved layout 2018-08-14 16:46:02 +00:00
M66B
33665c7e9c Crowdin sync 2018-08-14 16:13:30 +00:00
M66B
36416a26b1 Word wrap addresses and subject
Who had though to set singleLine="true" and inputType="textMultiLine" ??
2018-08-14 16:10:09 +00:00
M66B
313ef5eddd Added menu to privacy policy 2018-08-14 15:57:32 +00:00
M66B
2ac5accc00 Added menu shortcut to folders of primary account 2018-08-14 15:45:07 +00:00
M66B
43fb46615e Reply to sender
Fixes #38
2018-08-14 15:20:00 +00:00
M66B
6cadda6c0a Consider failed messages as sent 2018-08-14 15:01:39 +00:00
M66B
f2779c7f0f Fixed handling send problems 2018-08-14 14:50:41 +00:00
M66B
afb7668d6e Fixed race condition 2018-08-14 14:25:21 +00:00
M66B
badbd134f5 Added option to delete attachments 2018-08-14 14:16:29 +00:00
M66B
4ed1064d18 Save drafts with content only 2018-08-14 13:45:18 +00:00
M66B
fffb61b1cb Try to send message once only, report send errors
To prevent duplicates and endless retries
2018-08-14 13:03:33 +00:00
M66B
437ef94b6c Fixed seen 2018-08-14 12:34:57 +00:00
M66B
0ca1050b2e To do 2018-08-14 12:27:07 +00:00
M66B
0df8aea75d Small layout improvement 2018-08-14 12:23:39 +00:00
M66B
c7e290661c Terminate backoff on stop 2018-08-14 12:23:22 +00:00
M66B
cb068873f0 Reset error on disabling sync 2018-08-14 12:13:16 +00:00
M66B
b6873052b9 Fixed loop on too many connections 2018-08-14 12:07:57 +00:00
M66B
c4b1963f80 Let outbox show connectivity 2018-08-14 11:56:28 +00:00
M66B
1e1022a147 Synchroneous service stop 2018-08-14 11:08:28 +00:00
M66B
2f2dabe919 Fixed message list flickering 2018-08-14 09:22:53 +00:00
M66B
7807008c24 Outbox properties are immutable 2018-08-14 09:10:30 +00:00
M66B
fec647a7ee Fixed setup closing on config change 2018-08-14 08:31:43 +00:00
M66B
40780faabe Fixed initial account setup 2018-08-14 08:06:06 +00:00
M66B
b6d2c0eab5 Identity conveniences 2018-08-14 07:56:17 +00:00
M66B
511acdc875 Allow disabling account sync without internet connection 2018-08-14 06:40:36 +00:00
M66B
81255dc31e Crowdin sync 2018-08-14 05:54:16 +00:00
M66B
7ea97fad6b Changed name to FairEmail 2018-08-14 05:53:24 +00:00
M66B
d3245ef77f Make new email relative to stored time 2018-08-14 05:33:44 +00:00
M66B
dbff583f05 Show identity email
Requested by @Primokorn
2018-08-14 05:08:30 +00:00
M66B
e3d908a752 Controlled teardown 2018-08-13 19:56:53 +00:00
M66B
5d86ae6df2 Open system folders first 2018-08-13 19:02:06 +00:00
M66B
106e518960 Small improvements 2018-08-13 18:49:54 +00:00
M66B
33ad41020a Logaritmic backoff, fixes, improvements 2018-08-13 18:22:18 +00:00
M66B
e72b1a7a3d Show account/folder connectivity 2018-08-13 17:35:50 +00:00
M66B
6bba997cce Fixed MOVE/DELETE local
Introducing a dependency on UIDPLUS
2018-08-13 14:37:15 +00:00
M66B
4db7c6e107 Convenience 2018-08-13 13:57:51 +00:00
M66B
3314826120 Disable all on action 2018-08-13 13:53:46 +00:00
M66B
0a4621abad Removed mailbox.org from providers
Login not accepted
2018-08-13 12:29:06 +00:00
M66B
52d72ca803 Update draft in place, revised compose
Fixes #36
2018-08-13 11:22:57 +00:00
M66B
951bdfab67 Store attachments as files 2018-08-13 08:58:36 +00:00
M66B
7af11814d6 Show operations in debug mode 2018-08-13 06:59:05 +00:00
M66B
a4b843ecd5 Fixed attachment observing 2018-08-13 06:23:46 +00:00
M66B
4050350a0e Fixed debug/crash info 2018-08-13 06:04:20 +00:00
M66B
1e17cb5124 Fixed default attachment type 2018-08-13 05:17:36 +00:00
M66B
18fdd1c445 Layout improvements 2018-08-13 05:15:56 +00:00
M66B
4ba1f21c79 0.10 release 2018-08-12 19:13:36 +00:00
M66B
75519a0c66 Crowdin sync 2018-08-12 19:13:25 +00:00
M66B
fa97fa48e6 Sent fixes 2018-08-12 19:11:53 +00:00
M66B
6d790c7d51 Do not mark messages in outbox read 2018-08-12 18:16:12 +00:00
M66B
fbed26abd0 Fixes 2018-08-12 17:51:57 +00:00
M66B
8a1d82c4bb Delay task result delivery 2018-08-12 17:51:23 +00:00
M66B
82929b231e Fixes 2018-08-12 16:46:58 +00:00
M66B
ccc42a77a8 Group on thread only 2018-08-12 16:13:43 +00:00
M66B
633482ade7 Fixes, improvements 2018-08-12 15:31:43 +00:00
M66B
a46874130f Synchronize message updates and message operations 2018-08-12 13:04:24 +00:00
M66B
92e9120e06 Consistently use database transactions
To prevent hard to find problem
2018-08-12 12:47:52 +00:00
M66B
f0cf9dafa4 Transactional synchronize message 2018-08-12 11:46:34 +00:00
M66B
670c0f04ae Show number of unsent messages 2018-08-12 11:17:50 +00:00
M66B
d9875de010 Fixes and improvements
- Last loaders/executors have been gone
- Improved debug info
- Fixed multiple draft saves
2018-08-12 10:51:09 +00:00
M66B
4a43ebaafc Fail on inserting when record exists 2018-08-12 08:16:41 +00:00
M66B
56c6381557 Show spinner when deleting account/identity 2018-08-12 08:07:34 +00:00
M66B
096919e307 Introduced simple task
Loaders are not suitable for one shot tasks which execution needs to be guaranteed
2018-08-12 07:51:33 +00:00
M66B
6d525fb77b Fixed saving draft attachments 2018-08-11 20:59:28 +00:00
M66B
b34abdc338 Quick fix for attaching 2018-08-11 20:10:49 +00:00
M66B
7b32bf1942 Fixes 2018-08-11 20:05:36 +00:00
M66B
7cb37c33b9 Prevent multiple loads 2018-08-11 20:04:35 +00:00
M66B
c694c818ff Crowdin sync 2018-08-11 19:49:23 +00:00
M66B
b2f8fecc0b Message threading fix 2018-08-11 19:31:08 +00:00
M66B
606bef05d7 Make sure loader start 2018-08-11 19:15:15 +00:00
M66B
3a9f457706 Improved layout 2018-08-11 18:54:08 +00:00
M66B
ec83d142f4 Quick fix for remote deleted message being composed
This will be a rare case
2018-08-11 18:41:11 +00:00
M66B
f85ef0579b Autosave on leaving compose
Fixes #4
2018-08-11 18:35:22 +00:00
M66B
ab6e8ed6dd Replace executors by simple loader 2018-08-11 18:16:35 +00:00
M66B
850397c4fa Add edit button to folder items 2018-08-11 18:04:50 +00:00
M66B
cdecb5e205 Refactoring 2018-08-11 17:48:35 +00:00
M66B
9186ad8215 Move by delete/append 2018-08-11 17:31:33 +00:00
M66B
7c294281c2 Navigate from setup to messages when account set 2018-08-11 16:50:51 +00:00
M66B
a3c9ebc6af Make main and setup single instance 2018-08-11 16:35:19 +00:00
M66B
666b5b562c Simplify on new intent 2018-08-11 16:22:24 +00:00
M66B
932f01a20e Save compose message state
Refs #3
2018-08-11 16:14:30 +00:00
M66B
f943303bee Simplify Message ID query 2018-08-11 16:13:52 +00:00
M66B
42a4de8931 Log activity/fragment life cycle 2018-08-11 16:13:22 +00:00
M66B
3826ca76d5 Fixed duplicate message IDs 2018-08-11 16:12:15 +00:00
M66B
6f06d88082 Use MOVE again, refactored compose message, find by message ID 2018-08-11 14:13:29 +00:00
M66B
884ce9870a Fixed send operation 2018-08-11 14:04:06 +00:00
M66B
d884b601e2 Fixed FAB message list 2018-08-11 14:03:43 +00:00
M66B
30f963b05f Simple loader fixes 2018-08-11 14:03:12 +00:00
M66B
63a2559c7f Layout improvement 2018-08-11 11:40:42 +00:00
M66B
bef67ee485 Stop service before updates 2018-08-11 10:48:53 +00:00
M66B
cd93c7fce9 Updated text 2018-08-11 09:19:05 +00:00
M66B
03c944122f Improved debug info 2018-08-11 09:18:49 +00:00
M66B
af28f983cd Refactoring 2018-08-11 08:37:56 +00:00
M66B
6713134e43 Report/show account, folder, message and operation errors 2018-08-11 08:28:54 +00:00
M66B
f83a4f60ec Improvements 2018-08-11 07:20:42 +00:00
M66B
f62dd4ee90 Send messages with attachments 2018-08-11 06:50:21 +00:00
M66B
1405d3be98 Fixed crash 2018-08-11 05:08:10 +00:00
M66B
4aca3880e4 Generic simple loader 2018-08-11 05:02:13 +00:00
M66B
8532027f01 Defer creating crash log message 2018-08-11 04:41:26 +00:00
M66B
115ebbfb5f Revert "Disable STARTTLS for GMX"
This reverts commit 119c54e664.

Refs #30
2018-08-11 04:06:36 +00:00
M66B
119c54e664 Disable STARTTLS for GMX
Refs #30
2018-08-10 20:07:54 +00:00
M66B
4b5a072ae5 Basic add attachment 2018-08-10 20:07:13 +00:00
M66B
7860d1bd43 Merge branch 'master' of github.com:M66B/open-source-email 2018-08-10 19:35:34 +00:00
M66B
643b17397a Refactored compose to create a draft on get 2018-08-10 19:35:05 +00:00
StoyanDimitrov
d0cd66eab7
Add GMX to providers
Tested in the application.
2018-08-10 18:21:05 +00:00
M66B
9766a76fab Export launcher activity only 2018-08-10 17:38:41 +00:00
M66B
b48d54f98f Prepare for adding attachments 2018-08-10 17:14:07 +00:00
M66B
53d77fe205 Search contacts on typing 2018-08-10 16:06:39 +00:00
M66B
55b10420cf Refactoring, simplifications 2018-08-10 14:56:00 +00:00