Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BC2510D18 for ; Thu, 17 Apr 2014 14:58:43 +0000 (UTC) Received: (qmail 58424 invoked by uid 500); 17 Apr 2014 14:58:42 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 58396 invoked by uid 500); 17 Apr 2014 14:58:42 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 58387 invoked by uid 99); 17 Apr 2014 14:58:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 14:58:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-wg0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 14:58:37 +0000 Received: by mail-wg0-f45.google.com with SMTP id l18so543942wgh.4 for ; Thu, 17 Apr 2014 07:58:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6cvM04alMkxzotemC6tY33+5Ol6ohD+kcB1zEiNZp7k=; b=hCZNx2H2WStYwdpsj6zPfhfz4+93ODl3ZK/6aVsnUrPPm7GOhHVYtd5kayff4sj48N rk7bFp7WXoGDGpyIu15YYjLSpEy3BktUAvu1npZS8pjpjwI3Q1DoYRZc6uoIi6fCm+Ys UzjigD9zrvdh5WU2dbBjyWWTxRYaJmM5Eatfc6zbHtLvYbPXWXiB4BEY/xyY+uBrIalR O3q0IiKYt1MwJKNnyWuOjahypMm8ULCP/NSQxQViUOmTyvcZoI4zhDN6dzV2+34AIY5c 5KtQZ2mOpoWcSW0nPSwoif3CQTDdydX5JpG8M8ZEo/Bpvtgh2IL3ipcXs2WMdzbsqU7Z bn/Q== MIME-Version: 1.0 X-Received: by 10.180.20.111 with SMTP id m15mr24324135wie.59.1397746696253; Thu, 17 Apr 2014 07:58:16 -0700 (PDT) Received: by 10.194.9.98 with HTTP; Thu, 17 Apr 2014 07:58:16 -0700 (PDT) In-Reply-To: <534EEE3B.1050501@bosoconsulting.it> References: <534EEE3B.1050501@bosoconsulting.it> Date: Thu, 17 Apr 2014 15:58:16 +0100 Message-ID: Subject: Re: mail server testing From: sebb To: JMeter Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On 16 April 2014 21:55, Sergio Boso 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: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org