Releases: d99kris/nmail
Releases Β· d99kris/nmail
v5.8.9
- 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
v5.6.3
v5.5.1
v5.4.7
- 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
v5.2.2
v5.1.16
- 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
- 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
- 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