Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* email IMAP
@ 2006-06-01  0:44 R12y
  2006-06-01  1:17 ` R12y
  0 siblings, 1 reply; 2+ messages in thread
From: R12y @ 2006-06-01  0:44 UTC (permalink / raw)


Hi,
I cant find a suitable configuration to check my IMAP account on a
remote server.
This is my directory structure:

mihamina-mfc>>>>pwd
/home/mihamina/Maildir
mihamina-mfc>>>>ls -la
total 1572
drwx------  128 mihamina mihamina   4096 Jun  1 03:40 .
drwx------   14 mihamina mihamina   4096 Jun  1 03:41 ..
drwx------    6 mihamina mihamina   4096 Jul 12  2005 .asa
drwx------    5 mihamina mihamina   4096 May 31 18:49 .asa.adventiste
drwx------    5 mihamina mihamina   4096 Apr 21 11:56 .asa.aspo
drwx------    5 mihamina mihamina   4096 Oct  2  2005 .asa.aspo.pourspam
drwx------    6 mihamina mihamina   4096 May  3 10:27 .asa.cnt1
drwx------    5 mihamina mihamina   4096 May 29 22:47 .asa.gasy
drwx------    5 mihamina mihamina   4096 Apr 26 02:09 .asa.identifiants
drwx------    5 mihamina mihamina   4096 Sep 27  2005 .asa.j-deleurence
drwx------    5 mihamina mihamina   4096 Jun  1 00:52 .asa.j-deleurence.sd-ovh
[...]

I use Dovecot on this server.
Evolution and thunderbird can fetch the messages without any problem.
I dont even have the IMAP "folder" list on Gnus.
I can access usenet without problem.
Here is what is in my .gnus.el:

(setq gnus-select-methods
      '(
        
        (nnimap "RKTMB"
                (nnimap-server-port 143)
                (nnimap-address "mfc.rktmb.org")
                (nnimap-list-pattern ("INBOX" "Maildir/.INBOX"))
		)
        
        ))

Although I suppress 

               (nnimap-list-pattern ("INBOX" "Maildir/.INBOX"))

I cant get the directory listing...
Would you help me?

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

* Re: email IMAP
  2006-06-01  0:44 email IMAP R12y
@ 2006-06-01  1:17 ` R12y
  0 siblings, 0 replies; 2+ messages in thread
From: R12y @ 2006-06-01  1:17 UTC (permalink / raw)


R12y <mihamina.rakotomandimby@etu.univ-orleans.fr> writes:

> Hi,
> I cant find a suitable configuration to check my IMAP account on a
> remote server.
> This is my directory structure:
> [...]
> Here is what is in my .gnus.el:
> 
> (setq gnus-select-methods
>       '(
>         
>         (nnimap "RKTMB"
>                 (nnimap-server-port 143)
>                 (nnimap-address "mfc.rktmb.org")
>                 (nnimap-list-pattern ("INBOX" "Maildir/.INBOX"))
> 		)
>         
>         ))
> 
> Although I suppress 
> 
>                (nnimap-list-pattern ("INBOX" "Maildir/.INBOX"))
> I cant get the directory listing...
> Would you help me?

this works now with:


(setq gnus-select-method '(nntp "news.galacsys.net"))
(add-to-list 
 'gnus-secondary-select-methods
 '(nnimap "RKTMB"
	  (nnimap-address "mfc.rktmb.org")
	  (nnimap-port 143)))

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

end of thread, other threads:[~2006-06-01  1:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-01  0:44 email IMAP R12y
2006-06-01  1:17 ` R12y

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).