imapbackup icon indicating copy to clipboard operation
imapbackup copied to clipboard

Python3 sql3 : track downloaded message ids with sqlite3 and implemened logging

Open mmachicao opened this issue 1 year ago • 1 comments

Features only in Python3

  • Track message IDs for every single folder in a dedicated sqlite3 database (faster) instead of reading them from the mailbox files.
  • Write logfile. Default loglevel is INFO. Set command line option --DEBUG for loglevel DEBUG.

mmachicao avatar Dec 17 '23 22:12 mmachicao