Stefano Bagnara wrote:
Marc Chamberlin ha scritto:
Marc Chamberlin wrote:
Any chance the instructions on the James website for using James
with Sendmail on Linux systems has been (will be) updated soon? It
appears to be no longer in sync with the current versions of the
Sendmail configuration
I was recently working on a similar project of parsing out email messages
including attachment and got a lot of good info from:
http://java.sun.com/products/javamail/FAQ.html#readattach
Hope it helps,
garyj
On Wed, Jul 9, 2008 at 11:37 AM, Ajay Chitre <[EMAIL PROTECTED]> wrote:
> When an email
Hi Ajay,
Here's some code; change as required, I grab the folder to drop the
attachments into from the config file using getInitParameter() in the init
method.
public void service(Mail mail) throws MessagingException
{
try
{
MimeMessage msg = (MimeMessage) ma