tags:

views:

19

answers:

1

I'm looking for a way to access a POP3 account while running a JUnit test. Does anyone know how to do that? I probably need some kind of library for POP3 access I guess.

A: 

Ok, actually it is quite simple and not really related to junit. I just use the java.mail.* libs to access the POP3 account.

Sebi