Skip to content

Releases: d99kris/nmail

v5.8.9

08 Nov 06:10

Choose a tag to compare

  • store last good version in separate debug info file
  • fix race condition when server has uid but no header data yet
  • fix running external commands under termux
  • add make.sh support for termux
  • add support for custom browser
  • log last good version if different from current
  • improved handling of folder uid invalidation
  • add support for showing folder message count in top bar
  • fixes #182 - add support for multiple instances

v5.7.3

20 Sep 06:27

Choose a tag to compare

  • log system info in lower-case for consistency
  • more robust db journaling and synchronization for message cache
  • add debug support for logging of latency from key press to ui update

v5.6.3

16 Aug 07:38

Choose a tag to compare

  • add privacy policy
  • add support for saving all attachments
  • fix make.sh deps support for gentoo
  • fix make.sh deps support for linux mint

v5.5.1

28 Jun 03:47

Choose a tag to compare

  • add w3m as a dependency

v5.4.7

17 May 05:36

Choose a tag to compare

  • proper mime encode wrapping when sending emails with long utf-8 recipient names
  • proper mime encode wrapping when sending emails with long utf-8 subjects
  • reorganize help bar items in message list view
  • fixes #179 - add support for server-side imap search
  • set env variable required for default external html viewer w3m to use lessopen/lesspipe
  • update doc with run-time dependencies for html emails
  • add support for using external html viewer to view message parts/attachments
  • switch to terminal-based default external html viewer

v5.3.5

22 Mar 02:02

Choose a tag to compare

  • fixes #176 - differentiate function key inputs to ensure all non-ascii characters are allowed as text input
  • improved detection of dependencies on mac
  • enable save_pass by default
  • add make.sh deps support for arch arm
  • update doc for arch installation

v5.2.2

28 Dec 11:10

Choose a tag to compare

  • fixes #172 - add workaround for gmail imap disconnect issue when moving email to trash
  • external html viewer to show text-only messages converted via markdown to html

v5.1.16

28 Sep 05:30

Choose a tag to compare

  • add auto-move config option allowing to disable trash target
  • fix reauthentication upon outlook oauth2 token expiration
  • fix android termux build
  • avoid logging warnings for minor user-triggered events
  • allow full sync more than once per session
  • auto-move to allow trash target, with lower priority
  • add support for unwrapping quoted lines before wrapping them on reply
  • add support for dumping warning and error log messages to stdout upon exit
  • improved logging on oauth2 failure
  • remove python 'requests' dependency for oauth2
  • fixes #165 - improved config file parsing, trimming spaces
  • add basic support for xdg base directory specification
  • fix full sync hang for large mailboxes
  • add support for disabling keyboard shortcuts
  • update versioning scheme and hide version from top bar
  • add separate key binding for next/prev page when composing message
  • use html2nmail for html conversion by default
  • add html2nmail util that may be used for html_to_text_cmd
  • change html_to_text_cmd to be called with input file path instead of reading from stdin
  • fix issue with duplicated message parts upon changing html_to_text_cmd

v4.67

22 Jun 03:51

Choose a tag to compare

  • add support for server name indication
  • fix unclean exit after failed login
  • readme: remove mentions of gmail "less secure app access"
  • allow jump to inbox from message parts view
  • fixes #161 - document manual setup of imap/smtp in help/man-page
  • fixes #160 - reply-all should reply to all irrespective of reply-to header
  • add logging of os and architecture
  • use standard backtrace_symbols_fd for logging crash callstacks
  • github ci fix: macos use sudo for make install
  • readme: add install instructions for Guix
  • fix minor build warning
  • mark message read upon viewing message in external viewer
  • add make.sh deps support for Pop OS
  • add make.sh deps support for Void and Rocky Linux
  • add make.sh deps support for openSUSE
  • add make.sh deps support for MacPorts

v4.54

23 Mar 07:19

Choose a tag to compare

  • improved macOS portability
  • drop CFNetwork dependency for macOS
  • fix build on alpine linux
  • use cp syntax with better compatibility
  • fix auto-move from search results and handle unset sent and trash folders
  • improved auto-move handling of empty subject and sender
  • improved auto-move folder selection
  • fix jump to top of inbox with 'i' position lost during transition to idle
  • fix build error on chimera linux
  • file picker to show hidden files last and shaded
  • add make.sh deps support for raspberry pi bookworm
  • goto inbox with 'i' while in inbox to jump to top of inbox
  • message move with auto-selection to base target on first selected message on multi-selection
  • propagate signal to allow core dump
  • add option for enabling core dumps
  • add macos entitlements for core dump
  • add support for folder: search prefix
  • during idle watch inbox (instead of current) folder for new messages