konradrenner / kolabnotes-android

Note taking app with integrated Kolab sync
GNU Lesser General Public License v3.0
68 stars 17 forks source link

Support for Apples notes format #150

Open konradrenner opened 7 years ago

konradrenner commented 7 years ago

Apple notes are also synced via IMAP und thus notes are Mails (like Kolab stores notes), they also use html formatted mails for storing the notes, like Kolab does. For details look here: http://jpmens.net/2015/09/28/experiments-using-imap-for-notes/

A possibilty to support this would be to extend the sync and create a new account type.

This feature request is based on issue #149