Menu

#3 Cannot addContact.

open
nobody
None
5
2004-09-05
2004-09-05
Richard L.
No

In GmailAdapter.java line 261, instead of
new NameValuePair
("ac", "Add+Contact&operation=Edit")

if I use :
new NameValuePair("ac", URLEncoder.encode
("Add+Contact", "UTF-8")),
new NameValuePair("operation", "Edit")
It is working.

But there is an issue with the email address encoding.

Ciao,
Richard.

Discussion


Log in to post a comment.