Hey,
I have a bit of a problem in my project. What I want to do with my app is receiving and showing mails. Receiving works. But there's some problems in showing the body.
Some information on how the mails are sent: I wrote an application for Windows using Visual Basic Studio 2010. In this application the user sends a prepared email via Gmails's SMTP-Server to a given mail address (also Gmail) by clicking a button. (I tried different servers to send mails from, but the problem remains the same..)
Now my app for Android receives these mails, but the message body seems to be decoded in a wrong way. I've been researching and trying everything I could to get this problem solved - but it just didn't work.
It ist strange, because any other mail app for Android can show the body correctly.
Maybe you guys can help me solve this problem.
I have a bit of a problem in my project. What I want to do with my app is receiving and showing mails. Receiving works. But there's some problems in showing the body.
Some information on how the mails are sent: I wrote an application for Windows using Visual Basic Studio 2010. In this application the user sends a prepared email via Gmails's SMTP-Server to a given mail address (also Gmail) by clicking a button. (I tried different servers to send mails from, but the problem remains the same..)
Now my app for Android receives these mails, but the message body seems to be decoded in a wrong way. I've been researching and trying everything I could to get this problem solved - but it just didn't work.
It ist strange, because any other mail app for Android can show the body correctly.
Maybe you guys can help me solve this problem.