[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnimap-0.3.13 vs. Cyrus IMAP4 v1.5.2 server
What goes wrong?
johayek@Hayek5 $ /usr/sbin/mtest -?
MTest -- C client test program
Debug protocol (y/n)?y
Mailbox ('?' for help): {berlin.snafu.de}
%rsh to IMAP server timed out
[Trying IP address [194.64.64.1]]
* OK berlin Cyrus IMAP4 v1.5.2 server ready
[berlin Cyrus IMAP4 v1.5.2 server ready]
00000000 CAPABILITY
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ X-NON-HIERARCHICAL-RENAME
00000000 OK Completed
{berlin.snafu.de/imap} username: USER
Password:
00000002 LOGIN USER PASSWORD
00000002 OK User logged in
00000003 SELECT INBOX
00000003 NO Mailbox does not exist
?Mailbox does not exist
Tue, 28 Jul 1998 16:25:34 +0100 (BST)
imap mailbox: {berlin.snafu.de:143/imap/user=jrhayek}<no_mailbox>, 0 messages, 0 recent
MTest>quit
00000004 LOGOUT
* BYE LOGOUT received
00000004 OK Completed
johayek@Hayek5 $
Well, maybe there is no sytem INBOX currently,
but there are lots of other files beneath my home directory there ...
How am I supposed to point the Cyrus thing to my mail folders?
----------
That's my setup so far:
(setq gnus-secondary-select-methods
'((nnfolder "")
(nnimap "snafu.de" (nnimap-server-address "berlin.snafu.de"))
))
(when t
(setq load-path
(cons (expand-file-name "/usr/local/nnimap-0.3.13") load-path))
(require 'nnimap))