Bug 47947 - Mail Reader Sampler should allow port to be overridden
Summary: Mail Reader Sampler should allow port to be overridden
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.3.4
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 07:10 UTC by Neil
Modified: 2009-11-20 11:52 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil 2009-10-06 07:10:00 UTC
The Mail Reader Sampler should allow the specification of a port. Right now it just uses the default port for POP3 and IMAP, however obviously that is not always sufficient. The JMeter code uses Java Mail Store.connect method specifying host, username, password; but the method also has an overloaded method that allows a port to be specified. This is an easy UI fix as well and could be modeled after the HTTP Request which does offer the port specification.
Comment 1 Sebb 2009-11-20 11:52:48 UTC
Fixed:

URL: http://svn.apache.org/viewvc?rev=882697&view=rev
Log:
Bug 47947 - Mail Reader Sampler should allow port to be overridden
Comment 2 The ASF infrastructure team 2022-09-24 20:37:44 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2295