imapnotes

Info

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.

Requirements

Configuration

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

Download

Bleeding edge: https://github.com/felixjogris/imapnotes