blob: 187e0ebac0d4b0480af4ff3e7778343d9d3741e4 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>TODO in SqWebMail</title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta name="GENERATOR" content="amaya V2.2">
</head>
<body>
<h1>Things yet to do (not in any particular order).</h1>
<ul>
<li>Address book.
<p></p>
</li>
<li><p>Support Multipart-Related:, and the associated verbiage. ... But,
like, who cares?</p>
<p></p>
</li>
<li>Write an online-manual/help.
<p></p>
</li>
<li><p>Complete multibyte support. Currently when we truncate sender
names/subjects, we don't take into account multibyte characters. When
glibc can provide more functionality (a'la mbnextc, mbprevc), I'll
implement it.</p>
<p></p>
</li>
<li><p>Translate HTML into another language. Hey, multi-lingual support is
already here, just dump your stuff under html, and make sure your browser
sends me the right Accept Language tag.</p>
<p></p>
</li>
<li>Content-ID: Support</li>
</ul>
</body>
</html>
|