krsna4u / skpsmtpmessage

Automatically exported from code.google.com/p/skpsmtpmessage
0 stars 0 forks source link

unable to send an email that contain '=' in the body #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. send an email with an = such as link to google maps 
(http://maps.google.com/maps?q=53.21915063,-0.25158186)
2. Its incorrectly encoding the '=52' into an 'R'
3.

What is the expected output? What do you see instead?
Expected to see http://maps.google.com/maps?q=53.21915063,-0.25158186
Actually received http://maps.google.com/maps?qR.21915063,-0.25158186

What version of the product are you using? On what operating system?
iOS - not sure - where is the version listed?

Please provide any additional information below.

Original issue reported on code.google.com by justin.p...@ipaccess.com on 15 Jun 2011 at 10:21

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Try using a different encoding like base64 instead of quoted-printable.

Original comment by gugio...@gmail.com on 23 Aug 2011 at 11:52