handling different mime types

2003-08-14 Thread Satish
ls are throwing exceptions. How to convert HTML emails to plain text emails through java code? Can somebody please give a clue? Thanks Satish -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 12:17 PM To: James Users List Subject: Re: [ANN] Jame

mailet - to - ejb performance issue

2003-07-30 Thread Satish
I am developing an application that does the following: 1. All the emails received at JAMES are to be stored in database, checked for some filter rules and then sent to the user SMS. I have two options to do this. 1. Mailet --> Web Service --> EJB 2. Mailet --> EJB directly. The logic of storing

RE: Calling EJBs from mailet

2003-07-29 Thread Satish
n: mx4j.adaptor.http.HttpAdaptor It's asking for all jboss packages. Why is it so? Regards, Satish -Original Message- From: Steve Short [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 11:17 PM To: James Users List Subject: RE: Calling EJBs from mailet Satish, The code i

RE: storage quota check

2003-07-25 Thread Satish
Don't misuse this forum. -Original Message- From: james_krishna [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 8:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: storage quota check undefined Get Your Private, Free E-mail from Indiatimes at http://email.indiatime

Dump messages into database

2003-07-23 Thread Satish
specified in config.xml of JAMES. But I need some additional columns in this INBOX table. What should be my approach for this? Also, my table is already created and being used by my JSP code which access and display the data in this table. And how to store outgoing messages? Satish

mailstore failed to pass through the Initialization stage

2003-07-23 Thread Satish
Hi this is my config file when I am trying to start james it is giving following error sun.jdbc.odbc.JdbcOdbc jdbc:odbc://193.50.50.128/James; sa tc2100 20 error Order of processing = [dnsserver, objectstorage, database-conne

RE: mailstore" failed to pass through the Initialization stage

2003-07-23 Thread Satish
Hi smith... sun.jdbc.odbc.JdbcOdbc jdbc:odbc:193.50.50.128;DatabaseName=James sa tc2100 20 still I am getting this error below.. There was an error running phase "startup" for Block named "mailstore". (Reason: Compone

mailstore" failed to pass through the Initialization stage

2003-07-23 Thread Satish
nd or init repository). Thanks, Satish varma ch. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Calling EJBs from mailet

2003-07-21 Thread Satish
Can anyone give me a code snippet of calling EJBs running on JBoss from a JAMES mailet? Thanks Satish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

custom mailet

2003-07-19 Thread Satish
Hi . I am writing a custom mailet..I have put my classes in a package and build a jar file. Later I gave the class path of that mailet and try to start the james mail server.But I could not. Below is the error logged in the log file.Could u plz tell me the reason for that INFO2003-07-19 15:58

Transfering mail

2003-07-17 Thread Satish
there any option in james mail to do this. Thanks, Satish varma.

Access to default session denied

2003-07-09 Thread Satish
Hi, I am using JBoss application server and running a JSP + EJB application on that. In my application, after a new user registers, an email should be sent to the user with the password. I used Java Mail API and tried to send that email through JAMES SMTP. This works fine for the first time, but

fetch pop configuring

2003-07-08 Thread Satish
or redirecting to [EMAIL PROTECTED](I configured [EMAIL PROTECTED] for error messages). Regards, Satish varma.