File: tmail.html

package info (click to toggle)
libtmail-ruby 0.10.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 860 kB
  • ctags: 1,458
  • sloc: ruby: 8,406; ansic: 678; objc: 584; yacc: 305; makefile: 142
file content (46 lines) | stat: -rw-r--r-- 956 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
42
43
44
45
46
<!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>module <a name="TMail">TMail</a> </code></title>
</head>
<body>

<h1><code>module <a name="TMail">TMail</a> </code></h1>

<h2>Module Functions</h2>

<dl>
<dt><a name="TMail-new_boundary"><code>new_boundary</code></a> -&gt; <code>String</code></dt>
<dd>
<p>
creates new MIME multipart mail boundary.
</p>

</dd>
<dt><a name="TMail-new_message_id"><code>new_message_id(fqdn = Socket.gethostname)</code></a> -&gt; <code>String</code></dt>
<dd>
<p>
fqdn: String<br>
</p>

<p>
creates new message ID.
</p>

</dd>
<dt><a name="TMail-message_id%3f"><code>message_id?(str)</code></a> -&gt; <code>true | false</code></dt>
<dd>
<p>
str: String<br>
</p>

<p>
returns true if STR includes message ID string.
</p>
</dd>
</dl>

</body>
</html>