bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [bug-mailutils] Problems parsing url for gmail account


From: Melinda Chin
Subject: RE: [bug-mailutils] Problems parsing url for gmail account
Date: Mon, 20 Jun 2005 12:08:45 -0400

Also, the pop3 url path ends up looking like this:
    pop://<username>@gmail.com:<password>@pop.gmail.com:995
 
which causes a parsing error in url_t.
 
Is there another way to open a mailbox without using the url_t object ?


From: address@hidden [mailto:address@hidden On Behalf Of Melinda Chin
Sent: Monday, June 20, 2005 11:22 AM
To: address@hidden
Subject: [bug-mailutils] Problems parsing url for gmail account

Hi,
 
I have been getting url parsing errors when trying to parse the url for gmail accounts. 
To login to gmail pop3 and smtp servers is address@hidden.
When calling the function  url_parse, after calling url_create function, I get a MU_ERR_PARSE.
 
I have been trying to figure out a way to set the user name using the url_t
object, instead of creating a url_t object using the url string format.
 
Is there a way to do this so I can avoid the MU_PARSE_ERROR ?
 
Thanks in advance.
 
- Melinda

reply via email to

[Prev in Thread] Current Thread [Next in Thread]