phungthaihoa / google-gdata

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

Issues with email API and MIME messages #650

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
[Note to Google: Details of this issue can be found in Google Enterprise 
Support Case 02819992]

What steps will reproduce the problem?

1. Instantiate Google.GData.Apps.Migration.MailItemService using .NET API.
2. Configure for 2 legged auth.
3. Great MailItemEntry using MIME format text containing Japanese (including 
characters with ASCII code 27).
4. Send the message.
5. The message appears in Google mail but doesn't render correctly in the UI.

What is the expected output? What do you see instead?

I would expect the email to render correctly. The email does render correctly 
using the Python component. According to Google: "I believe the issue may be 
related to the .NET client library getting the encoding messed up. 
Unfortunately, the Google Apps Enterprise Support does not support the .NET 
client library (https://code.google.com/p/google-gdata/). What I would suggest 
you to do is to file the bug you describe under the issue page 
(https://code.google.com/p/google-gdata/issues/list)."

Please use labels and text to provide additional information.

Sample code attached.

A fast fix to this bug would mean we didn't need to use IMAP or Python to solve 
the issue.

Original issue reported on code.google.com by steve.tr...@googlemail.com on 20 Feb 2013 at 10:35

Attachments: