Can't get JAMES running on XP with Mysql 5.0.15 and JDK 1.5

2005-11-30 Thread Liebezeit, Bernhard \(EXT\)
Hi, I am new here. Since a few weeks I 've been trying to get JAMES running in combination with a MySQL database (5.0.15 nt), but the initialisation fails with: Error waiting for handshake! Is there a server running on 3306? And a stack trace starting somewhere in the BasicDataSource (Connection)

Is there any way to monitor email trafic with a James server on Apache and Windows?

2005-11-30 Thread Pierre Paquette
Hi all, I'm new here... I think the subject line says it all... ;-) Pierre Paquette Montréal, Canada - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Removing Attachments

2005-11-30 Thread Rupert Young (Restart)
Just been doing it myself. Here are some sample methods. private void processParts(Mail mail)throws Throwable{ try{ MimeMessage mimemessage = mail.getMessage(); Object obj = mimemessage.getContent(); MimeMultipart mimemultipart = (MimeMultipart)obj