info-gnus-english
[Top][All Lists]
Advanced

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

Re: GNUS and imap


From: Richard Riley
Subject: Re: GNUS and imap
Date: Tue, 17 Mar 2009 14:48:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

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 via email to

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