Melinda Chin <[EMAIL PROTECTED]> wrote:

> Also, the pop3 url path ends up looking like this:
>     pop://<username>@gmail.com:<password>@pop.gmail.com:995

It is wrong. To use '@' in the url encode it as required by RFC 1738:

pop://<username>%40gmail.com:<password>@pop.gmail.com:995
  
> Is there another way to open a mailbox without using the url_t object ?

No, there is not.

Regards,
Sergey


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to