Sha256: 5d76e33e360885805bfd0688e32fe0a873ba4125355cd569733aeec4a764673e

Contents?: true

Size: 950 Bytes

Versions: 9

Compression:

Stored size: 950 Bytes

Contents

= module TMail

== Module Functions

: new_boundary -> String
j
    新しいバウンダリを作成して返します。
e
    creates new MIME multipart mail boundary.
.

: new_message_id(fqdn = Socket.gethostname) -> String
    fqdn: String

j
    新しいメッセージ ID を作成して返します。
    引数 fqdn が省略された場合はローカルホストの名前を使います。
    一方 fqdn を指定する場合はダイヤルアップであるなどの事情により
    ホストの名前を変える必要があるのだとみなし、それに '.tmail' を
    つけたドメインを使用します。これは「本物の」ドメインで作成される
    メッセージ ID との重複を避けるためです。
e
    creates new message ID.
.

: message_id?(str) -> true | false
    str: String

j
    str がメッセージ ID を含むとき真。
e
    returns true if STR includes message ID string.
.

Version data entries

9 entries across 9 versions & 6 rubygems

Version Path
japetheape-tmail-1.2.3.4 site/outdated/rdd/tmail.rrd.m
ledermann-tmail-1.2.5 site/outdated/rdd/tmail.rrd.m
valodzka-tmail-1.2.3.2 site/outdated/rdd/tmail.rrd.m
valodzka-tmail-1.2.3.3 site/outdated/rdd/tmail.rrd.m
valodzka-valodzka-tmail-1.2.3.2 site/outdated/rdd/tmail.rrd.m
sa-tmail-1.2.5.1 site/outdated/rdd/tmail.rrd.m
tmail-1.2.3.1 site/outdated/rdd/tmail.rrd.m
tmail-1.2.3 site/outdated/rdd/tmail.rrd.m
tmail-1.2.2 site/outdated/rdd/tmail.rrd.m