Skip to content

Releases: nextcloud-releases/mail

v1.13.0 RC2

01 Jun 14:30
0f3108d
Compare
Choose a tag to compare
v1.13.0 RC2 Pre-release
Pre-release

1.13.0 – unreleased

Added

  • PHP8.1 support
  • Many performance improvements

Changed

  • New material icons
  • Dropped Nextcloud 21 support (EOL)
  • Dropped PHP7.3 support (EOL)

Fixed

  • Leaking database cursor
  • Memory leaks
  • Causal read during outbox message/recipient insert
  • OCI compatibility
  • Forwarding attachments
  • Creating duplicate tags

v1.13.0 RC1

31 May 07:33
262e070
Compare
Choose a tag to compare
v1.13.0 RC1 Pre-release
Pre-release

1.13.0 – unreleased

Added

  • PHP8.1 support
  • Many performance improvements

Changed

  • New material icons
  • Dropped Nextcloud 21 support (EOL)
  • Dropped PHP7.3 support (EOL)

Fixed

  • Leaking database cursor
  • Memory leaks
  • Causal read during outbox message/recipient insert
  • OCI compatibility
  • Forwarding attachments
  • Creating duplicate tags

v1.12.1

24 May 14:09
f9e9277
Compare
Choose a tag to compare

Changelog

1.12.1 - 2022-05-24

Fixed

  • Prevent causal read for outbox message and recipient inserts
  • Hide subscribed / unsubscribed checkbox for "Favourites" folder
  • Fix attachment loss during outbox message update
  • Fix sending messages to groups
  • Fix composer not to open when we select envelope
  • Change the timeout value to fit the dialogs
  • Fix text format when closing the composer modal
  • Do not override existing aliases
  • Stop message from sending while editing
  • Fix html editor being always selected
  • Fix flagging replied messages
  • Fix modal size in different size of the screen
  • Show account color indicator only if several accounts are present
  • Consider passwordless signings when provisioning

v1.13.0 Beta 3

23 May 18:28
f254449
Compare
Choose a tag to compare
v1.13.0 Beta 3 Pre-release
Pre-release
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>

v1.12.1-rc.1

23 May 10:18
14efa13
Compare
Choose a tag to compare
v1.12.1-rc.1 Pre-release
Pre-release

Changelog

1.12.1 - 2022-05-24

Fixed

  • Prevent causal read for outbox message and recipient inserts
  • Hide subscribed / unsubscribed checkbox for "Favourites" folder
  • Fix attachment loss during outbox message update
  • Fix sending messages to groups
  • Fix composer not to open when we select envelope
  • Change the timeout value to fit the dialogs
  • Fix text format when closing the composer modal
  • Do not override existing aliases
  • Stop message from sending while editing
  • Fix html editor being always selected
  • Fix flagging replied messages
  • Fix modal size in different size of the screen
  • Show account color indicator only if several accounts are present
  • Consider passwordless signings when provisioning

v1.13.0-beta1

13 May 13:04
f7c6407
Compare
Choose a tag to compare
v1.13.0-beta1 Pre-release
Pre-release
Merge pull request #6442 from nextcloud/release/1.13.0-beta1

Release 1.13.0-beta1

v1.12.0

03 May 10:06
5469d66
Compare
Choose a tag to compare

Changelog

1.12.0 - 2022-05-03

Added

  • Local Outbox
  • Scheduled Sending
  • Undo Sending
  • Anti abuse detection
  • Time in-/sensitive background jobs
  • Clipboard support, copy recipient to clipboard
  • Loading indicator for autosuggestion dropdown

Changed

  • General UI improvements and design fixes
  • Account setup error reporting
  • Downgrade KItinerary log line to info

Fixed

  • Discard drafts on outbox and imap messages
  • TypeError spamming logs when user not logged in
  • Sync error with empty UID list
  • array_merge needs at least one argument
  • Missing account aliases for new accounts

v1.12.0 RC3

02 May 18:32
b73d897
Compare
Choose a tag to compare
v1.12.0 RC3 Pre-release
Pre-release

Changelog

1.12.0 - 2022-05-03

Added

  • Local Outbox
  • Scheduled Sending
  • Undo Sending
  • Anti abuse detection
  • Time in-/sensitive background jobs
  • Clipboard support, copy recipient to clipboard
  • Loading indicator for autosuggestion dropdown

Changed

  • General UI improvements and design fixes
  • Account setup error reporting
  • Downgrade KItinerary log line to info

Fixed

  • Discard drafts on outbox and imap messages
  • TypeError spamming logs when user not logged in
  • Sync error with empty UID list
  • array_merge needs at least one argument
  • Missing account aliases for new accounts

v1.12.0-rc.2

02 May 17:31
697d405
Compare
Choose a tag to compare
v1.12.0-rc.2 Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.

1.12.0 - 2022-05-03

Added

  • Local Outbox
  • Scheduled Sending
  • Undo Sending
  • Anti abuse detection
  • Time in-/sensitive background jobs
  • Clipboard support, copy recipient to clipboard
  • Loading indicator for autosuggestion dropdown

Changed

  • General UI improvements and design fixes
  • Account setup error reporting
  • Downgrade KItinerary log line to info

Fixed

  • Discard drafts on outbox and imap messages
  • TypeError spamming logs when user not logged in
  • Sync error with empty UID list
  • array_merge needs at least one argument
  • Missing account aliases for new accounts

v1.12.0-RC1

14 Apr 14:39
Compare
Choose a tag to compare
v1.12.0-RC1 Pre-release
Pre-release

Changelog

1.12.0 - 2022-04-26

Added

  • Local Outbox
  • Scheduled Sending
  • Undo Sending
  • Anti abuse detection
  • Time in-/senstive background jobs
  • Clipboard support, copy recipient to clipboard
  • Loading indicator for autosuggestion dropdown

Changed

  • General UI improvements and design fixes
  • Account setup error reporting
  • Downgrade KItinerary log line to info

Fixed

  • TypeError spamming logs when user not logged in
  • Sync error with empty UID list
  • array_merge needs at least one argument
  • Missing account aliases for new accounts