File: THANKS.html

package info (click to toggle)
ruby-rubymail 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,056 kB
  • sloc: ruby: 6,061; makefile: 7
file content (95 lines) | stat: -rw-r--r-- 2,251 bytes parent folder | download | duplicates (5)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>File: THANKS</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel=StyleSheet href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript" language="JavaScript">
  <!--
  function popCode(url) {
    window.open(url, "Code", 
          "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }
  //-->
  </script>
</head>

<body bgcolor="white">
<table summary="Information on file" width="100%">
 <tr class="title-row">
 <td><table summary="layout" width="100%"><tr>
   <td class="big-title-font" colspan="2">THANKS</td>
   <td align="right"><table summary="layout" cellspacing="0" cellpadding="2">
         <tr>
           <td  class="small-title-font">Path:</td>
           <td class="small-title-font">THANKS</td>
         </tr>
         <tr>
           <td class="small-title-font">Modified:</td>
           <td class="small-title-font">Sat Jan 18 20:44:49 PST 2003</td>
         </tr>
        </table>
    </td></tr></table></td>
  </tr>
</table>
  <!-- banner header -->



<div class="description"><h1>Thanks to Python&#8217;s email module for:</h1>
<ul>
<li>The idea of separating parsing and serialization from the mail classes
themselves.

</li>
<li>A lot of the MIME multipart API.

</li>
</ul>
<h1>Thanks to Perl&#8217;s MimeTools for:</h1>
<ul>
<li>Showing me this can all be done in the scripting language (no C extensions
necessary).

</li>
<li>Accessing MIME parts via a File like API (thereby allowing them to be
stored on disk).

</li>
</ul>
<h1>People:</h1>
<p>
&quot;Yoshinori K. Okuji&quot; &lt;okuji-at-enbug-dot-org&gt;
</p>
<ul>
<li>Code to parse messages from strings (though since then I did it a much
simpler way).

</li>
<li>Numerous other API suggestions and improvements.

</li>
</ul>
<p>
Booker Bense &lt;bbense-at-SLAC-dot-Stanford-dot-EDU&gt;
</p>
<ul>
<li>For prodding me to implement mbox mailbox parsing (and an initial
implementation). It took me months, but I did it!

</li>
</ul>
</div>








</body>
</html>