signalapp / Flock

Private contact and calendar sync for Android.
https://signal.org/blog/flock
358 stars 80 forks source link

do something with InvalidMacExceptions & InvalidComponentExceptions #63

Open rhodey opened 9 years ago

rhodey commented 9 years ago

When downloading contacts and events from the remote server both InvalidMacException and InvalidComponentException may be thrown, these indicate an error in decryption and an error in vcard & ical parsing respectively.

At the time of writing these exceptions are merely logged, however since it is likely that these exceptions will persist indefinitely something more should be done. One idea is to delete the corrupted contact or event from the remote server.