Hi all!
I want to develop a telegram bot that will report and send new emails to the messenger (and also do some additional work on processing these emails). I determined that incoming correspondence is located at the following addresses:
INBOX: /var/lib/docker/volumes/mailcowdockerized_vmail-vol-1/data/example.com/info/Maildir/cur_
SPAM: /var/lib/docker/volumes/mailcowdockerized_vmail-vol-1/data/example.com/info/Maildir/.Junk/cur_
….but unfortunately, these file contents are encrypted…
The question is, what algorithm can be used to decrypt my email-files and where to look for the keys.
Thanks for any answer!