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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Melinda Chin
Sent: Monday, June 20, 2005 11:22 AM
To: [email protected]
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 [EMAIL PROTECTED].
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
_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to