You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/04/18 13:17:25 UTC

[Bug 56428] New: MailReaderSampler - should it use mail.pop3s.* properties?

https://issues.apache.org/bugzilla/show_bug.cgi?id=56428

            Bug ID: 56428
           Summary: MailReaderSampler - should it use mail.pop3s.*
                    properties?
           Product: JMeter
           Version: 2.11
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

The MailReaderSampler currently sets some properties starting with
"mail.pop3s." in order to support certain optional security features.

There are two possible issues with this:
1) AFAICT these are not official properties, so may not be supported in all
implementations; they may only apply to the Sun/Oracle implementation

2) the same "mail.pop3s.*" properties are used for both pop3s and imaps - that
seems wrong.

==

1) more research is needed to establish whether there is a standard API way to
provide these features.

2) Fixing the property names so they agree with the protocol is trivial.
If a generic solution (1) is not found, this would at least be the first step
to take.

Not yet tested whether the Oracle IMAPS implementation falls back to using the
pop3s properties; that seems very unlikely. I assume the options have never
been tested fully with IMAPS.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56428] MailReaderSampler - should it use mail.pop3s.* properties?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56428

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Hardware|PC                          |All
         Resolution|---                         |FIXED
                 OS|Windows XP                  |All

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Closing as seems to be fixed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56428] MailReaderSampler - should it use mail.pop3s.* properties?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56428

--- Comment #2 from Sebb <se...@apache.org> ---
Fixed property names:

URL: http://svn.apache.org/r1588597
Log:
MailReaderSampler - should it use mail.pop3s.* properties?
Bugzilla Id: 56428

Modified:
   
jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56428] MailReaderSampler - should it use mail.pop3s.* properties?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56428

--- Comment #1 from Sebb <se...@apache.org> ---
2) Experimentation with timeouts shows the property names must agree with the
protocol, so always using pop3s is wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.