LeanderBB / you-have-mail

Application to notify you if an email has arrived in your email Account
GNU Affero General Public License v3.0
89 stars 5 forks source link

Where are the login data saved? #20

Closed LeOS-GSI closed 1 year ago

LeOS-GSI commented 1 year ago

Are all data stored only local on my device? Or are there any connections/usage of external server? That's very important for privacy

LeanderBB commented 1 year ago

Hey @LeOS-GSI, the session tokens are stored encrypted on the device using Android's Encrypted Shared Preference at the moment.

There are no plans to use external servers for this.

Finally, besides the session tokens & account list, no other info is stored on the device.