A notes and checklist Android app that synchronizes in your IMAP mailbox.
A free and fast notes editor for Android that allows for synchronization with IMAP servers.
General Attributes
- compatible with various IMAP servers (Gmail, Yahoo, AOL, Posteo, and your server)
- security options include plain text, SSL/TLS, or STARTTLS
- save notes as standard HTML E-mails
- manage multiple IMAP accounts and/or notepads
- works offline (with background synchronization)
Feature-Rich HTML Editor
- versatile text formatting
- image integration
- create checklists
- full-text search
- font colors
Additional Capabilities
- no tracking or advertising
- light and dark mode support
- filter and organize your notes by #HashTags
- note sharing with other apps (import/export)
- backup notes as local zip archive
- restore all or just a single note from a local archive
All of these features are contained in this fully open source app, which has no tracking or advertising, and requires only minimal user permissions.
This app can be translated at: weblate.org. Your help is greatly appreciated. If your favourite language is missing, just drop me an email.
This project is a clone from https://github.com/nbenm/ImapNote2. It also uses some changes from https://github.com/kwhitefoot/ImapNote2 and maybe others
Sync your notes between Android, iOs devices and different accounts like Gmail, iCloud and others
This project is a fork of "imapnote" one created by boemianrapsodi (boemianrapsody@gmail.com). Probably Pasquale Boemio. Some things didn't work correctly but it was impossible to contact him to correct these bugs.
Original app is named "imapnote", and is available at https://code.google.com/p/imapnote/, So I decided to name this one "imapnote2". It is under the GPL v3 License, same as "imapnote"
It is based on Apple way to manage notes. They are stored in an imap folder named "Notes". imapnote uses Gmail for syncing. As I use my own imap server, I have modified it to be used with any imap server that respects Apple method. It has been tested with Gmail, iCloud (imap.mail.me.com), Yahoo! (imap.mail.yahoo.com), AOL (imap.aol.com), posteo.de and of course my server. Even if not still tested, it should work with others.
Main changes in ImapNotes3 are:
- uses a customized version of RichEditor-Android with a lot of new features
- developed with android studio 2023 and latest tool chain
- HTML Editor with tables, images, sections, check boxes and much more
- color support
- full text search
- sdk version 34
- sharing / receiving data
- notes are saved as standard HTML E-mails
- notes from posteo.de and gmail.com are working again
Main changes in ImapNote2 are :
- app can be used with other servers, not only gmail
- it's possible to open notes
- no permissions are needed by the app
- it works in landscape and portrait modes. Landscape is useful with some devices
- it's possible to delete notes (trash option on detail screen)
- it's possible to create new notes ("new note" option on list screen)
- it's possible to modify notes (change note on detail screen, then save it with disk icon)
- navigation uses ActionBar (minSdkVersion=14)
- even if not recommended, untrusted certificates can be used.
- imap port number can be chosen. 993 is no more the only one accepted
- security can be plain text, SSL/TLS or STARTTLS
- multiple accounts can be used. Android account manager is used
- works offline and sync is done in the background. Sync interval can be different for each account
Or get the APK from the Releases Section.