This file is indexed.

/usr/share/popfile/skins/default/imap-connection-details.thtml is in popfile 1.1.3+dfsg-0ubuntu1.

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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!--  This is the output of template imap-connection-details.thtml -->

<form action="/configuration" method="post">
    <label class="configurationLabel">
        <TMPL_VAR NAME="Localize_Imap_Server">
    </label>
    <br />
    <input name="imap_hostname" type="text" value="<TMPL_VAR NAME="IMAP_hostname">" /> <br />

    <TMPL_IF NAME="IMAP_connection_if_hostname_error">
    <blockquote>
      <div class="error01">
        <TMPL_VAR NAME="Localize_Imap_ServerNameError">
      </div>
    </blockquote>
    </TMPL_IF>

    <label class="configurationLabel">
        <TMPL_VAR NAME="Localize_Imap_Port">
    </label>
    <br />
    <input name="imap_port" type="text" value="<TMPL_VAR NAME="IMAP_port">" /><br />

    <TMPL_IF NAME="IMAP_connection_if_port_error">
    <blockquote>
      <div class="error01">
        <TMPL_VAR NAME="Localize_Imap_PortError">
      </div>
    </blockquote>
    </TMPL_IF>
    
    <label for="imap_use_ssl" class="configurationLabel">
    	<TMPL_VAR NAME="Localize_Imap_Use_SSL">
	</label>
	<input id="imap_use_ssl" name="imap_use_ssl" type="checkbox" <TMPL_VAR NAME="IMAP_ssl_checked"> />
    <br />
    
    <label class="configurationLabel">
        <TMPL_VAR NAME="Localize_Imap_Login">
    </label>
    <br />
    <input name="imap_login" type="text" value="<TMPL_VAR NAME="IMAP_login">" /><br />

    <TMPL_IF NAME="IMAP_connection_if_login_error">
    <blockquote>
      <div class="error01">
        <TMPL_VAR NAME="Localize_Imap_LoginError">
      </div>
    </blockquote>
    </TMPL_IF>

    <label class="configurationLabel">
        <TMPL_VAR NAME="Localize_Imap_Password">
    </label>
    <br />
    <input type="password" name="imap_password" value="<TMPL_VAR NAME="IMAP_password">" /><br />

    <TMPL_IF NAME="IMAP_connection_if_password_error">
    <blockquote>
      <div class="error01">
        <TMPL_VAR NAME="Localize_Imap_PasswordError">
      </div>
    </blockquote>
    </TMPL_IF>

    <p />
    <input type="submit" class="submit" name="update_imap_0_connection_details" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
    <hr width="60%" align="center" />
</form>

<!-- End of template imap-connection-details.thtml -->