Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 685 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 685 Bytes

imapnotes

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.

ScreenShot

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_

Homepage

https://ogris.de/imapnotes/