imapnotes is a Python / Tkinter application to read and write notes stored on an IMAPS server. It expects that your notes reside in the folder Notes in your mailbox
It is still being developed.
- Python 3.9
- tkinter (on Gentoo Linux, emerge python with USE="tk")
- Pillow: https://python-pillow.org/
Create a file called .imapnotes.ini in your home directory:
[connection]
host = _hostname of your IMAPS server_
# port = _optional port number if not 993_
user = _username to log into your mailbox_
pass = _your password_