----- Original Message -----
From: "Adam McKenna" <[EMAIL PROTECTED]>
>
> IMP uses IMAP.  If you want it to use Maildir, then you need to run an
IMAPD
> that uses Maildir.
Thanks to Adam.

I use Courier IMAP to implement the Maildir ...
(Maildir only support syntax : a001 create INBOX.test)  -> test is folder's
name

But IMP use PHP built in function like imap_create_folders(...)
I've changed the parameters to support Maildir, but it didn't work ...

IMP implementation use parameter like this : (stream,
{localhost:portno}INBOXtest)
I've change to (stream, {localhost:portno}INBOX.test) or (stream,
INBOX.test)
It still didn't work ...

Nb: It works only if I don't use PHP built in functions, but I must use
'fput' (C function that use stream parameter and the mail parameters).

Someone can explain more to me ...

Thanks.

~iman


Reply via email to