Android Question network data exchange via Email

peacemaker

Expert
Licensed User
Longtime User
HI, all

I was developing the app that gets info (parameter=value) via email in background. Sure, all the parameters were only in english text to be encoded and visible well.

But often the data in email body cannot be found and decoded well - various encodings, lines breaks, special symbols in texts got from various email-clients via various email-servers.
The plain-text helped mostly, but it needs to be an full-functional email client in the app to decode into the plain-text. And again - distortion in body text is often.

How to ensure sending and decoding some parameters by email ?
Maybe anyone tried say - text data file, packing into ZIP and attached into an email ? Will it be decode in any way ?
 

peacemaker

Expert
Licensed User
Longtime User
Text data (city name, user name, email....) are formatted by a client app, encoded RCA and sent in background via SMTP server, but some data encoded are in the email body :(
 
Upvote 0
Top