Created
November 24, 2016 20:16
-
-
Save thecliguy/a94c32ff3d1f22c30c027dc32c1b159f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Mailbox Stats - Customer Services</title> | |
<meta http-equiv="Expires" content="0"> | |
<meta http-equiv="Pragma" content="no-cache"> | |
<meta http-equiv="Cache-Control" content="no-cache"> | |
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | |
<meta http-equiv="refresh" content="30"> | |
</head> | |
<body> | |
<style type="text/css"><!--TD, p {font-family: Arial; font-size: 10pt;}---></style> | |
<table border="1"> | |
<tbody> | |
<tr> | |
<td style="display:none">MailboxAdObject</td> | |
<td>Mailbox</td><td>Inbox - Read</td> | |
<td>Inbox - Unread</td> | |
</tr> | |
<tr> | |
<td style="display:none">AccountingExampleCom</td> | |
<td>[email protected]</td> | |
<td>4136</td> | |
<td>2</td> | |
</tr> | |
<tr> | |
<td style="display:none">CEOExampleCom</td> | |
<td>[email protected]</td> | |
<td>0</td> | |
<td>4</td> | |
</tr> | |
<tr> | |
<td style="display:none">EventsExampleCom</td> | |
<td>[email protected]</td> | |
<td>0</td> | |
<td>11</td> | |
</tr> | |
<tr> | |
<td style="display:none">InfoExampleCom</td> | |
<td>[email protected]</td> | |
<td>2</td> | |
<td>37</td> | |
</tr> | |
<tr> | |
<td style="display:none">SalesExampleCom</td> | |
<td>[email protected]</td> | |
<td>2</td> | |
<td>21</td> | |
</tr> | |
</tbody> | |
</table> | |
<p>02/11/16 22:12:48</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment