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 14:54:22 UTC

[Bug 56429] New: MailReaderSampler - no need to fetch all Messages if not all wanted

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

            Bug ID: 56429
           Summary: MailReaderSampler - no need to fetch all Messages if
                    not all wanted
           Product: JMeter
           Version: 2.11
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

If the user selects other than ALL messages, at present the code still fetches
all the Messages. These are lightweight objects, but it would be better in very
large folders to only fetch the Message items that are actually needed.

This can be done using the getMessage(start,end) method once the total message
count is known.

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

[Bug 56429] MailReaderSampler - no need to fetch all Messages if not all wanted

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

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/r1588508
Log:
MailReaderSampler - no need to fetch all Messages if not all wanted
Bugzilla Id: 56033

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.