Re: Geronimo Javamail wrong mail validation

2014-10-18 Thread Hendrik Dev
you fit in this area and like to probably take a look yourself? > Of course I could help a bit but I'm not as good at javamail (didn't even > look at the sources for a lng time). Maybe Romain might help you as well. > Just check us out on IRC in #openwebbeans or #openejb

Re: Geronimo Javamail wrong mail validation

2014-10-16 Thread Mark Struberg
hi amergey! Thanks for the report. @Hendrik are you fit in this area and like to probably take a look yourself? Of course I could help a bit but I'm not as good at javamail (didn't even look at the sources for a lng time). Maybe Romain might help you as well. Just check us out

Re: Geronimo Javamail wrong mail validation

2014-10-08 Thread amergey
Thanks, I have filled https://issues.apache.org/jira/browse/GERONIMO-6533 -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-Javamail-wrong-mail-validation-tp3988353p3988356.html Sent from the Users mailing list archive at Nabble.com.

Re: Geronimo Javamail wrong mail validation

2014-10-08 Thread Hendrik Dev
Seems like a bug, can you file a jira for this? Not direct related but here is some discussion about "rfc822 strictness": https://java.net/projects/javamail/forums/forum/topics/160807-strict-or-non-strict-parsing-and-RFC-compliance On Wed, Oct 8, 2014 at 11:46 AM, amergey wrot

Geronimo Javamail wrong mail validation

2014-10-08 Thread amergey
Hello, Hope this is the right list for Geronimo Javamail. Switching from Oracle Javamail to Geronimo Javamail implementation, I noticed a different behavior with my code. new javax.mail.internet.InternetAddress("a",true); fails throwing AddressException with Oracle JDK but succeed i

JavaMail NoSuchProviderException

2014-05-27 Thread darvs
Help!!, I am migrating an MDB which uses the Java Mail service, from geronimo 2.2 to 3.0.1 and I get the NoSuchProviderException. The user documentation has chapter on migration from 2.2 to 3.0 which has a rather short section on changes to be made for JavaMail. However I have not been successful

Javamail documentation

2014-05-06 Thread Lewis John Mcgibbney
Hi Folks, I can't find any documentation showing how to use the Javamail API... I wonder if any exists. Thanks Lewis

Re: [specs] javamail-provider - bcc header

2010-09-08 Thread Rick McGuire
On 9/7/2010 4:43 PM, Rafał Krupiński wrote: Hi all Is it expected behaviour that MimeMessage.setBcc actually adds Bcc header to the emails sent? All my recipients see all the other Bcc recipients. This is a pretty simple fix, so I went ahead and opened a Jira for it: https://issues.apache.org

Re: [specs] javamail-provider - bcc header

2010-09-08 Thread Rick McGuire
On 9/7/2010 4:43 PM, Rafał Krupiński wrote: Hi all Is it expected behaviour that MimeMessage.setBcc actually adds Bcc header to the emails sent? This is not the behavior for the sun version, so it is definitely not the expected behavior. Please open a Jira report for this problem. Rick All

[specs] javamail-provider - bcc header

2010-09-07 Thread Rafał Krupiński
Hi all Is it expected behaviour that MimeMessage.setBcc actually adds Bcc header to the emails sent? All my recipients see all the other Bcc recipients. -- Pozdrawiam / Best Regards Rafal Krupinski

Re: JavaMail download page

2010-06-20 Thread David Jencks
On Jun 20, 2010, at 5:57 PM, sebb wrote: > Where is the download page for Geronimo JavaMail? Unless you want to extract a javamail jar from one of the full server assemblies listed on the download page http://geronimo.apache.org/downloads.html you can get it from maven central The lat

JavaMail download page

2010-06-20 Thread sebb
Where is the download page for Geronimo JavaMail?

Re: Bug in Geronimo JavaMail

2009-10-15 Thread Rick McGuire
This sounds like a new issue. Please open a Jira against this. Rick von Janowsky, Simon wrote: Hello, we found a bug in the geronimo javamail, and couldn't find a issue for this in jira. When a url ist set to receive email the username ist extracted correctly using UrlName class, but

