On Tue, 25 Nov 2003, Florent Gilain wrote:
>Andreas,
>Sorry, unable to use your fetch command :
>bash-2.05# telnet localhost 143
>Trying 127.0.0.1...
>Connected to localhost.
>Escape character is '^]'.
>* OK Welcome to Binc IMAP v1.2.3 (c) Copyright 2002, 2003 Andreas Aardal
>Hanssen at 2003-11-25 16:30:08 CET
>a001 login [EMAIL PROTECTED] password
>a001 OK LOGIN completed
>1 FETCH 1:* (FLAGS ENVELOPE)
>* NO The command "FETCH" is not supported.

As I said, you have to do FETCH after you did the SELECT call from the
FAQ. That's item 4 in the list of commands. ;-)

>Here is the content of my 2 configuration files :
>Mailbox {
>    depot = "IMAPdir",
              ^^^^^^^
>NB : When i configure my account under outlook to acess my user's emails, it
>only shows me a folder nammed "."

When using IMAPdir, you must either create a symlink for INBOX (ln -s
Maildir/. Maildir/INBOX) for all your users, or have qmail deliver
directly to INBOX instead of to Maildir. The easiest solution for you
would be to use Maildir++ as the depot.

Basically, if Binc finds something called INBOX inside your Maildir when
using the IMAPdir depot, then that mailbox will be displayed by Outlook.

Andy :-)

--
Andreas Aardal Hanssen   | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP      |  "It is better not to do something
http://www.bincimap.org/ |        than to do it poorly."

Reply via email to