This file is indexed.

/usr/share/doc/qmf/html/qmaillineendingcodec.html is in qmf-doc-html 1.0.7~2011w23.2-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<!-- qmailcodec.cpp -->
<head>
  <title>QMailLineEndingCodec Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qtlogo.png" align="left" border="0" /></td>
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a></td>
<td align="right" valign="top" width="230"><img src="images/codeless.png"  border="0" /></td></tr></table><h1 class="title">QMailLineEndingCodec Class Reference</h1>
<p>The QMailLineEndingCodec class encodes textual data to use CR/LF line endings required for SMTP transmission. <a href="#details">More...</a></p>
<pre>    #include &lt;QMailLineEndingCodec&gt;</pre><p><b>This class is under development and is subject to change.</b></p>
<p>Inherits <a href="qmailcodec.html">QMailCodec</a>.</p>
<ul>
<li><a href="qmaillineendingcodec-members.html">List of all members, including inherited members</a></li>
</ul>
<hr />
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qmaillineendingcodec.html#QMailLineEndingCodec">QMailLineEndingCodec</a></b> ()</td></tr>
</table>
<ul>
<li><div bar="2" class="fn"></div>9 public functions inherited from <a href="qmailcodec.html#public-functions">QMailCodec</a></li>
</ul>
<h3>Additional Inherited Members</h3>
<ul>
<li><div class="fn"></div>3 static public members inherited from <a href="qmailcodec.html#static-public-members">QMailCodec</a></li>
<li><div class="fn"></div>2 protected functions inherited from <a href="qmailcodec.html#protected-functions">QMailCodec</a></li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QMailLineEndingCodec class encodes textual data to use CR/LF line endings required for SMTP transmission.</p>
<p>The QMailLineEndingCodec allows client code to use the <a href="qmailcodec.html">QMailCodec</a> interface to encode textual data from the local line-ending convention to the CR/LF convention required for SMTP transmission. The codec will convert from single carriage return or single line feed line-endings to CR/LF pairs, or will preserve data already using the correct encoding.</p>
<p>Decoded data will have CR/LF pairs converted to <tt>\n</tt>.</p>
<p>An instance of QMailLineEndingCodec contains state information about the encoding or decoding operation it performs, so an instance should be used for a single coding operation only:</p>
<p>See also <a href="qmailcodec.html">QMailCodec</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="QMailLineEndingCodec"></a>QMailLineEndingCodec::QMailLineEndingCodec ()</h3>
<p>Constructs a codec object for coding text data, converting between the local line-ending convention and the CR/LF line-ending sequence required for SMTP transmission.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright &copy; 2010 QtSoftware</td>
<td align="right"><div align="right">Messaging Framework</div></td>
</tr></table></div></address></body>
</html>