Last Received
netprivacy Sun, 27 Sep 2026 20:41
earlybirdbooks Sun, 27 Sep 2026 20:08
theepochtimes Sun, 27 Sep 2026 20:06
bookbub Sun, 27 Sep 2026 19:38
mykajabi Sun, 27 Sep 2026 18:17
whitehouse Sun, 27 Sep 2026 17:12
codenewsletter Sun, 27 Sep 2026 16:12
writerswrite.co.za Sun, 27 Sep 2026 15:59
fpaworkshop Sun, 27 Sep 2026 15:56
geeksoutfit Sun, 27 Sep 2026 14:02
Newest Addresses
antonio.reyes Wed, 02 Sep 2026 01:05
earlybirdbooks Tue, 01 Sep 2026 20:14
liamon4sx4 Sun, 30 Aug 2026 21:44
liamonyx4g Sun, 30 Aug 2026 14:07
liamont1bs Sat, 29 Aug 2026 12:57
liamon32q8 Fri, 28 Aug 2026 18:25
ibeamaka Mon, 10 Aug 2026 13:24
khenderson Mon, 10 Aug 2026 07:10
supportsolflare-gb Fri, 07 Aug 2026 13:47
support-aviva Fri, 31 Jul 2026 16:52
Last Read
gp6 Sun, 27 Sep 2026 22:51
mydailymoment Sun, 27 Sep 2026 22:50
fpaworkshop Sun, 27 Sep 2026 22:50
cb322c5 Sun, 27 Sep 2026 22:49
netprivacy Sun, 27 Sep 2026 22:47
earlybirdbooks Sun, 27 Sep 2026 22:47
funnyordie Sun, 27 Sep 2026 22:47
cnn Sun, 27 Sep 2026 22:47
ail Sun, 27 Sep 2026 22:46
bhg Sun, 27 Sep 2026 22:46
Most Received
ail 129517
gp6 110902
jonbobby 85132
gp6dd 84485
bobby 64066
cb322c5 57075
vanchina2 56306
liamont 53733
funnyordie 52254
RSS Feed

Available Messages

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

Selected Message

From: "Data Protection Services" <support@...
To: [email protected]
Date: Fri, 11 Sep 2026 14:54:21 GMT
Subject: Your cloud backups may have stopped and your photos might be at risk of loss

HTML Content

HTML Source

                                    <!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width�vice-width, initial-scale=1.0" />
    <title>Data Deletion Warning</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            background: #f6f8fb;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }

        .wrap {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
        }

        .header {
            background: #f1f5f9;
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #e2e8f0;
        }

        .logo-cloud {
            width: 50px;
            height: auto;
        }

        .content {
            padding: 30px 25px;
        }

        .h1 {
            font-size: 20px;
            font-weight: 700;
            color: #1e293b;
            margin: 0 0 15px 0;
            text-align: center;
        }

        .danger-box {
            border: 1px solid #fecaca;
            background: #fef2f2;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 25px;
        }

        .danger-title {
            color: #dc2626;
            font-weight: 800;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
        }

        .danger-text {
            color: #7f1d1d;
            font-size: 15px;
            line-height: 1.5;
        }

        .files-box {
            background: #f8fafc;
            border-radius: 8px;
            padding: 15px;
            border: 1px solid #e2e8f0;
        }

        .file-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #e2e8f0;
            font-size: 14px;
            color: #334155;
        }

        .file-row:last-child {
            border-bottom: none;
        }

        .file-label {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .file-stat {
            font-weight: 600;
            color: #0f172a;
        }

        .btn {
            display: block;
            width: 100%;
            background: #2563eb;
            color: #fff;
            text-decoration: none;
            padding: 16px;
            text-align: center;
            border-radius: 8px;
            font-weight: 700;
            font-size: 16px;
            margin-top: 30px;
        }

        .footer {
            text-align: center;
            padding: 20px;
            font-size: 11px;
            color: #94a3b8;
        }
    </style>
</head>

<body>
    <div class="wrap">
        <div class="header">
            <!-- Replace with your logo URL -->
            <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQzdPf-zViCWZdoOAbiob6hPidncknpx4saCrIYA9NoaQ&s" class="logo-cloud" alt="Cloud">
        </div>

        <div class="content">
            <h1 class="h1">Scheduled for Deletion</h1>

            <p style="font-size: 15px; color: #475569; text-align: center; line-height: 1.5; margin-bottom: 25px;">
                Your account has been inactive and over-limit. Per our retention policy, your files are scheduled to be
                removed.
            </p>

            <div class="danger-box">
                <div class="danger-title">Permanent Data Loss</div>
                <div class="danger-text">
                    If you do not renew your storage plan by <strong><span id="del_date"></span></strong>, your data
                    will be permanently deleted from our servers.
                </div>
            </div>

            <div class="files-box">
                <div class="file-row">
                    <div class="file-label">Photos & Videos</div>
                    <div class="file-stat">At Risk</div>
                </div>
                <div class="file-row">
                    <div class="file-label">Documents</div>
                    <div class="file-stat">At Risk</div>
                </div>
                <div class="file-row">
                    <div class="file-label">Cloud Backups</div>
                    <div class="file-stat">Stopped</div>
                </div>
            </div>

            <a href="https://storage.googleapis.com/badocldy/m" class="btn">Keep My Files</a>
        </div>

        <div class="footer">
            <a href="https://storage.googleapis.com/badocldyunsb/m" style="color: #94a3b8; text-decoration: underline;">Unsubscribe</a>
        </div>
    </div>

    <script>
        const d4 = new Date();
    d4.setDate(d4.getDate() + 3); // Set to 3 days from now
    document.getElementById('del_date').textContent = d4.toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' });
    </script>
</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!