Bug in Geronimo JavaMail

2009-10-14 Thread von Janowsky, Simon
Hello, we found a bug in the geronimo javamail, and couldn't find a issue for this in jira. When a url ist set to receive email the username ist extracted correctly using UrlName class, but when querying the imap server the system defined username is used instead. This is because the use

Re: Javamail build

2009-04-07 Thread Rick McGuire
Glenn Macgregor wrote: Hi All, The maven pom.xml for javamail defines a jdk range 1.5-1.6 exclusive. I have 1.6.0_13 and it compiles fine. Are there known issues using a jdk > 1.5? Thanks Glenn I believe that is there to ensure the javamail code remains compatible w

Javamail build

2009-04-07 Thread Glenn Macgregor
Hi All, The maven pom.xml for javamail defines a jdk range 1.5-1.6 exclusive. I have 1.6.0_13 and it compiles fine. Are there known issues using a jdk > 1.5? Thanks Glenn

Re: geronimo-javamail-1.4 problem

2009-04-01 Thread Rick McGuire
Glenn Macgregor wrote: Hi All, I am using servicemix-4.0.0 which integrates geronimo-javamail-1.4. I am connecting to an exchange server via imap(s) and getting a NullPointerException in the login phase. >> a001 CAPABILITY << OK The Microsoft Exchange IMAP4 serv

Re: geronimo-javamail-1.4 problem

2009-04-01 Thread Rick McGuire
Glenn Macgregor wrote: Hi All, I am using servicemix-4.0.0 which integrates geronimo-javamail-1.4. I am connecting to an exchange server via imap(s) and getting a NullPointerException in the login phase. >> a001 CAPABILITY << OK The Microsoft Exchange IMAP4 serv

geronimo-javamail-1.4 problem

2009-04-01 Thread Glenn Macgregor
Hi All, I am using servicemix-4.0.0 which integrates geronimo-javamail-1.4. I am connecting to an exchange server via imap(s) and getting a NullPointerException in the login phase. >> a001 CAPABILITY << OK The Microsoft Exchange IMAP4 service is ready. << CAPABILITY IMAP4 I

Re: Geronimo Javamail: Email Subject Line Blank

2009-02-10 Thread DavidCAIT
I tried the new JAR and the problem went away. For reference, my old geronimo JAR had a pom file listing version 1.2. Jarek Gawor-2 wrote: > > Which version of Geronimo JavaMail are you using? Can you try with > latest code: > http://people.apache.org/repo/m2-snapshot-repositor

Re: Geronimo Javamail: Email Subject Line Blank

2009-02-10 Thread Jarek Gawor
Which version of Geronimo JavaMail are you using? Can you try with latest code: http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.7-SNAPSHOT/ ? Thanks, Jarek On Tue, Feb 10, 2009 at 12:39 PM, DavidCAIT wrote: > > I am migratin

Geronimo Javamail: Email Subject Line Blank

2009-02-10 Thread DavidCAIT
I am migrating some code from Sun's JavaMail to Geronimo's JavaMail implementation. The code is identical, but I have changed the library dependency from Sun JavaMail to Geronimo JavaMail. However, Geronimo JavaMail now sends out the emails with a blank subject line. Does anyone have

Re: Wrong DEFAULT_IMAP_PORT in the Geronimo JavaMail 1.4 provider?

2008-10-21 Thread Torsten Schlabach (Tascel eG)
hunting a bug and came along this here: https://svn.apache.org/repos/asf/geronimo/javamail/trunk/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/store/imap/IMAPStore.java public class IMAPStore extends Store implements QuotaAwareStore

Re: Wrong DEFAULT_IMAP_PORT in the Geronimo JavaMail 1.4 provider?

