From: David Hume <David.Hume@example.com>
To: help-gnu-emacs@gnu.org
Subject: Re: tutorial for rmail and IMAP
Date: Thu, 01 May 2014 09:19:35 +0100 [thread overview]
Message-ID: <83a9b1ud0o.fsf@example.com> (raw)
In-Reply-To: mailman.430.1398929317.1147.help-gnu-emacs@gnu.org
> You managed to get yahoo working with imap. I've been trying to do that
> without success.
>
>> And got gmail and yahoo working with imap, at least for reading. I had
>> to set up application passwords for both as I have second factor
>> authentication.
>
> What imap and smtp codes did you use? From what I can gather yahoo has imap
> codes for reading mail on mobile phone apps but not PC email.
>
Notice that this is gnus, not rmail.
I am not sure what you mean by codes.
I also have a .auth file. I have this in .gnus:
(setq user-full-name "????????")
(setq user-mail-address "????????@yahoo.co.uk")
(setq rmail-preserve-inbox t)
(setq gnus-select-method '(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))
(add-to-list 'gnus-secondary-select-methods '(nnimap "yahoo"
(nnimap-address "imap.mail.yahoo.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))
(setq message-send-mail-function 'smtpmail-send-it
smtpmail-starttls-credentials '(("smtp.mail.yahoo.com" 587 nil nil))
smtpmail-auth-credentials '(("smtp.mail.yahoo.com" 587 "????????@yahoo.co.uk" nil))
smtpmail-default-smtp-server "smtp.mail.yahoo.com"
smtpmail-smtp-server "smtp.mail.yahoo.com"
smtpmail-smtp-service 587)
next prev parent reply other threads:[~2014-05-01 8:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-23 19:11 tutorial for rmail and IMAP Sam Halliday
2014-04-23 19:23 ` David Hume
2014-04-23 20:45 ` Sam Halliday
2014-05-01 7:28 ` James Freer
[not found] ` <mailman.430.1398929317.1147.help-gnu-emacs@gnu.org>
2014-05-01 8:19 ` David Hume [this message]
2014-05-01 8:45 ` James Freer
2014-05-02 22:29 ` James Freer
2014-04-23 19:32 ` Eli Zaretskii
2014-04-23 22:45 ` Robert Thorpe
2014-04-23 23:20 ` Sam Halliday
2014-04-23 23:48 ` Robert Thorpe
2014-04-24 2:43 ` Eli Zaretskii
2014-04-26 5:34 ` James Freer
2014-04-26 9:40 ` Robert Thorpe
2014-04-26 12:03 ` James Freer
[not found] ` <mailman.79.1398505245.1147.help-gnu-emacs@gnu.org>
2014-04-26 13:01 ` Sam Halliday
2014-04-26 15:11 ` Robert Thorpe
2014-04-26 16:12 ` Sam Halliday
2014-04-26 16:06 ` Robert Thorpe
2014-04-24 2:59 ` Hans BKK
[not found] <87mwf7yept.wl%hskuhra@eumx.net>
2014-04-30 0:50 ` Robert Thorpe
2014-04-30 20:18 ` Sam Halliday
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83a9b1ud0o.fsf@example.com \
--to=david.hume@example.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).