Hello,

I am using imap_open (from PHP4) to get Usenet post from an NNTP server,
and it runs fine with this imap_open:

imap_open("{localhost:143/imap/notls}{localhost:119/nntp}group",
     "imapuser", "imappass", OP_HALFOPEN)

But I cannot find the good syntax to connect to an NNTP server if an
authentication is needed.

The following command:

imap_open("{localhost:143/imap/notls}{nntpuser:nntppass@localhost:119/nntp}group",
     "imapuser", "imappass", OP_HALFOPEN)

seems correct and return a resource, but with this resource
imap_getmailboxes does not find anything.

How could I pass nntpuser and nntppass?

Regards,
-- 
Th. Thomas.
-- 
------------------------------------------------------------------
 For information about this mailing list, and its archives, see: 
 http://www.washington.edu/imap/c-client-list.html
------------------------------------------------------------------

Reply via email to