Bug 45005 - Enhances MailReaderSampler
Summary: Enhances MailReaderSampler
Status: RESOLVED WONTFIX
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks: 45244
  Show dependency tree
 
Reported: 2008-05-15 06:38 UTC by Michael Tschannen
Modified: 2010-02-24 00:05 UTC (History)
2 users (show)



Attachments
MailReaderSampler as .tar (60.00 KB, application/x-tar)
2008-05-15 06:38 UTC, Michael Tschannen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Tschannen 2008-05-15 06:38:24 UTC
Created attachment 21970 [details]
MailReaderSampler as .tar

Hello everybody

For a project, we have enhanced JMeter's MailReaderSampler with the following features: 
- POP3: SSL-Support
- IMAP: SSL- and StartTLS-Support

We now would like to submit these changes to the community, if possible to be included in a future release. Attached, you find the corresponding sources. For building a test plan with the sampler, please note the following: 
- To ensure that SSL / StartTLS don't end up in exceptions, the server certificate has to be known to JMeter. You can do this by a) installing the certificate on-the-fly ("Install truststore") or b) use a local truststore ("Use local truststore", needs path-to-truststore) with the certificate in. 
- "Check for failure" means that the test is treated as successful if it failed. This can e.g. be used to check for some unwanted features. 

Please note that the current SizeAssertions isn't able to correctly determine the mail-size including a possible attachment (this would certainly be a reasonable enhancement).
Comment 1 Ralf Hauser 2008-05-15 06:54:01 UTC
this superseeds rfe bug 38384 

see also Bug 45006 for an approach how to easily cope with the SizeAssertion.java issue.
Comment 2 Sebb 2010-02-24 00:05:38 UTC
The current version of JMeter supports POP3S and IMAPS.

As far as I can tell, this enhancement is no longer needed.

Please re-open with details if this is not correct.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:41 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2111