Skip to content

imapnotes is a GUI application written in Python to read and write notes stored on an IMAPS server.

License

Notifications You must be signed in to change notification settings

felixjogris/imapnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

imapnotes is a GUI application written in Python to read and write notes stored on an IMAPS server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages