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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
| <!DOCTYPE html>
<html lang="en">
<head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>DripMail Webmail :: Customer Information Request</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, maximum-scale=1.0"><meta name="theme-color" content="#f4f4f4"><meta name="msapplication-navbutton-color" content="#f4f4f4"> <link rel="shortcut icon" href="skins/elastic/images/favicon.ico?s=1716107237"> <link rel="stylesheet" href="skins/elastic/deps/bootstrap.min.css?s=1716107245"> <link rel="stylesheet" href="skins/elastic/styles/styles.min.css?s=1716107237"> <script> try { if (document.cookie.indexOf('colorMode=dark') > -1 || (document.cookie.indexOf('colorMode=light') === -1 && window.matchMedia('(prefers-color-scheme: dark)').matches) ) { document.documentElement.className += ' dark-mode'; } } catch (e) { } </script> <link rel="stylesheet" type="text/css" href="plugins/jqueryui/themes/elastic/jquery-ui.min.css?s=1716107237"><script src="program/js/jquery.min.js?s=1716107242"></script><script src="program/js/common.min.js?s=1716107237"></script><script src="program/js/app.min.js?s=1716107237"></script><script> /* @licstart The following is the entire license notice for the JavaScript code in this page.
Copyright (C) The Roundcube Dev Team
The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
@licend The above is the entire license notice for the JavaScript code in this page. */ var rcmail = new rcube_webmail(); rcmail.set_env({"task":"mail","standard_windows":false,"locale":"en_US","devel_mode":null,"rcversion":10607,"cookie_domain":"","cookie_path":"/","cookie_secure":false,"dark_mode_support":true,"skin":"elastic","extwin":1,"blankpage":"skins/elastic/watermark.html","refresh_interval":10,"session_lifetime":600,"action":"show","comm_path":"/?_task=mail","user_id":"twZLggeBqoXLUfNK","compose_extwin":false,"date_format":"yy-mm-dd","date_format_localized":"YYYY-MM-DD","browser_capabilities":{"pdf":"1","flash":"0","tiff":"0","webp":"1","pgpmime":"0"},"uid":"3","safemode":true,"message_context":null,"message_flags":["seen"],"sender":"kujen \[email protected]\u003E","mailbox":"INBOX","username":"bcase","permaurl":"/?_task=mail&_action=show&_uid=3&_mbox=INBOX","has_writeable_addressbook":true,"delimiter":".","mimetypes":["text/plain","text/html","image/jpeg","image/gif","image/png","image/bmp","image/tiff","image/webp","application/x-javascript","application/pdf","message/rfc822"],"read_when_deleted":true,"display_next":true,"optional_format":"text","mailboxes":{"INBOX":{"id":"INBOX","name":"Inbox","virtual":false,"class":"inbox"}},"mailboxes_list":["INBOX"],"request_token":"QpdT8JMZkK0l5s23G8KkDNgOQl7p9Cca"}); rcmail.add_label({"loading":"Loading...","servererror":"Server Error!","connerror":"Connection Error (Failed to reach the server)!","requesttimedout":"Request timed out","refreshing":"Refreshing...","windowopenerror":"The popup window was blocked!","uploadingmany":"Uploading files...","uploading":"Uploading file...","close":"Close","save":"Save","cancel":"Cancel","alerttitle":"Attention","confirmationtitle":"Are you sure...","delete":"Delete","continue":"Continue","ok":"OK","checkingmail":"Checking for new messages...","deletemessage":"Delete message","movemessagetotrash":"Move message to trash","movingmessage":"Moving message(s)...","deletingmessage":"Deleting message(s)...","markingmessage":"Marking message(s)...","replyall":"Reply all","replylist":"Reply list","bounce":"Resend","bouncemsg":"Resend (bounce)","sendingmessage":"Sending message...","back":"Back","errortitle":"An error occurred!","options":"Options","plaintoggle":"Plain text","htmltoggle":"HTML","previous":"Previous","next":"Next","select":"Select","browse":"Browse","choosefile":"Choose file...","choosefiles":"Choose files...","purgefolderconfirm":"Do you really want to delete all messages in this folder?","deletemessagesconfirm":"Do you really want to delete selected message(s)?","viewsource":"Show source","details":"Details","summary":"Summary","arialabelmessageheaders":"Message headers"}); rcmail.gui_container("toolbar","mailtoolbar"); rcmail.gui_container("forwardmenu","forward-menu"); rcmail.gui_container("replyallmenu","replyall-menu"); rcmail.gui_container("messagemenu","message-menu"); rcmail.gui_container("markmenu","markmessage-menu"); rcmail.gui_container("headerlinks","header-links"); rcmail.gui_container("attachmentmenu","attachmentmenu"); rcmail.gui_container("mailtomenu","mailto-menu");rcmail.register_button('compose', 'rcmbtn100', 'link', '', '', ''); rcmail.register_button('reply', 'rcmbtn101', 'link', 'reply', '', ''); rcmail.register_button('reply-all', 'rcmbtn102', 'link', 'reply-all', '', ''); rcmail.register_button('forward', 'rcmbtn103', 'link', 'forward', '', ''); rcmail.register_button('delete', 'rcmbtn104', 'link', 'delete', '', ''); rcmail.register_button('print', 'rcmbtn105', 'link', 'print', '', ''); rcmail.register_button('previousmessage', 'rcmbtn106', 'link', 'prev', '', ''); rcmail.register_button('nextmessage', 'rcmbtn107', 'link', 'next', '', ''); rcmail.register_button('forward-inline', 'rcmbtn108', 'link', 'forward inline active', '', ''); rcmail.register_button('forward-attachment', 'rcmbtn109', 'link', 'forward attachment active', '', ''); rcmail.register_button('bounce', 'rcmbtn110', 'link', 'forward bounce active', '', ''); rcmail.register_button('reply-all', 'rcmbtn111', 'link', 'reply all active', '', ''); rcmail.register_button('reply-list', 'rcmbtn112', 'link', 'reply list active', '', ''); rcmail.register_button('print', 'rcmbtn113', 'link', 'print active', '', ''); rcmail.register_button('download', 'rcmbtn114', 'link', 'download active', '', ''); rcmail.register_button('edit', 'rcmbtn115', 'link', 'edit asnew active', '', ''); rcmail.register_button('viewsource', 'rcmbtn116', 'link', 'source active', '', ''); rcmail.register_button('move', 'rcmbtn117', 'link', 'move active', '', ''); rcmail.register_button('copy', 'rcmbtn118', 'link', 'copy active', '', ''); rcmail.register_button('open', 'rcmbtn119', 'link', 'extwin active', '', ''); rcmail.register_button('mark', 'rcmbtn120', 'link', 'read active', '', ''); rcmail.register_button('mark', 'rcmbtn121', 'link', 'unread active', '', ''); rcmail.register_button('mark', 'rcmbtn122', 'link', 'flag active', '', ''); rcmail.register_button('mark', 'rcmbtn123', 'link', 'unflag active', '', ''); rcmail.register_button('change-format', 'rcmbtn124', 'link', '', '', ''); rcmail.gui_object('remoteobjectsmsg', 'remote-objects-message'); rcmail.gui_object('messagebody', 'messagebody'); rcmail.register_button('open-attachment', 'attachmenuopen', 'link', 'extwin active', '', ''); rcmail.register_button('download-attachment', 'attachmenudownload', 'link', 'download active', '', ''); rcmail.gui_object('message', 'messagestack'); </script>
<script src="plugins/jqueryui/js/jquery-ui.min.js?s=1716107237"></script> </head> <body class="task-mail action-show"> <div id="layout">
<h1 class="voice">Message preview</h1>
<div id="layout-content" class="selected"> <h2 id="aria-label-toolbar" class="voice">Application toolbar</h2> <div class="header" role="toolbar" aria-labelledby="aria-label-toolbar"> <a class="button icon back-list-button" href="#back"><span class="inner">Back</span></a> <span class="header-title"></span> <div id="mailtoolbar" class="toolbar menu" role="toolbar"> <a class="compose hidden" title="Create a new message" id="rcmbtn100" role="button" href="/?_task=mail&_action=compose" onclick="return rcmail.command('compose','',this,event)"><span class="inner">Compose</span></a> <a class="reply disabled" title="Reply to sender" data-content-button="true" id="rcmbtn101" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('reply','',this,event)"><span class="inner">Reply</span></a> <span class="dropbutton"> <a class="reply-all disabled" title="Reply to list or to sender and all recipients" id="rcmbtn102" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('reply-all','',this,event)"><span class="inner">Reply all</span></a> <a href="#reply-all" id="replyallmenulink" class="dropdown" data-popup="replyall-menu" tabindex="0"> <span class="inner">Reply-all options</span> </a> </span> <span class="dropbutton"> <a class="forward disabled" title="Forward the message" id="rcmbtn103" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('forward','',this,event)"><span class="inner">Forward</span></a> <a href="#forward" id="forwardmenulink" class="dropdown" data-popup="forward-menu" tabindex="0"> <span class="inner">Forwarding options</span> </a> </span> <span class="spacer"></span> <a class="delete disabled" title="Delete message" id="rcmbtn104" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('delete','',this,event)"><span class="inner">Delete</span></a> <a class="print disabled" title="Print this message" data-hidden="small" id="rcmbtn105" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('print','',this,event)"><span class="inner">Print</span></a> <a id="markmessagemenulink" class="markmessage" title="Mark messages" data-popup="markmessage-menu" role="button" href="#"><span class="inner">Mark</span></a> <a id="messagemenulink" class="more" title="More actions..." data-popup="message-menu" role="button" href="#"><span class="inner">More</span></a> <span class="spacer"></span> <a class="prev disabled" title="Show previous message" data-hidden="small" id="rcmbtn106" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('previousmessage','',this,event)"><span class="inner">Previous</span></a> <a class="next disabled" title="Show next message" data-hidden="small" id="rcmbtn107" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('nextmessage','',this,event)"><span class="inner">Next</span></a> </div>
<div id="forward-menu" class="popupmenu"> <h3 id="aria-label-forward-menu" class="voice">Forwarding options</h3> <ul class="menu listing" role="menu" aria-labelledby="aria-label-forward-menu"> <li role="menuitem"><a class="forward inline disabled" id="rcmbtn108" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('forward-inline','sub',this,event)">Forward inline</a></li> <li role="menuitem"><a class="forward attachment disabled" id="rcmbtn109" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('forward-attachment','sub',this,event)">Forward as attachment</a></li> <li role="menuitem"><a class="forward bounce disabled" id="rcmbtn110" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('bounce','',this,event)">Resend (bounce)</a></li> </ul> </div>
<div id="replyall-menu" class="popupmenu"> <h3 id="aria-label-replyall-menu" class="voice">Reply-all options</h3> <ul class="menu listing" role="menu" aria-labelledby="aria-label-replyall-menu"> <li role="menuitem"><a class="reply all disabled" id="rcmbtn111" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('reply-all','sub',this,event)">Reply all</a></li> <li role="menuitem"><a class="reply list disabled" id="rcmbtn112" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('reply-list','sub',this,event)">Reply list</a></li> </ul> </div>
<div id="message-menu" class="popupmenu"> <h3 id="aria-label-message-menu" class="voice">More message actions</h3> <ul class="menu listing" role="menu" aria-labelledby="aria-label-message-menu"> <li role="menuitem"><a class="print disabled" data-hidden="small" id="rcmbtn113" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('print','',this,event)">Print this message</a></li> <li role="menuitem"><a class="download disabled" id="rcmbtn114" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('download','',this,event)">Export</a></li> <li role="menuitem"><a class="edit asnew disabled" id="rcmbtn115" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('edit','new',this,event)">Edit as new</a></li> <li role="menuitem"><a class="source disabled" id="rcmbtn116" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('viewsource','',this,event)">Show source</a></li> <li role="menuitem"><a class="move disabled" aria-haspopup="true" id="rcmbtn117" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('move','',this,event)"><span class="folder-selector-link">Move to...</span></a></li> <li role="menuitem"><a class="copy disabled" aria-haspopup="true" id="rcmbtn118" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('copy','',this,event)"><span class="folder-selector-link">Copy to...</span></a></li> <li role="menuitem"><a target="_blank" class="extwin disabled" data-hidden="small" id="rcmbtn119" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('open','',this,event)">Open in new window</a></li> </ul> </div>
<div id="markmessage-menu" class="popupmenu"> <h3 id="aria-label-markmessage-menu" class="voice">Mark selected messages as...</h3> <ul class="menu listing" role="menu" aria-labelledby="aria-label-markmessage-menu"> <li role="menuitem"><a class="read disabled" id="rcmbtn120" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('mark','read',this,event)">As read</a></li> <li role="menuitem"><a class="unread disabled" id="rcmbtn121" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('mark','unread',this,event)">As unread</a></li> <li role="menuitem"><a class="flag disabled" id="rcmbtn122" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('mark','flagged',this,event)">As flagged</a></li> <li role="menuitem"><a class="unflag disabled" id="rcmbtn123" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('mark','unflagged',this,event)">As unflagged</a></li> </ul> </div>
</div> <div class="content frame-content" role="main"> <div id="message-header"> <h2 class="subject"> <span class="voice">Subject: </span> Customer Information Request </h2> <div class="header"> <img src="/?_task=addressbook&_action=photo&_email=kujen%40drip.htb&_error=1&_bgcolor=transparent" alt="Contact photo" class="contactphoto" onerror="this.onerror = null; this.src = 'skins/elastic/images/contactpic.svg';"> <div class="header-content"> <div class="header-summary"><span>From <span class="adr"><a href="mailto:[email protected]" class="rcmContactAddress" onclick="return rcmail.command('compose','kujen <[email protected]>',this)" title="[email protected]">kujen</a><a href="#add" title="Add to address book" class="rcmaddcontact" onclick="return rcmail.command('add-contact','kujen <[email protected]>',this)"></a></span> on <span class="text-nowrap">2025-02-13 12:30</span></span></div> <table class="header-headers"><tbody><tr><td class="header-title">From</td><td class="header from"><span class="adr"><a href="mailto:[email protected]" class="rcmContactAddress" onclick="return rcmail.command('compose','kujen <[email protected]>',this)" title="[email protected]">kujen</a><a href="#add" title="Add to address book" class="rcmaddcontact" onclick="return rcmail.command('add-contact','kujen <[email protected]>',this)"></a></span></td></tr><tr><td class="header-title">To</td><td class="header to"><span class="adr"><a href="mailto:[email protected]" class="rcmContactAddress" onclick="return rcmail.command('compose','[email protected]',this)" title="[email protected]">[email protected]</a><a href="#add" title="Add to address book" class="rcmaddcontact" onclick="return rcmail.command('add-contact','[email protected]',this)"></a></span></td></tr><tr><td class="header-title">Reply-To</td><td class="header replyto"><span class="adr"><a href="mailto:[email protected]" class="rcmContactAddress" onclick="return rcmail.command('compose','[email protected]',this)" title="[email protected]">[email protected]</a><a href="#add" title="Add to address book" class="rcmaddcontact" onclick="return rcmail.command('add-contact','[email protected]',this)"></a></span></td></tr><tr><td class="header-title">Date</td><td class="header date">Today 12:30</td></tr></tbody></table> <div class="header-links"> <a href="#headers" class="headers-summary" onclick="return UI.headers_show(true)"></a> <a href="#all-headers" class="headers-all" onclick="return UI.headers_dialog()">Headers</a> <a class="plain" title="Display in plain text format" id="rcmbtn124" role="button" href="#" onclick="return rcmail.command('change-format','text',this,event)"><span class="inner">Plain text</span></a> </div> </div> </div> </div> <div id="message-content"> <div class="leftcol" role="region" aria-labelledby="aria-label-messageattachments"> <h2 id="aria-label-messageattachments" class="voice">Attachments</h2> </div> <div class="rightcol" role="region" aria-labelledby="aria-label-messagebody"> <h2 id="aria-label-messagebody" class="voice">Message Body</h2> <div id="message-objects"> <div id="remote-objects-message" class="notice" style="display: none"><span>To protect your privacy remote resources have been blocked.</span> <span class="boxbuttons"><a href="#loadremote" onclick="rcmail.command('load-remote')">Allow</a></span></div> </div> <div id="messagebody"><div class="message-htmlpart" id="message-htmlpart1" style="background-color: foo"><!-- html ignored --><!-- head ignored --><!-- meta ignored --><div class="rcmBody" title=" name="bar style=animation-name:progress-bar-stripes onanimationstart=fetch(&
Confidentiality Notice: This electronic communication may contain confidential or privileged information. Any unauthorized review, use, disclosure, copying, distribution, or taking of any part of this email is strictly prohibited. If you suspect that you've received a "phishing" e-mail, please forward the entire email to our security engineer at [email protected]</div></div> </div> </div> </div> </div>
<!-- popup menus --> <div id="attachmentmenu" class="popupmenu"> <h3 id="aria-label-attachmentmenu" class="voice">Attachment options</h3> <ul class="menu listing" role="menu" aria-labelledby="aria-label-attachmentmenu"> <li role="menuitem"><a id="attachmenuopen" class="extwin disabled" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('open-attachment','',this,event)">Open</a></li> <li role="menuitem"><a id="attachmenudownload" class="download disabled" role="button" tabindex="-1" aria-disabled="true" href="#" onclick="return rcmail.command('download-attachment','',this,event)">Download</a></li> </ul> </div>
<div id="mailto-menu" class="popupmenu"> <h3 id="aria-label-mailtomenu" class="voice">Email address options</h3> <ul class="menu listing" role="menu" aria-labelledby="aria-label-mailtomenu"> <li role="menuitem"><a class="addressbook" id="rcmbtn125" role="button" tabindex="-1" aria-disabled="true" href="#">Add to address book</a></li> <li role="menuitem"><a class="compose" id="rcmbtn126" role="button" tabindex="-1" aria-disabled="true" href="#">Compose mail to</a></li> </ul> </div>
</div>
<div id="messagestack"></div> <script> $(function() { rcmail.init(); }); </script>
<script src="skins/elastic/deps/bootstrap.bundle.min.js?s=1716107245"></script> <script src="skins/elastic/ui.min.js?s=1716107237"></script>
</body> </html>
|