Hi Duke,

> However, when I fire up RMAIL I get the error message:
> 
> movemail: could not create mailbox
> `imap://my_login_name:[email protected]':Parse
> error

This message means that the mailbox URL is incorrect.  It could be,
for example, if my_login_name or my_password contain characters
that have special meaning for URLs, such as '@'.  Such characters
must be replaced with their hex notation.  E.g. if your password is
'a...@secret', then the correct URL will be:

  imap://my_login_name:a%[email protected]

Hope that helps.
  
Regards,
Sergey

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

Reply via email to