2008-10-21 Thread Rick McGuire
/javamail/trunk/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/store/imap/IMAPStore.java public class IMAPStore extends Store implements QuotaAwareStore, IMAPUntaggedResponseHandler { // the default connection ports for secure and non-secure

Wrong DEFAULT_IMAP_PORT in the Geronimo JavaMail 1.4 provider?

2008-10-21 Thread Torsten Schlabach (Tascel eG)
Hi all! I was just hunting a bug and came along this here: https://svn.apache.org/repos/asf/geronimo/javamail/trunk/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/store/imap/IMAPStore.java public class IMAPStore extends Store implements

Re: SecurityException trying to use JavaMail

2008-10-14 Thread John
Rick McGuire wrote: The simpler solution, if you are not dependent upon the properties that the javamail session has been configured with, would be to use getInstance() rather than getDefaultInstance(). Hi Rick and Kevan, Thank you both for your response and I apologize for the delayed

Re: SecurityException trying to use JavaMail

2008-10-13 Thread Rick McGuire
Kevan Miller wrote: On Oct 13, 2008, at 7:14 AM, Rick McGuire wrote: Kevan Miller wrote: On Oct 11, 2008, at 8:07 PM, John wrote: Hi, I have a webapp setup to send an email notification using javamail. The code works in both Tomcat and JBoss, but in Geronimo I am getting a

Re: SecurityException trying to use JavaMail

2008-10-13 Thread Kevan Miller
On Oct 13, 2008, at 7:14 AM, Rick McGuire wrote: Kevan Miller wrote: On Oct 11, 2008, at 8:07 PM, John wrote: Hi, I have a webapp setup to send an email notification using javamail. The code works in both Tomcat and JBoss, but in Geronimo I am getting a SecurityException. Here is a

Re: SecurityException trying to use JavaMail

2008-10-13 Thread Rick McGuire
Kevan Miller wrote: On Oct 11, 2008, at 8:07 PM, John wrote: Hi, I have a webapp setup to send an email notification using javamail. The code works in both Tomcat and JBoss, but in Geronimo I am getting a SecurityException. Here is a subset of the stacktrace

Re: SecurityException trying to use JavaMail

2008-10-12 Thread Kevan Miller
On Oct 11, 2008, at 8:07 PM, John wrote: Hi, I have a webapp setup to send an email notification using javamail. The code works in both Tomcat and JBoss, but in Geronimo I am getting a SecurityException. Here is a subset of the stacktrace: java.lang.SecurityException at

SecurityException trying to use JavaMail

2008-10-11 Thread John
Hi, I have a webapp setup to send an email notification using javamail. The code works in both Tomcat and JBoss, but in Geronimo I am getting a SecurityException. Here is a subset of the stacktrace: java.lang.SecurityException at javax.mail.Session.getDefaultInstance(Session.java:137

Re: JavaMail in an openejb-jar.xml

2008-09-17 Thread ericp56
The problem was my ejb-jar.xml. Thanks again, Eric -- View this message in context: http://www.nabble.com/JavaMail-in-an-openejb-jar.xml-tp19522342s134p19532311.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: JavaMail in an openejb-jar.xml

2008-09-16 Thread David Jencks
t all. thanks david jencks On Sep 16, 2008, at 4:04 PM, ericp56 wrote: The web example worked fine, but I can't seem to get it right for an ejb project.: The error: javax.naming.NotContextException: mail/mailSession parts of openejb-jar.xml ... org.apache.geronimo.configs

JavaMail in an openejb-jar.xml

2008-09-16 Thread ericp56
The web example worked fine, but I can't seem to get it right for an ejb project.: The error: javax.naming.NotContextException: mail/mailSession parts of openejb-jar.xml ... org.apache.geronimo.configs javamail car ... mail/mailSe

Re: Encoding problem in geronimo-javamail implementation

2008-06-02 Thread Rick McGuire
maho77 wrote: Rick McGuire wrote: maho77 wrote: Hello, it seems to me that the geronimo javamail implementation has some encoding problems. I use G2.1.1 I retrieve Message via POP3 and than I start parsing the parts in the Message class. Everything works fine as long as I the mails

Re: Encoding problem in geronimo-javamail implementation

2008-06-02 Thread maho77
Rick McGuire wrote: > > maho77 wrote: >> Hello, >> >> it seems to me that the geronimo javamail implementation has some >> encoding >> problems. I use G2.1.1 >> I retrieve Message via POP3 and than I start parsing the parts in the >> Message cla

Re: Encoding problem in geronimo-javamail implementation

2008-06-02 Thread Rick McGuire
maho77 wrote: Hello, it seems to me that the geronimo javamail implementation has some encoding problems. I use G2.1.1 I retrieve Message via POP3 and than I start parsing the parts in the Message class. Everything works fine as long as I the mails are UTF-8 mails. If there's an mail let

Encoding problem in geronimo-javamail implementation

2008-06-02 Thread maho77
Hello, it seems to me that the geronimo javamail implementation has some encoding problems. I use G2.1.1 I retrieve Message via POP3 and than I start parsing the parts in the Message class. Everything works fine as long as I the mails are UTF-8 mails. If there's an mail lets say with ISO-8

Re: Substitute geronimo javamail with sun implementation

2008-04-25 Thread maho77
Hello, thank you, I have built the 1.5-SNAPSHOT version of geronimo-javamail_1.4_mail. There are no exceptions anymore, so this problems is fixed. replacing the jar in the repository is no solution because there are two config-cars that contain dependencies to this jar config/javamail and

Re: Substitute geronimo javamail with sun implementation

2008-04-24 Thread maho77
Hello, the pop3 problems are solved on my 2.0.2 with the 1.5-SNAPSHOT of the geronimo-mail svn-trunk build. I installed the new jar into the repository. Now I followed your instructions and built config/javamail and config/jee-specs because these booth configs have a dependency to

Re: Substitute geronimo javamail with sun implementation

2008-04-23 Thread Rick McGuire
do I have to build the whole Geronimo from scratch (Which doesn't work)? I have to say that I have no experiences with maven. That's not the correct thing to rebuild to pick up this fix. The javamail implementation is a subproject of Geronimo, and is not in the main Geronimo s

Re: Substitute geronimo javamail with sun implementation

2008-04-23 Thread maho77
allation? Or do I have to build the whole Geronimo from scratch (Which doesn't work)? I have to say that I have no experiences with maven. Mark -- View this message in context: http://www.nabble.com/Substitute-geronimo-javamail-with-sun-implementation-tp16824270s134p16834581.html Sent from

Re: Substitute geronimo javamail with sun implementation

2008-04-22 Thread David Jencks
I guess we have one jar where sun has 2? If so I think you need to copy the javamail config project, rename it, and replace the dependency on our jar with dependencies on the sun jars in the pom. If you were using g 2.1 you could arrange it so that when your plugin was installed it would

Re: Substitute geronimo javamail with sun implementation

2008-04-22 Thread Rick McGuire
2.0.2 jar org.apache.geronimo.configs javamail 2.0.2 car org.apach

Substitute geronimo javamail with sun implementation

2008-04-22 Thread maho77
.modules geronimo-mail 2.0.2 jar org.apache.geronimo.configs javamail 2.0.2

[ANN] Geronimo JavaMail Spec 1.4 version 1.3 (geronimo-javamail_1.4_spec-1.3) released

2008-04-01 Thread Joe Bohn
The Geronimo team is pleased to announce the release of the Geronimo JavaMail Spec 1.4, version 1.3 This release includes two bug fixes, GERONIMO-3842 and GERONIMO-3853. Enjoy, -The Geronimo team

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Xh
Hi Rick! --- One quick solution would be to drop the javamail jar into the JVM ext directory. --- Yes, it solves the problem, but it's rather inelegant. I was just testing the Log4j in Geronimo 2.0.1 for Waldo and only by the way among other appenders I

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Xh
quot;;> org.xh Log4jTest org.apache.geronimo.configs javamail 2.0.1 car org.apache.geronimo.javamail geronimo-javamail_1.4_m

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Vamsavardhana Reddy
> > I have a suspicion that the problem is with the classloader used to > > load the SMTPAppender class, not the classloader configuration of > > your app itself. > > > > Rick > > > > Xh wrote: > >> Hi David! > >> > >> Now I

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Rick McGuire
class, not the classloader configuration of your app itself. Rick Xh wrote: Hi David! Now I use both org.apache.geronimo.configs/javamail and org.apache.geronimo.javamail/geronimo-javamail_1.4_mail dependencies. I did just like You asked, I've configured my SMTPAppender programmaticall

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Kevan Miller
classloader configuration of your app itself. Rick Xh wrote: Hi David! Now I use both org.apache.geronimo.configs/javamail and org.apache.geronimo.javamail/geronimo-javamail_1.4_mail dependencies. I did just like You asked, I've configured my SMTPAppender programmatically (in servlet&#

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Xh
- Original Message From: Rick McGuire <[EMAIL PROTECTED]> To: user@geronimo.apache.org Sent: Thursday, 6 September, 2007 1:15:49 PM Subject: Re: G2.0.1 geronimo-javamail dependency is not loading? > Could you post a stack trace for this new failure? [2007-09-06 15:45:43,8

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Rick McGuire
wrote: Hi David! Now I use both org.apache.geronimo.configs/javamail and org.apache.geronimo.javamail/geronimo-javamail_1.4_mail dependencies. I did just like You asked, I've configured my SMTPAppender programmatically (in servlet's init method): SMTPAppender newAppender = new SM

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-06 Thread Xh
Hi David! Now I use both org.apache.geronimo.configs/javamail and org.apache.geronimo.javamail/geronimo-javamail_1.4_mail dependencies. I did just like You asked, I've configured my SMTPAppender programmatically (in servlet's init method): SMTPAppender newAppender = new SM

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-05 Thread David Jencks
On Sep 5, 2007, at 10:40 PM, Vamsavardhana Reddy wrote: Why is it not giving an error resolving dependency or sorts?? I was wondering that too. By any chance is that jar at home>/repository/repository/org/apache/geronimo/javamail/geronimo- javamail_1.4_mail/1.2/geronimo-javamail_1.4_m

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-05 Thread Vamsavardhana Reddy
Why is it not giving an error resolving dependency or sorts?? Vamsi On 9/6/07, Kevan Miller <[EMAIL PROTECTED]> wrote: > > > On Sep 5, 2007, at 7:22 PM, Xh wrote: > > > Hi All! > > > > I have very strange problem. > > > > In my geronimo-web.xml I wrote: > > > > > > repository.org

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-05 Thread David Jencks
1. you should use: org.apache.geronimo.configs javamail car to minimize the chances of ClassCastException due to loading javamail in the wrong classloader 2. this still won't work unless log4j is using the public static Class forName(String name, boolean initi

Re: G2.0.1 geronimo-javamail dependency is not loading?

2007-09-05 Thread Kevan Miller
On Sep 5, 2007, at 7:22 PM, Xh wrote: Hi All! I have very strange problem. In my geronimo-web.xml I wrote: repository.org.apache.geronimo.javamailgroupId> geronimo-javamail_1.4_mail 1.2 jar Hi Lukasz, "repository" should no

G2.0.1 geronimo-javamail dependency is not loading?

2007-09-05 Thread Xh
pache/geronimo/javamail/geronimo-javamail_1.4_mail/1.2/geronimo-javamail_1.4_mail-1.2.jar file and I can see that there is javax/mail/Multipart.class file. Is geronimo not loading my dependency or is it something else? best regards Ł

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-27 Thread Rick McGuire
Hi Rick, Thanks for the reply. I would be happy to help out testing it. However, I am very new to this community and some guidance is really appreciated. :-) This should be fairly simple. I built a 1.1.1 version of SMTP code and placed it

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-27 Thread Chua Chee Seng
throws MessagingException >>>> { >>>> SMTPReply line = getReply(); >>>> if(line.isError()) >>>> return false; >>>> >>>> while(line.isContinued()) >>>> line

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-24 Thread Rick McGuire
this community and some guidance is really appreciated. :-) This should be fairly simple. I built a 1.1.1 version of SMTP code and placed it here: http://people.apache.org/~rickmcguire/stage-javamail/geronimo-javamail-transport-1.1.1.jar Just replace the geronimo-javamail-transport jar file in you

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-23 Thread Chua Chee Seng
>> >> As it is decompiled code, I am not sure if your source code is like the >> above, so it is just my guess. I would be happy to help to test again >> with >> new builds. :-) >> >> Best Regards, >> Chee Seng >> >> >> Rick McGuire w

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-23 Thread Rick McGuire
aced it here: http://people.apache.org/~rickmcguire/stage-javamail/geronimo-javamail-transport-1.1.1.jar Just replace the geronimo-javamail-transport jar file in your 1.1.1 server assembly, and retry your program. That will verify that my fix is working correctly and I'll be able to comm

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-22 Thread Chua Chee Seng
t; > Best Regards, > Chee Seng > > > Rick McGuire wrote: >> >> Chua Chee Seng wrote: >>> Hi Rick, >>> >>> Thanks for the reply. I would be happy to help out testing it. >>> However, I >>> am very new to this community

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-22 Thread Chua Chee Seng
Hi Johnanes, Thank you for your reply, but I think the client account and the smtp are fine, as when I substituded it with Sun's Javamail implementation it works fine. The source code shows that it doesn't support multilines 220, and Rick is going to fix it very soon. :-) Thank you

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-22 Thread Chua Chee Seng
.1 version of SMTP code and > placed it here: > > http://people.apache.org/~rickmcguire/stage-javamail/geronimo-javamail-transport-1.1.1.jar > > Just replace the geronimo-javamail-transport jar file in your 1.1.1 > server assembly, and retry your program. That will verify tha

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-22 Thread Rick McGuire
://people.apache.org/~rickmcguire/stage-javamail/geronimo-javamail-transport-1.1.1.jar Just replace the geronimo-javamail-transport jar file in your 1.1.1 server assembly, and retry your program. That will verify that my fix is working correctly and I'll be able to commit my fix for the pr

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-21 Thread Chua Chee Seng
> potential fixes? > > Rick > > Chua Chee Seng wrote: >> Hi, >> >> I am trying to use the Geronimo Javamail. I have setup the resource and >> resource-ref stuff and try to send a mail from the application. I turn >> off >> the debug flag and see

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-21 Thread Rick McGuire
xing this. Since I don't have access to an SMTP server that behaves this way, are you willing/able to help try out potential fixes? Rick Chua Chee Seng wrote: Hi, I am trying to use the Geronimo Javamail. I have setup the resource and resource-ref stuff and try to send a mail from the a

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-21 Thread Johannes Weberhofer, Weberhofer GmbH
s to an SMTP server that behaves this way, are you willing/able to help try out potential fixes? Rick Chua Chee Seng wrote: Hi, I am trying to use the Geronimo Javamail. I have setup the resource and resource-ref stuff and try to send a mail from the application. I turn off the debug flag

