Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Richard Riley <rileyrgdev@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: GNUS and imap
Date: Tue, 17 Mar 2009 14:48:53 +0100	[thread overview]
Message-ID: <gpo9o6$8rp$2@news.motzarella.org> (raw)
In-Reply-To: <8763i8l2fs.fsf@nospam.invalid>

Andreas Most <Andreas.Most@nospam.invalid> writes:

> kjonca@poczta.onet.pl (Kamil Jońca) writes:
>
>> Andrzej Adam Filip <anfi@onet.eu> writes:
>>
>>> kjonca@poczta.onet.pl (Kamil Jońca) wrote:
>>>
>>>> Andrzej Adam Filip <anfi@onet.eu> writes:
>>>>> [...]
>>>>> BTW Have you considered using IMAP?
>>>>
>>>> Yes, I'm trying. But I cant make gnus to see my folders other than
>>>> INBOX)
>>>
>>> <file src="~/bin/imap">
>>
>> [...snip...]
>> I think that is something wrong rather with gnus, because folders are
>> visible with thunderbird and Mutt, and only gnus can't see
>> them. (Browse server can't see them also) :(
>
> I found the following in some forum thread (but can't remember where):
> Add a function to your .gnus.el
>
> (defun gnus-browse-imaps-server (server)
>         "Browse a mail server in Gnus via IMAP-SSL."
>         (interactive "sServer name: ")
>         (gnus-group-browse-foreign-server
>           (list 'nnimap server
>              (list 'nnimap-address server)
>              '(nnimap-stream ssl)
>              '(nnimap-list-pattern ("INBOX" "mail/*" "Mail/*" "INBOX.*"))
>              '(nnimap-expunge-on-close ask))))
>
> I have actually changed the list pattern to ("*" "*/*") which works for
> Google Mail. After calling M-x gnus-browse-imaps-server you will be
> asked for the server. You will then get a list of folders to which you
> can subscribe.
>
> Andreas.
>
> --
> AndreasDotMostAtGmailDotCom

Is this server specific? I have only

       gnus-select-method '(nnimap "mymail"
				   (nnimap-stream ssl)
				   (nnimap-address "imap.myserver.net")
				   (nnimap-authinfo-file "~/.authinfo")
				   (nnir-search-engine imap))

And it works fine (emacs 23).

regards

r.

  reply	other threads:[~2009-03-17 13:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-07 13:06 Archiving posts to mbox file Kamil Jońca
2009-03-07 15:36 ` Kamil Jońca
2009-03-07 17:07   ` Archiving posts Andrzej Adam Filip
2009-03-17 12:09     ` GNUS and imap [was: Re: Archiving posts] Kamil Jońca
2009-03-17 12:29       ` GNUS and imap Andrzej Adam Filip
2009-03-17 12:44         ` Kamil Jońca
2009-03-17 13:11           ` Andreas Most
2009-03-17 13:48             ` Richard Riley [this message]
2009-03-17 15:24               ` Andreas Most
2009-03-18 15:18               ` David Abrahams
     [not found]               ` <mailman.3505.1237389529.31690.info-gnus-english@gnu.org>
2009-03-18 15:28                 ` Emacs/Gnus: About simple after things :-) [was: GNUS and imap] Andrzej Adam Filip
2009-03-18 16:15                   ` David Abrahams
     [not found]                   ` <mailman.3507.1237392975.31690.info-gnus-english@gnu.org>
2009-03-19  2:37                     ` poppyer
2009-03-19  4:55                       ` Leo
     [not found]                       ` <mailman.3538.1237438542.31690.info-gnus-english@gnu.org>
2009-03-19  5:48                         ` poppyer
2009-03-19 13:45                           ` Leo
2009-03-20 20:04                             ` Call for nnimap hackers [was: Emacs/Gnus: About simple after things :-) [was: GNUS and imap]] David Abrahams
2009-03-17 13:11           ` GNUS and imap Richard Riley
2009-03-17 15:17             ` Kamil Jońca
2009-03-21 13:31             ` Kamil Jońca
2009-03-21 14:57               ` GNUS and imap [gnus-message-archive-group] Andrzej Adam Filip
2009-03-21 20:30                 ` Kamil Jońca
2009-03-17 15:01           ` GNUS and imap Andrzej Adam Filip
     [not found] <m365uxl7ya.fsf@h130n1fls31o965.telia.com>
     [not found] ` <iluu1igw0zx.fsf@latte.josefsson.org>
2002-11-17 18:45   ` Gnus and IMAP Ichimusai
2002-11-18  8:57     ` Simon Josefsson

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gpo9o6$8rp$2@news.motzarella.org' \
    --to=rileyrgdev@gmail.com \
    --cc=info-gnus-english@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 NNTP newsgroup(s).