feat: compute size before upload

This commit is contained in:
James Houlahan
2021-01-27 10:21:53 +01:00
parent 0679b99a65
commit fa3829cbfe
3 changed files with 38 additions and 17 deletions

View File

@ -5,6 +5,17 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unreleased
### Added
* GODT-958 Release notes per eaach update channel.
* GODT-906 Handle RFC2047-encoded content transfer encoding values.
* GODT-875 Added GUI dialog on force update.
* GODT-820 Added GUI notification on impossibility of update installation (both silent and manual).
* GODT-870 Added GUI notification on error during silent update.
* GODT-805 Added GUI notification on update available.
* GODT-804 Added GUI notification on silent update installed (promt to restart).
* GODT-275 Added option to disable autoupdates in settings (default autoupdate is enabled).
* GODT-874 Added manual triggers to Updater module.
* GODT-851 Added support of UID EXPUNGE.
* GODT-928 Reject messages which are too large.
### Removed
@ -17,6 +28,3 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
* GODT-900 Remove \Deleted flag after re-importing the message (do not delete messages by moving to local folder and back).
* GODT-908 Do not unpause event loop if other mailbox is still fetching.
* Check deprecated status code first to better determine API error.
* GODT-732 Fix usage of fontawesome
* GODT-915 Bump go-imap dependency and remove go-imap-specialuse dependency.
* GODT-928 Reject messages which are too large.