Re: Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-21 Thread Rick McGuire
es this way, are you willing/able to help try out potential fixes? Rick Chua Chee Seng wrote: Hi, I am trying to use the Geronimo Javamail. I have setup the resource and resource-ref stuff and try to send a mail from the application. I turn off the debug flag and see the following in th

Geronimo 1.1.1's Javamail does not work for some SMTP server with more than 1 beginning lines

2007-08-20 Thread Chua Chee Seng
Hi, I am trying to use the Geronimo Javamail. I have setup the resource and resource-ref stuff and try to send a mail from the application. I turn off the debug flag and see the following in the console:- ... 220-xxx.xxx.xxx ESMTP Exim x.xx #1 Mon, 20 Aug 2007 16:29:11 +0800 EHLO x 220-We

Re: Mails are not delivering to destination by using Geronimo's default JavaMail session

2007-07-27 Thread ASHOK PORALU
etween the client and the > server look like. > > Also, please include the version of Geronimo you're running with, as > potential solutions can differ with the version involved. > > Rick > > ASHOK PORALU wrote: > > Hi, > > > > I am using Apache Geroni

Re: Mails are not delivering to destination by using Geronimo's default JavaMail session

2007-07-26 Thread Rick McGuire
nvolved. Rick ASHOK PORALU wrote: Hi, I am using Apache Geronimo's default JavaMail session and Apache JAMES smtp server to send mails from my application. As per JSP code I am able see the result as message sent but I have not received any mails to destination mail account.

Mails are not delivering to destination by using Geronimo's default JavaMail session

2007-07-26 Thread ASHOK PORALU
Hi, I am using Apache Geronimo's default JavaMail session and Apache JAMES smtp server to send mails from my application. As per JSP code I am able see the result as message sent but I have not received any mails to destination mail account. Here is the JSP code. <[EMAIL PROTECTED

RE: Using Geronimo JavaMail implementation

2006-10-16 Thread Arnaud Blandin
future we would like as much as possible to use the Geronimo implementation as it will ease the installation procedure. Intalio|BPMS ships with Geronimo LittleG and it would be good to see the Javamail jars being consolidated in one jar and make them available in LittleG. Let me know if it makes sense

RE: Using Geronimo JavaMail implementation

2006-10-13 Thread Arnaud Blandin
: Re: Using Geronimo JavaMail implementation > > Arnaud Blandin wrote: > > Hi, > > > > I would like to upgrade the Email Webservice shipped with > Intalio|BPMS > > (http://bpms.intalio.com/content/view/114/84/) > > to use the Geronimo Javamail implementation.

Re: Using Geronimo JavaMail implementation

2006-10-12 Thread Rick McGuire
Arnaud Blandin wrote: Hi, I would like to upgrade the Email Webservice shipped with Intalio|BPMS (http://bpms.intalio.com/content/view/114/84/) to use the Geronimo Javamail implementation. It will greatly ease the installation procedure as you won't require to download the Sun implement

Using Geronimo JavaMail implementation

2006-10-12 Thread Arnaud Blandin
Hi, I would like to upgrade the Email Webservice shipped with Intalio|BPMS (http://bpms.intalio.com/content/view/114/84/) to use the Geronimo Javamail implementation. It will greatly ease the installation procedure as you won't require to download the Sun implementation. The web-servi

Using Geronimo JavaMail implementation

2006-10-12 Thread Arnaud Blandin
Hi, I would like to upgrade the Email Webservice shipped with Intalio|BPMS (http://bpms.intalio.com/content/view/114/84/) to use the Geronimo Javamail implementation. It will greatly ease the installation procedure as you won't require to download the Sun implementation. The web-servi

geronimo and javamail ( decoding problems)

2006-10-02 Thread sreepriya ramakrishnan
Hi all , I added geronimo-javamail_1.3.1_spec-1.0.jar into the classpath and compiled a standalone java class with the following code. All I am trying here is to convert a base 64 version of a string using the MimeUtility class provided by javamail(in this case the jar specified holds this

Re: JavaMail and Geronimo 1.0

2006-09-05 Thread Rick McGuire
The Javamail code in Geronimo 1.0 is a very incomplete implementation. If at all possible, upgrade to Geronimo 1.1. I suspect this will fix your problem. If it does not, then try setting the "mail.debug" session property to "true" and send the debug information to this lis

JavaMail and Geronimo 1.0

2006-09-05 Thread Sunny Saxena
Hello,     I have an application which uses Sun’s JavaMail implementation to send mails. The code works absolutely fine independently, and even when deployed in Geronimo there are no exceptions thrown – neither on the console or in the logs, but the mail is simply not sent. I

Re: JavaMail support in AG

2006-06-22 Thread Rick McGuire
choose to replace the limited Geronimo version with the Sun implementation currently. Geronimo 1.1, which should be released "any day now" has a complete implementation of 1.3, but only ships with an SMTP provider. Further on, work is underway to make the javamail implementation a

RE: JavaMail support in AG

2006-06-21 Thread Santosh Koti
-Original Message- From: Phani Madgula [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 10:56 AM To: Geronimo User Subject: JavaMail support in AG   Hi,   AG1.0 uses JavaMail1.3. What is current roadmap of javaMail support in AG? I mean, what versions of JavaMail a

JavaMail support in AG

2006-06-21 Thread Phani Madgula
Hi,   AG1.0 uses JavaMail1.3. What is current roadmap of javaMail support in AG? I mean, what versions of JavaMail are supported in future versions of AG?   Thanks & Regards Phani

Re: Issue using JavaMail with Geronimo 1.0

2006-05-24 Thread Fran Varin
r explanation to mean that "addRecipient()" calls the version of "addRecipients()" that accepts the array and it is this method that is not implemented. -- View this message in context: http://www.nabble.com/Issue+using+JavaMail+with+Geronimo+1.0-t1674954.html#a4545592 Sent from the Apache Geronimo - Users forum at Nabble.com.

Re: Issue using JavaMail with Geronimo 1.0

2006-05-24 Thread Aaron Mulder
On 5/24/06, Rick McGuire <[EMAIL PROTECTED]> wrote: It really depends on how much of a hurry you're in. 1.1 will be cutting a release candidate very shortly, and it should be available no later than 2 weeks from now, barring an expected catastrophe. Just curious -- which catastrophe are we exp

Re: Issue using JavaMail with Geronimo 1.0

2006-05-24 Thread Rick McGuire
or should we wait for 1.1? It really depends on how much of a hurry you're in. 1.1 will be cutting a release candidate very shortly, and it should be available no later than 2 weeks from now, barring an expected catastrophe. Rick Thanks for your reply! Fran -- View this message in context

Re: Issue using JavaMail with Geronimo 1.0

2006-05-24 Thread Fran Varin
in question. It seems to me that we are in fact using the version of the method as recommended by your reply. Am I correct in that assumption? Is there some other approach we should be taking or should we wait for 1.1? Thanks for your reply! Fran -- View this message in context: http://www.nabble

Re: Issue using JavaMail with Geronimo 1.0

2006-05-24 Thread Rick McGuire
Fran Varin wrote: We are trying to configure Geronimo to use the JavaMail API and experiencing some difficulty with the configuration. We have configured the GBean as follows: http://geronimo.apache.org/xml/ns/deployment"; configId="geronimo/AmicaEmailGBean">

Issue using JavaMail with Geronimo 1.0

2006-05-24 Thread Fran Varin
We are trying to configure Geronimo to use the JavaMail API and experiencing some difficulty with the configuration. We have configured the GBean as follows: http://geronimo.apache.org/xml/ns/deployment"; configId="geronimo/AmicaEmailGBean"> geronimo

Re: JavaMail

2006-03-30 Thread Rick McGuire
Anjul Srivastava wrote: Could somebody please give me a quick summary of how to install Sun's JavaMail implementation into geronimo? Or a web link that explains how? The tutorial I found at IBM's site did not work out for me, probably because it relates to an older version. I cou

JavaMail

2006-03-30 Thread Anjul Srivastava
Could somebody please give me a quick summary of how to install Sun's JavaMail implementation into geronimo?  Or a web link that explains how?   The tutorial I found at IBM's site did not work out for me, probably because it relates to an older version.  I couldn't find any

Re: javamail

2006-03-02 Thread Alex Andrushchak
s/security-1.1" xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.1" configId="MailWebApp/MailWebApp">         geronimo/geronimo-mail/1.2-SNAPSHOT             geronimo/geronimo-javamail-transport/1.2-SNAPSHOT       /MailWebApp   false       mail/MailSess

Re: javamail

2006-03-02 Thread Rick McGuire
not conform with the javamail specification with respect to sendMessage() and connect(). The 1.0 version of sendMessage() was issuing it's own connect() and close(), so Transport.send() would have worked on the older version. JIRA GERONIMO-1530 was a major update to the SMTPTransport

Re: javamail

2006-03-02 Thread Vamsavardhana Reddy
quot; xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.1" xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.1" configId="MailWebApp/MailWebApp">         geronimo/geronimo-mail/1.2-SNAPSHOT             geronimo/geronimo-javamail-transport/1.2-SNAPSHOT    

Re: javamail

2006-03-02 Thread Vamsavardhana Reddy
roblem. Thanks, VamsiOn 3/2/06, Rick McGuire <[EMAIL PROTECTED]> wrote: Vamsavardhana Reddy wrote:This looks like a bug in Geronimo's implementation of Transport.send().It's not connecting to the transport before sending the message.  I'lltake care of fixing this, since I&

Re: javamail

2006-03-02 Thread Rick McGuire
Vamsavardhana Reddy wrote: This looks like a bug in Geronimo's implementation of Transport.send(). It's not connecting to the transport before sending the message. I'll take care of fixing this, since I'm poking around in the javamail code these days. As a wo

  1   2   >