all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Username Containing @ Symbol
@ 2014-02-25  2:37 Robert Thorpe
  2014-02-26  1:20 ` Robert Thorpe
       [not found] ` <mailman.16072.1393377649.10748.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Thorpe @ 2014-02-25  2:37 UTC (permalink / raw
  To: help-gnu-emacs

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.

Robert Thorpe



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Username Containing @ Symbol
       [not found] <mailman.15960.1393296357.10748.help-gnu-emacs@gnu.org>
@ 2014-02-25  7:58 ` Pascal J. Bourguignon
  0 siblings, 0 replies; 4+ messages in thread
From: Pascal J. Bourguignon @ 2014-02-25  7:58 UTC (permalink / raw
  To: help-gnu-emacs

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 !"


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Username Containing @ Symbol
  2014-02-25  2:37 Robert Thorpe
@ 2014-02-26  1:20 ` Robert Thorpe
       [not found] ` <mailman.16072.1393377649.10748.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Robert Thorpe @ 2014-02-26  1:20 UTC (permalink / raw
  To: help-gnu-emacs

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

That at least gives me a different error, "Authentication Failed" now. 
Do you know if passwords can contain symbols in Rmail.

Thank you.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Username Containing @ Symbol
       [not found] ` <mailman.16072.1393377649.10748.help-gnu-emacs@gnu.org>
@ 2014-02-26  1:34   ` Pascal J. Bourguignon
  0 siblings, 0 replies; 4+ messages in thread
From: Pascal J. Bourguignon @ 2014-02-26  1:34 UTC (permalink / raw
  To: help-gnu-emacs

Robert Thorpe <rt@robertthorpeconsulting.com> writes:

>> (format "%s%%%02x%s" "rp" ?@ "robertthorpeconsulting.com")
>> --> "rp%40robertthorpeconsulting.com"
>
> That at least gives me a different error, "Authentication Failed"
> now. Do you know if passwords can contain symbols in Rmail.

You may apply the same encoding to the password field in urls.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-26  1:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.15960.1393296357.10748.help-gnu-emacs@gnu.org>
2014-02-25  7:58 ` Username Containing @ Symbol Pascal J. Bourguignon
2014-02-25  2:37 Robert Thorpe
2014-02-26  1:20 ` Robert Thorpe
     [not found] ` <mailman.16072.1393377649.10748.help-gnu-emacs@gnu.org>
2014-02-26  1:34   ` Pascal J. Bourguignon

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.