confirm port is an integer
[github-services.git] / vendor / tmail-1.2.3.1 / site / reference / config.html
blob86171db0a9b33091c329982b45820e0796ad7698
1 <h1><code>class <a name="TMail%3a%3aConfig">TMail::Config</a> </code></h1>
3 <h2>Class Methods</h2>
5 <dl>
6 <dt><a name="TMail%3a%3aConfig-new"><code>new(strict)</code></a> -&gt; <code><a href="config.html#TMail%3a%3aConfig">TMail::Config</a></code></dt>
7 <dd>
8 <p>
9 strict: true | false<br>
10 </p>
12 <p>
13 create a TMail::Config object.
14 set true to all strict_* attributes if STRICT is true.
15 </p>
17 </dd>
18 </dl>
19 <h2>Instance Methods</h2>
21 <dl>
22 <dt><a name="TMail%3a%3aConfig-strict_parse%3f"><code>strict_parse?</code></a></dt>
23 <dd>
24 <p>
25 If this flag is true, TMail's parsers may raise
26 TMail::SyntaxError. If not, it never raises SynaxError.
27 </p>
28 </dd>
29 </dl>