File: details.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 (28 lines) | stat: -rw-r--r-- 616 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
<!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>Feature Details</title>
</head>
<body>

<h1>Feature Details</h1>

<h2>Character Encodings</h2>

<p>
I DO NOT support non-Japanese character encodings until
ruby implements M17N functions. It's too complex for me.
</p>

<h2>Header Comments</h2>

<p>
TMail discards ALL comments on converting HeaderField objects
into strings, because I cannot preserve position of comments.
</p>


</body>
</html>