help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Username Containing @ Symbol


From: Pascal J. Bourguignon
Subject: Re: Username Containing @ Symbol
Date: Tue, 25 Feb 2014 08:58:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Robert Thorpe <rt@robertthorpeconsulting.com> writes:

> Hello,
>
> I'm trying to setup Rmail. My service provider has given me the
> username "rt@robertthorpeconsulting.com". So, my username has the @
> symbol in it. I can't figure out how to make Rmail & Movemail work
> with this. If I write:
> (setq rmail-primary-inbox-list
> ("imap://rt@robertthorpeconsulting.com:pass@actual-imap-server.com"))
> .... Then Rmail thinks that everything from the first @ is the name of
> the mailserver.
>
> I've tried this too, which also doesn't work:
> (setq user-login-name "rt@robertthorpeconsulting.com"
>       rmail-remote-password "pass"
>       rmail-primary-inbox-list '("imap://actual-imap-server.com"))
>
> This problem doesn't affect sending mail with smtpmail, that
> works. Other mail programs work for receiving mail.
>
> I've tried both POP and IMAP since the server supports both.

(format "%s%%%02x%s" "rp" ?@ "robertthorpeconsulting.com")
--> "rp%40robertthorpeconsulting.com"


-- 
__Pascal Bourguignon__
http://www.informatimago.com/
"Le mercure monte ?  C'est le moment d'acheter !"


reply via email to

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