Skip to content

Releases: d99kris/nmail

v3.74

25 Jun 05:46
Compare
Choose a tag to compare
  • move version to cpp-file for faster build time
  • fix terminal color support detection on mac
  • add support for custom terminal title
  • build fix for openSUSE
  • fix forwarding of emails with attachment filename containing comma or double quotes
  • fixes #100 - handle long mime encoded text in any header field
  • add support for custom downloads dir
  • strip trailing linebreak on forwarded message, following reply-behaviour
  • fixes #99 - use minimum required mime-structure for emails composed
  • fixes #96 - generate Message-ID based on uuid and service provider domain name
  • fixes #98 - filter out mime line breaks
  • improved portability

v3.62

26 Mar 09:22
Compare
Choose a tag to compare
  • fix column spacing in message parts view
  • add support for email signature
  • fixes #94 - add support for custom from field
  • fixes #95 - assume email header two-digit year is 20xx
  • exclude bcc header on send
  • fixes #93 - add support for wildcard search
  • add wcswidth fallback to wstring::size
  • add Arch Linux support when auto installing deps (#91)

v3.53

26 Dec 08:22
Compare
Choose a tag to compare
  • perform clean shutdown even when logout fails
  • use separate build dir for debug builds
  • respect terminal max color count
  • update ncurses include path to fix build on arch linux

v3.50

16 Oct 10:08
Compare
Choose a tag to compare
  • change default attachment indicator to paperclip emoji
  • fixes #85 - fix crash on cache pass change, add --pass option to re-encrypt cache with new pass

v3.48

19 Sep 07:35
Compare
Choose a tag to compare
  • fixes #90 - fix linking error on gentoo
  • fallback to ascii copy when utf8 conversion fails
  • more robust utf-8 <-> utf-16 conversion
  • support replying to recipients with comma in name
  • fixes #89 - support attaching files with comma in filename
  • composed message sanity check before send or postpone

v3.42

07 Aug 12:38
Compare
Choose a tag to compare
  • fix-up for last message subject line with emojis

v3.41

26 Jun 09:43
Compare
Choose a tag to compare
  • fix issue with last message long subject for certain widechars
  • fix intermittent crash when rapidly scrolling search results
  • fix wrap-around issue in compose editor
  • add support for reply to sender
  • clear saved password when re-running setup wizard
  • fix build error with recent ncurses versions, for example in ubuntu 21.04
  • ensure cached headers, flags and bodys for deleted uids are cleared
  • add support for localized subject normalization
  • prevent move to / goto folder in empty folder filter list
  • improve search indexing performance
  • change default logging level to info to improve performance
  • improve imap cache prefetch performance, delay entering offline idle
  • address book picker to append, not insert, selected address
  • add support for external file picker, like nnn
  • attachment file picker to use full terminal width
  • improved recipient list on reply message in sent folder
  • switch from custom Maildir to sqlite3 to improve cache performance
  • switch default build type to release (with debug symbols)

v3.23

24 Apr 01:46
Compare
Choose a tag to compare
move to top of message view upon toggling show full headers

v3.10

03 Apr 04:28
Compare
Choose a tag to compare
doc update

v2.68

23 Feb 12:46
Compare
Choose a tag to compare
uncrustify reformat source code