N0ury / ImapNote2

Sync your notes between Android, iOs devices and different accounts like Gmail, iCloud and others
GNU General Public License v3.0
38 stars 31 forks source link

New notes are not saved in the IMAP server #34

Open Teetoow opened 7 years ago

Teetoow commented 7 years ago

Hi,

I'm using ImapNotes2 since long time without any problem. I just changed my phone to another one running under android 7.1. Since that upgrade I only can read my old notes but when I try to create one it does not save it on my IMAP account. If I modify an old note, it is deleted from the server. I sniffed the IMAP protocol between the application and the server. The sync is good but after creating a note, there is no IMAP command sent to the server. Is it a problem with Android 7.1 and the background synd daemon?

kwhitefoot commented 7 years ago

Unfortunately @nbenm doesn't have the resources to maintain this any more, see the read me file. I could try debugging it but I don't have an Android 7 device. So if you have the resources you could try cloning the repository and doing it yourself. You can just add Log.d() calls at the points where you think it should do something and run it from Android Studio,

Another possibility is to try one of the forks. Don't try mine because I just used it as a base for some experiments; it is possible that it doesn't even compile. Well you are welcome to try it but don't blame me if it eats your notes!