You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/06/06 16:48:22 UTC

svn commit: r1683917 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: fschumacher
Date: Sat Jun  6 14:48:21 2015
New Revision: 1683917

URL: http://svn.apache.org/r1683917
Log:
Markup changes. Usage of code-tags.

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1683917&r1=1683916&r2=1683917&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jun  6 14:48:21 2015
@@ -1822,7 +1822,7 @@ The Mail Reader Sampler can read (and op
 </description>
 <properties>
 <property name="Name" required="">Descriptive name for this element that is shown in the tree.</property>
-<property name="Server Type" required="Yes">The protocol used by the provider: e.g. pop3, pop3s, imap, imaps.
+<property name="Server Type" required="Yes">The protocol used by the provider: e.g. <code>pop3</code>, <code>pop3s</code>, <code>imap</code>, <code>imaps</code>.
 or another string representing the server protocol.
 For example <code>file</code> for use with the read-only mail file provider.
 The actual provider names for POP3 and IMAP are <code>pop3</code> and <code>imap</code>
@@ -1838,7 +1838,7 @@ The actual provider names for POP3 and I
 <property name="Store the message using MIME" required="Yes">Whether to store the message as MIME. 
 If so, then the entire raw message is stored in the Response Data; the headers are not stored as they are available in the data. 
 If not, the message headers are stored as Response Headers. 
-A few headers are stored (Date, To, From, Subject) in the body.
+A few headers are stored (<code>Date</code>, <code>To</code>, <code>From</code>, <code>Subject</code>) in the body.
 </property>
 <property name="Use no security features" required="">Indicates that the connection to the server does not use any security protocol.</property>
 <property name="Use SSL" required="">Indicates that the connection to the server must use the SSL protocol.</property>
@@ -1856,7 +1856,7 @@ Messages are stored as subsamples of the
 In versions of JMeter after 2.3.4, multipart message parts are stored as subsamples of the message.
 </p>
 <p>
-<b>Special handling for "file" protocol:</b><br></br>
+<b>Special handling for "<code>file</code>" protocol:</b><br></br>
 The <code>file</code> JavaMail provider can be used to read raw messages from files.
 The <code>server</code> field is used to specify the path to the parent of the <code>folder</code>.
 Individual message files should be stored with the name <code>n.msg</code>,