jberkel / sms-backup-plus

Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
https://play.google.com/store/apps/details?id=com.zegoggles.smssync
Apache License 2.0
1.79k stars 497 forks source link

Fix a too specific error string about IMAP failure #994

Closed mdimjasevic closed 4 years ago

mdimjasevic commented 4 years ago

I use my own IMAP server instead of GMail and I got a notification reading:

Temporary Gmail IMAP error, try again later.

I was confused at first. Then I realized that an assumption is that everyone uses GMail, even though the app works just fine with any other IMAP server.

This error message is too specific as it applies to a failure with any IMAP server, and not just GMail. The patch makes the message more general, which makes it applicable to all app users.

jberkel commented 4 years ago

thanks!