File: config.html

package info (click to toggle)
libtmail-ruby 0.10.8-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 856 kB
  • ctags: 1,461
  • sloc: ruby: 8,406; ansic: 678; objc: 584; yacc: 305; makefile: 149
file content (41 lines) | stat: -rw-r--r-- 973 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  <meta http-equiv="Content-Language" content="en">
<title><code>class <a name="TMail%3a%3aConfig">TMail::Config</a> </code></title>
</head>
<body>

<h1><code>class <a name="TMail%3a%3aConfig">TMail::Config</a> </code></h1>

<h2>Class Methods</h2>

<dl>
<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>
<dd>
<p>
strict: true | false<br>
</p>

<p>
create a TMail::Config object.
set true to all strict_* attributes if STRICT is true.
</p>

</dd>
</dl>
<h2>Instance Methods</h2>

<dl>
<dt><a name="TMail%3a%3aConfig-strict_parse%3f"><code>strict_parse?</code></a></dt>
<dd>
<p>
If this flag is true, TMail's parsers may raise
TMail::SyntaxError. If not, it never raises SynaxError.
</p>
</dd>
</dl>

</body>
</html>