Skip to content

Releases: getmail6/getmail6

v6.19.05 new --only-oldmail-file and fixes

02 Oct 19:34
Compare
Choose a tag to compare
  • 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

25 Aug 13:23
Compare
Choose a tag to compare

v6.19.03: getmail-gmail-xoauth-tokens fix, keyfile/certfile fix with py 3.12

08 Jul 20:14
Compare
Choose a tag to compare
  • #199 fix: fails with "TypeError: IMAP4_SSL.init()" after changing to Python 3.12 (when keyfile/certfile in config)
  • #196 fix: handle KeyError (getmail-gmail-xoauth-tokens)
  • #197 fix: detect if --port is set to force the use of the local http server (getmail-gmail-xoauth-tokens)

v6.19.01 fix mark_read

07 Jun 21:30
Compare
Choose a tag to compare
  • #195 fix: make mark_read option act same as -ds,

v6.19.00 add -m/--mark-read and -o/--only-account

31 May 07:23
Compare
Choose a tag to compare
  • #191 -m/--mark-read and mark_read in [options] of rcfile
  • #190 -o/--only-account to choose rcfile by username (=email)
  • #189 IMAP retrievers support imap_id_extension
  • #137 Add mailbox name to log line

v6.18.14 Python 3.12 compatibility

20 Mar 14:22
Compare
Choose a tag to compare
  • 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

27 Aug 15:14
Compare
Choose a tag to compare
  • 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

21 Jan 12:20
Compare
Choose a tag to compare
  • #156 Continue after error in child
  • #157 undo #148 getmails shell quoting

v6.18.11 collecting minor fixes

01 Jan 17:29
Compare
Choose a tag to compare
  • #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

v6.18.10: hotfixes (readme, exclude .json, doc, decoding issue)

18 Sep 18:03
Compare
Choose a tag to compare
  • readme: mention "app password" for gmail
  • fix #122: Inappropriate error message for external password command
  • fix #125: exclude files ending in .json if no --rcfile
  • pull #131: Update getmailrc-examples (ChrisTG742/getmail6)
  • fix #132: forward to corrupted_message on encoding problems