Hi all,

   I am a developer who are considering using the pop3 driver for my 
UW imapd.  I already have a pop3 server running on my machine.
So I installed Imp and UW imapd (only mail_link() in pop3 driver in
LINKAGE.C), but I couldn't
get it work. I tried to login from the IMP using the username and
password for the pop3
account on the local machine, but the IMP always send the following imap
commands to imapd:

cmdbuf = 00000000 LOGIN yin 111 
cmdbuf = 00000001 LIST "" "" 
cmdbuf = 00000002 LOGOUT 

cmdbuf = 00000000 LOGIN yin 111 
cmdbuf = 00000001 SELECT INBOX 
cmdbuf = 00000002 LIST "" mail/* 
cmdbuf = 00000003 UID SORT (ARRIVAL) US-ASCII ALL 
cmdbuf = 00000004 STATUS INBOX (MESSAGES) 
cmdbuf = 00000005 SEARCH ALL UNSEEN 
cmdbuf = 00000006 LOGOUT

The mailbox name "INBOX" is not valid for a network mailbox name for
pop3 driver, so 
it can't pass the function pop3_valid. What should I do to make IMP send
network mailbox
name like {hostname:110/pop3/user=yin/authuser=yin}INBOX,  rather than
only "INBOX"?
Or, to make it simply, just how to make the pop3 driver work for me?


   Your help will be greatly appreciated!


     Yin Zhou 

     Orinno Software Co., Ltd.

   [EMAIL PROTECTED]


_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to