just50415 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

Support for Content-Transfer-Encoding: base64 #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Receive a message with CPIM base64 encoded (text or delivery notification)

What is the expected output? What do you see instead?
Message could be decoded. Base64 encoded string is displayed.

What version of the product are you using? On what operating system?
2.3.4, Android 2.3.3

Please provide any additional information below.
According to RFC 3862 Chapter 9, Content-Transfer-Encoding: base64 is allowed. 
Application could be ready to receive such messages, giving flexibility for 
support of additional clients.
Since Base64 class is alrwady included in the project, adding decoding to text 
messages and delivery reports is a 10-lines-of-code-job

Original issue reported on code.google.com by pkurp...@gmail.com on 30 Dec 2011 at 12:23