Bug 38384 - POP3/IMAP Sampler with TLS/SSL
Summary: POP3/IMAP Sampler with TLS/SSL
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.1.2
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-25 17:23 UTC by Marco Vergari
Modified: 2008-07-18 08:30 UTC (History)
1 user (show)



Attachments
MailReaderSampler (9.50 KB, text/plain)
2006-02-01 15:24 UTC, Marco Vergari
Details
MailReaderGui (11.13 KB, text/plain)
2006-02-01 15:26 UTC, Marco Vergari
Details
resources (29.76 KB, text/plain)
2006-02-01 15:26 UTC, Marco Vergari
Details
DummySSLSocketFactory (2.55 KB, text/plain)
2006-02-01 15:27 UTC, Marco Vergari
Details
DummyTrustManager (1.13 KB, text/plain)
2006-02-01 15:27 UTC, Marco Vergari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Vergari 2006-01-25 17:23:20 UTC
Is it planned to provide the POP3(SSL/TLS) and SMTP(SSL/TLS) protocol in future
releases? Has anybody make a load test to a POP3-Server(SSL/TLS) with JMeter?
How can I do that?
Comment 1 Ralf Hauser 2006-01-25 20:31:38 UTC
i.e. since javamail 1.3.2., there exists a
com.sun.mail.pop3.POP3SSLStore.POP3SSLStore(Session session, URLName url)
and a com.sun.mail.smtp.SMTPSSLTransport
are there any plans to adapt
org.apache.jmeter.protocol.mail.sampler.MailReaderSampler.sample(Entry e)
accordingly?
If not, RFE
Comment 2 Marco Vergari 2006-02-01 15:23:37 UTC
I have the MailReaderSampler class and the MailReaderSamplerGui class enhanced.
Now they assists SSL/TLS for POP3 requests. At the moment the DummyTrusManager
trust every certificate. I think for testing thats okay.

Let me know what you think about my increments. I would be happy if this
enhancement find the way to next release of JMeter :-)
Comment 3 Marco Vergari 2006-02-01 15:24:15 UTC
Created attachment 17560 [details]
MailReaderSampler
Comment 4 Marco Vergari 2006-02-01 15:26:24 UTC
Created attachment 17561 [details]
MailReaderGui
Comment 5 Marco Vergari 2006-02-01 15:26:54 UTC
Created attachment 17562 [details]
resources
Comment 6 Marco Vergari 2006-02-01 15:27:12 UTC
Created attachment 17563 [details]
DummySSLSocketFactory
Comment 7 Marco Vergari 2006-02-01 15:27:27 UTC
Created attachment 17564 [details]
DummyTrustManager
Comment 8 Ralf Hauser 2006-02-27 17:10:09 UTC
Apache James has a class with this intent as well:
http://issues.apache.org/jira/browse/JAMES-442 - probably, these two efforts
should joing forces?

Plus http://issues.apache.org/jira/browse/JAMES-427?
Comment 9 Ralf Hauser 2008-05-15 06:46:05 UTC
see also bug 45005
Comment 10 Sebb 2008-05-15 08:54:47 UTC
The bug has not been resolved/fixed, as far as I can tell
Comment 11 Sebb 2008-07-18 08:30:17 UTC
JMeter 2.3.2 contains POP3S and IMAPS protocol support for the MailReader Sampler.

So I think this request is now complete.

Please re-open if not.
Comment 12 The ASF infrastructure team 2022-09-24 20:37:36 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1669