Releases: getmail6/getmail6
Releases · getmail6/getmail6
v6.19.05 new --only-oldmail-file and fixes
- fix #211: --only-oldmail-file command line = only_oldmail_file config: regenerate oldmail file with mails currenlty on server
- fix #212: oldmail-* reverts when --to-oldmail-on-each-mail is used
- Pyp2 fixes (#210)
- fix #209: using the suggested simpler fix as pathlib is not used so far
- build and upload sdist
- Fix invalid SPDX expression
v6.19.04: support use_xoauth2 for pop3
v6.19.03: getmail-gmail-xoauth-tokens fix, keyfile/certfile fix with py 3.12
v6.19.01 fix mark_read
- #195 fix: make mark_read option act same as -ds,
v6.19.00 add -m/--mark-read and -o/--only-account
v6.18.14 Python 3.12 compatibility
- fix make lint
- fix #183: in case of TypeError keyfile and certfile are used later in wrap_socket (Python 3.12)
- fix #182: make log to trace
- Allow to customize 'redirect_uri' (pull request #179 from jerome-pouiller/master)
- fix #176: Maildir Filename Generation Issue with Truncated Hostname (use full hostname)
- remove "Labels" before deleting uid (pull request #175 from ewft/fix_gmail_deletion)
- Redact real email in test data (pull request #170 from h3xx/remove-email)
v6.18.13 maintenance release
- not doing python2 tests any more
- #169 failure to recover corrupt message
- #168 LookupError: unknown encoding: unicode
- #167 from cclauss/ruff (lint python code with ruff)
- #166 help about write access to oauth2 token file
- bring getmail and getmails rc file filtering in sync
- #160 from MatthiasPetermann/master (Enable overriding the prompt parameter in the XOAUTH URL)
- #158 from horrad/master (Ignore directories in getmailrcdir)
v6.18.12 hotfix release
v6.18.11 collecting minor fixes
- #149 (h3xx/fix-shell-quote) added ability to process token creation on a headless server (device without a browser)
- #146 (ykasap/appperms) Fix shell quoting issue
- #145 add "offline_access" permission in Example 13 docs/getmailrc-examples (Exchange Online)
- #141 add documentation for --searchset/-s
- #142 dont consider hidden files as config file (if no --rcfile)
- #138 (ChrisTG742) partial fix for #135 (getmail-gmail-xoauth-tokens errors are confusing)
HTTP exception handling for GET requests - #134 (ChrisTG742) fix #129 (MDA_external: screen output of called script silently dropped)
new option "pipe_stdout" to the [destination] settings block