Hi,
I just downloaded and configured James. I guess i have
not configured it correctly, because according to the
document when a new user is added - (I manually added
it in the conf file) there should be a node created
under the <Jamesdir>/var/localinbox. This is not
created for me. I tried sending a mail using JavaMail,
the mail reaches the folder outgoing in the ../var/
folder but when I try to read the mail through my
program using the JavaMail API

    Session session =
Session.getDefaultInstance(props,null);

    Store store = session.getStore("pop3");
     store.connect(host,"root", "root");

    Folder folder = store.getFolder("INBOX");
    System.out.println(folder.getMessages());

-- I get an authentication failed exception - what is
this ? I sure am missing something but what - please
let me know. 
Thanks,
Harini.

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to