On 16 April 2014 21:55, Sergio Boso <[email protected]> wrote: > Hi everybody > > I had some experience using the POP3/SMTP samplers, and they seems to work > well. > However, I found the IMAP sampler a little bit limited.
Which sampler are you referring to? There is no sampler which is specific to IMAP in standard JMeter. There is a single MailReaderSampler which uses JavaMail and thus supports whatever JavaMail supports. > I'm wondering if there is a way to: > - read only the headers. This is very commonly done by real email client; > - read only the last N headers > - read a specific message, or the most recent one, or the most recent N There is no provision for these at present. If these are possible via JavaMail then that can be considered for implementation. > any help suggestion is appreciated Raise a Bugzilla enhancement request with the requirememts. > Thank you in advance > > Sergio > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
