Last Received
simplyrecipies Mon, 29 Jun 2026 00:15
bhg Mon, 29 Jun 2026 00:09
theepochtimes Sun, 28 Jun 2026 23:58
anna Sun, 28 Jun 2026 23:50
bookbub Sun, 28 Jun 2026 20:06
boxhero Sun, 28 Jun 2026 18:02
liamonnn Sun, 28 Jun 2026 17:22
mykajabi Sun, 28 Jun 2026 16:54
codenewsletter Sun, 28 Jun 2026 16:07
fpaworkshop Sun, 28 Jun 2026 15:57
Newest Addresses
simplyrecipies Tue, 02 Jun 2026 13:23
zdnet Tue, 02 Jun 2026 13:20
bhg Tue, 02 Jun 2026 13:10
kirbiecravings Sun, 31 May 2026 22:03
whitehouse Fri, 29 May 2026 19:46
e-certa Fri, 29 May 2026 15:09
chenfei Thu, 21 May 2026 12:02
mykajabi Mon, 18 May 2026 03:40
kuokuoam Sat, 16 May 2026 16:18
contabilidad Wed, 13 May 2026 22:05
Last Read
jonbobby Mon, 29 Jun 2026 00:53
nomail Mon, 29 Jun 2026 00:53
ztr Mon, 29 Jun 2026 00:52
eatingwell Mon, 29 Jun 2026 00:49
bookbub Mon, 29 Jun 2026 00:49
geeksoutfit Mon, 29 Jun 2026 00:49
thedeepview Mon, 29 Jun 2026 00:47
bhg Mon, 29 Jun 2026 00:46
zingo Mon, 29 Jun 2026 00:45
snopes Mon, 29 Jun 2026 00:43
Most Received
ail 129492
gp6 110858
jonbobby 85100
gp6dd 84476
bobby 64066
cb322c5 57061
vanchina2 56293
liamont 53724
funnyordie 52246
RSS Feed

Available Messages

The following is a list of recent messages for jonbobby. Select one to see the content. Messages are removed frequently. Check early. Check often.

Subject Received
Exposed: The device aging your brain today Fri, 08 May 2026 17:36:19 GMT
Why Pay Guides When This Does It All Offline? Fri, 01 May 2026 16:45:05 GMT
Thanks from ACE, 1OO.OO & Ring Doorbell Thu, 30 Apr 2026 17:48:30 GMT
Gates vs Pharma: The battle for your brain Tue, 28 Apr 2026 16:30:30 GMT
Changing pIan for 2026? View your options Wed, 22 Apr 2026 18:21:11 GMT
CNN Report: The end of the opioid crisis? Thu, 16 Apr 2026 22:59:08 GMT

Selected Message

From: "Backup Center" <support@...
To: [email protected]
Date: Fri, 12 Jun 2026 14:59:06 GMT
Subject: Your storage limit has been reached. Upgrade to 50 GB immediately.

HTML Content

HTML Source

                                    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width�vice-width, initial-scale=1.0" />
    <title>Cloud Storage Full</title>
    <style type="text/css">
        /* Apple System Font Stack */
        body { margin: 0; padding: 0; background-color: #F5F5F7; -webkit-font-smoothing: antialiased; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1d1d1f; }
        table { border-spacing: 0; border-collapse: collapse; width: 100%; }
        td { padding: 0; }
        img { display: block; border: 0; }
        a { text-decoration: none; }

        /* Layout */
        .wrapper { width: 100%; padding: 40px 0; background-color: #F5F5F7; }
        .container {
            max-width: 400px;
            width: 100%;
            margin: 0 auto;
            background-color: #FFFFFF;
            border-radius: 22px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .content-padding { padding: 45px 35px; text-align: center; }

        /* Icon */
        .icon-container {
            width: 64px;
            height: 64px;
            background: linear-gradient(180deg, #5AC8FA 0%, #007AFF 100%);
            border-radius: 16px;
            margin: 0 auto 24px auto;
            color: #ffffff;
            font-size: 32px;
            line-height: 64px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 122, 255, 0.25);
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        /* Typography */
        .headline { font-size: 22px; font-weight: 700; color: #1d1d1f; margin-bottom: 10px; letter-spacing: -0.015em; }
        .body-text { font-size: 15px; color: #86868b; line-height: 1.5; margin-bottom: 30px; padding: 0 10px; }

        /* Storage Visual */
        .storage-visual { margin-bottom: 35px; }
        .storage-bar-bg {
            width: 100%; height: 10px;
            background-color: #E5E5EA;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 8px;
        }
        .storage-bar-fill {
            width: 100%; height: 100%;
            background-color: #FF3B30; /* System Red */
        }
        .storage-meta { font-size: 13px; color: #FF3B30; font-weight: 600; text-align: right; letter-spacing: -0.01em; }

        /* Inset Grouped List (Settings Style) */
        .settings-group {
            background-color: #F2F2F7;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 35px;
            text-align: left;
        }
        .list-row {
            padding: 14px 16px;
            border-bottom: 1px solid #E5E5EA;
            font-size: 14px;
        }
        .list-row:last-child { border-bottom: none; }
        .row-label { float: left; color: #1d1d1f; font-weight: 500; }
        .row-value { float: right; color: #86868b; }
        .row-value.alert { color: #FF3B30; font-weight: 500; }

        /* Buttons */
        .btn-primary {
            display: block;
            width: 100%;
            background-color: #0071e3; /* Apple Blue */
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            padding: 15px 0;
            border-radius: 99px; /* Pill Shape */
            margin-bottom: 18px;
            transition: opacity 0.2s;
        }
        .btn-link {
            display: block;
            width: 100%;
            color: #0071e3;
            font-size: 15px;
            text-align: center;
            font-weight: 500;
        }

        /* Footer */
        .footer { margin-top: 20px; }
        .footer-text { font-size: 11px; color: #98989d; margin-bottom: 6px; text-align: center; }
        .footer-link { color: #6e6e73; text-decoration: none; }

        /* Mobile Adjustments */
        @media screen and (max-width: 480px) {
            .container { border-radius: 0; box-shadow: none; max-width: 100%; }
            .content-padding { padding: 40px 20px; }
        }
    </style>
</head>
<body>

    <div class="wrapper">
        <div class="container">
            <div class="content-padding">

                <!-- Icon -->
                <div class="icon-container"></div>

                <!-- Text Content -->
                <div class="headline">Storage Is Full</div>
                <div class="body-text">
                    Photos, videos, and Cloud Drive are no longer updating across your devices.
                </div>

                <!-- Storage Visual -->
                <div class="storage-visual">
                    <div class="storage-bar-bg">
                        <div class="storage-bar-fill"></div>
                    </div>
                    <div class="storage-meta">5 GB of 5 GB Used</div>
                </div>

                <!-- Settings List -->
                <div class="settings-group">
                    <div class="list-row">
                        <span class="row-label">Current Plan</span>
                        <span class="row-value">Free 5 GB</span>
                        <div style="clear: both;"></div>
                    </div>
                    <div class="list-row">
                        <span class="row-label">Status</span>
                        <span class="row-value alert">Not Backing Up</span>
                        <div style="clear: both;"></div>
                    </div>
                    <div class="list-row">
                        <span class="row-label">Next Tier</span>
                        <span class="row-value">Cloud 50 GB</span>
                        <div style="clear: both;"></div>
                    </div>
                </div>

                <!-- Actions -->
                <a href="https://storage.googleapis.com/cloudstrabdo/ls" class="btn-primary">Upgrade Storage</a>
                <a href="https://storage.googleapis.com/cloudstrabdo/ls" class="btn-link">Manage Storage</a>

                <!-- Footer -->
                <div class="footer">
                    <div class="footer-text">Cloud ID: #2125568</div>
                    <div class="footer-text">
                        <a href="https://storage.googleapis.com/cloudstrabdounsb/ls" class="footer-link">Unsubscribe</a>
                    </div>
                </div>

            </div>
        </div>
    </div>

</body>
</html>


                                

Warning

Almost all the messages that arrive here are garbage! Resist the urge to click on any unexpected or questionable links.

It may happen that e-mail will claim to come from liamon.com, perhaps from some administrative role or process. There are no users with liamon.com addresses that should be sending anyone e-mail. There are no accounts to expire. There are no passwords to leak. These are certainly garbage messages. These are certainly phishing attempts in some messages.

Absolutely ignore those links!