On 28/07/2008, Michael Tschannen <[EMAIL PROTECTED]> wrote: > Hi list!
Sorry for the long delay in replying. I think it's best to respond to the two proposed additions separately. > For a project, we needed the ability to send and receive e-mails through > JMeter. As a result, we have coded the following enhancements for JMeter: > * enhancements for MailReaderSampler, now including full SSL support for > POP3 and IMAP as well as StartTLS support for IMAP > * enhanced SMTPSampler (first version by Luca Maragnani) including full SSL > and StartTLS support for SMTP, ability to send e-mails stored in an > ".eml-file", multiple recipients (including "To", "CC" and "BCC"), multiple > attachments and more > > We would be glad if these two additions had a chance being included in an > oncoming JMeter release and would like to get your opinion on that. We have > already been in contact with Sebastian, who asked us to start a discussion > on the developer mailing list therefor. > > The full source code for the mentioned samplers can be found in bugzilla: > * MailReaderSampler: > https://issues.apache.org/bugzilla/show_bug.cgi?id=45005 See other e-mail thread. > * SMTPSampler: > https://issues.apache.org/bugzilla/show_bug.cgi?id=45053 > InstallTrustStore and UseLocalTrustStore involves setting System properties - that is not a good idea for JMeter samplers, as the properties will affect all threads. Likewise, the setTrustAllCerts() method updates the JVM Security settings, which will affect other samplers. At least one of the files appears to have Sun Copyright; AFAIK, that cannot be used. The copyright headers for other files created by the submitters need to be addressed as follows: http://www.apache.org/legal/src-headers.html#headers > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]