<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>HideMy.world Blog</title>
    <link>https://hidemy.world/blog</link>
    <description>Guides and ideas on email privacy, aliases, inbox automation and turning email into structured data.</description>
    <language>en</language>
    <lastBuildDate>Tue, 18 Aug 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://hidemy.world/blog/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Why You Should Use a Unique Email for Every Service</title>
      <link>https://hidemy.world/blog/unique-email-per-service</link>
      <guid isPermaLink="true">https://hidemy.world/blog/unique-email-per-service</guid>
      <pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate>
      <description>Using a unique email address for every service stops spam at the source, exposes leaks instantly and defuses credential stuffing. Here&apos;s the full case.</description>
      <category>privacy</category>
      <category>aliases</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Get urgent emails as Telegram notifications</title>
      <link>https://hidemy.world/blog/telegram-email-notifications</link>
      <guid isPermaLink="true">https://hidemy.world/blog/telegram-email-notifications</guid>
      <pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
      <description>Route the emails that matter to Telegram: dedicated addresses, rules that define urgent, and message templates with placeholders that ping instantly.</description>
      <category>automation</category>
      <category>telegram</category>
      <category>guides</category>
    </item>
    <item>
      <title>Email parsing: regex vs AI, a fair comparison</title>
      <link>https://hidemy.world/blog/email-parsing-regex-vs-ai</link>
      <guid isPermaLink="true">https://hidemy.world/blog/email-parsing-regex-vs-ai</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <description>Regex is fast, free and brittle. AI is flexible, costly and fuzzy. An honest look at where each wins for email parsing, and the hybrid that beats both.</description>
      <category>developers</category>
      <category>automation</category>
      <category>guides</category>
    </item>
    <item>
      <title>HMAC webhook security: signatures done properly</title>
      <link>https://hidemy.world/blog/hmac-webhook-security</link>
      <guid isPermaLink="true">https://hidemy.world/blog/hmac-webhook-security</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>Why webhooks need HMAC signatures, and how to verify them properly: raw-body signing, constant-time compares, replay windows and key rotation, with code.</description>
      <category>developers</category>
      <category>security</category>
      <category>webhooks</category>
    </item>
    <item>
      <title>Give your AI agent an email address, safely</title>
      <link>https://hidemy.world/blog/give-ai-agents-email</link>
      <guid isPermaLink="true">https://hidemy.world/blog/give-ai-agents-email</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <description>AI agents need email, but mailbox OAuth is a huge blast radius. The least-privilege pattern: one address, a filtered pipeline, structured JSON delivery.</description>
      <category>developers</category>
      <category>security</category>
      <category>automation</category>
    </item>
    <item>
      <title>Email Privacy in 2026: What Actually Works Now</title>
      <link>https://hidemy.world/blog/email-privacy-2026</link>
      <guid isPermaLink="true">https://hidemy.world/blog/email-privacy-2026</guid>
      <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
      <description>The state of email privacy in 2026: what&apos;s tracking you, which defences hold up, and a realistic setup that takes an afternoon to build.</description>
      <category>privacy</category>
      <category>security</category>
      <category>guides</category>
    </item>
    <item>
      <title>The developer&apos;s guide to receiving inbound email</title>
      <link>https://hidemy.world/blog/developer-guide-inbound-email</link>
      <guid isPermaLink="true">https://hidemy.world/blog/developer-guide-inbound-email</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <description>What it really takes to receive email yourself: MX records, SPF/DKIM/DMARC checks, MIME parsing, dedupe, loop detection, and an honest build-vs-buy call.</description>
      <category>developers</category>
      <category>guides</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>Email automation without Zapier (or code)</title>
      <link>https://hidemy.world/blog/email-automation-without-zapier</link>
      <guid isPermaLink="true">https://hidemy.world/blog/email-automation-without-zapier</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <description>You don&apos;t need a workflow platform to automate email. Rules, transforms and delivery channels form pipelines that run themselves: no Zaps, no scripts.</description>
      <category>automation</category>
      <category>productivity</category>
      <category>guides</category>
    </item>
    <item>
      <title>Protect Your Inbox From Data Breaches: A Field Guide</title>
      <link>https://hidemy.world/blog/protect-inbox-from-data-breaches</link>
      <guid isPermaLink="true">https://hidemy.world/blog/protect-inbox-from-data-breaches</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
      <description>Breaches will keep happening, but they don&apos;t have to hurt you. Practical steps to protect your inbox from data breaches before and after they occur.</description>
      <category>security</category>
      <category>privacy</category>
      <category>guides</category>
    </item>
    <item>
      <title>Disposable Email Addresses: The Complete Guide</title>
      <link>https://hidemy.world/blog/disposable-email-addresses-guide</link>
      <guid isPermaLink="true">https://hidemy.world/blog/disposable-email-addresses-guide</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>When to use disposable email addresses, when they backfire, and how to get their benefits without losing access to accounts you&apos;ll need later.</description>
      <category>privacy</category>
      <category>aliases</category>
      <category>guides</category>
    </item>
    <item>
      <title>Extract invoice data from emails, automatically</title>
      <link>https://hidemy.world/blog/extract-invoice-data-from-emails</link>
      <guid isPermaLink="true">https://hidemy.world/blog/extract-invoice-data-from-emails</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <description>Invoices arrive by email and die in inboxes. Build a pipeline that catches them, extracts vendor, amount and due date, and sends clean JSON to your tools.</description>
      <category>automation</category>
      <category>guides</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Track every booking confirmation with one travel address</title>
      <link>https://hidemy.world/blog/track-booking-confirmations</link>
      <guid isPermaLink="true">https://hidemy.world/blog/track-booking-confirmations</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description>Route all your flight and hotel confirmations to one travel@ address, extract booking references automatically, and get a Telegram ping when they land.</description>
      <category>travel</category>
      <category>automation</category>
      <category>guides</category>
    </item>
    <item>
      <title>How to Stop Email Trackers Watching You Read</title>
      <link>https://hidemy.world/blog/stop-email-trackers</link>
      <guid isPermaLink="true">https://hidemy.world/blog/stop-email-trackers</guid>
      <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
      <description>Most marketing emails contain tracking pixels that report when, where and how often you open them. Here&apos;s how email trackers work, and how to stop them.</description>
      <category>privacy</category>
      <category>security</category>
      <category>guides</category>
    </item>
    <item>
      <title>Writing AI email rules that actually work</title>
      <link>https://hidemy.world/blog/ai-email-rules</link>
      <guid isPermaLink="true">https://hidemy.world/blog/ai-email-rules</guid>
      <pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate>
      <description>AI can filter email using plain-English rules, if you write them well. How to phrase deterministic rules, why vague ones fail, and patterns that hold up.</description>
      <category>automation</category>
      <category>guides</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Email retention best practices: keep less, sleep more</title>
      <link>https://hidemy.world/blog/email-retention-best-practices</link>
      <guid isPermaLink="true">https://hidemy.world/blog/email-retention-best-practices</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description>How long should you keep email? Data minimisation, per-purpose retention windows, the GDPR angle, and what to do about held and overage mail.</description>
      <category>privacy</category>
      <category>compliance</category>
      <category>best-practices</category>
    </item>
    <item>
      <title>Email to webhook: the complete developer&apos;s guide</title>
      <link>https://hidemy.world/blog/email-to-webhook-guide</link>
      <guid isPermaLink="true">https://hidemy.world/blog/email-to-webhook-guide</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description>Turn inbound email into webhook calls your code can consume: payload design, retries, idempotency, and verifying HMAC signatures, with working snippets.</description>
      <category>developers</category>
      <category>guides</category>
      <category>automation</category>
    </item>
    <item>
      <title>Email Aliases vs Plus Addressing: Which Protects You?</title>
      <link>https://hidemy.world/blog/email-aliases-vs-plus-addressing</link>
      <guid isPermaLink="true">https://hidemy.world/blog/email-aliases-vs-plus-addressing</guid>
      <pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
      <description>Plus addressing is free and built into Gmail, but it leaks your real address. Here&apos;s how it compares to true email aliases, honestly.</description>
      <category>privacy</category>
      <category>aliases</category>
      <category>guides</category>
    </item>
    <item>
      <title>How to organise newsletters without touching your inbox</title>
      <link>https://hidemy.world/blog/organize-newsletters</link>
      <guid isPermaLink="true">https://hidemy.world/blog/organize-newsletters</guid>
      <pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate>
      <description>Give every newsletter category its own email address, sort them with rules, and build a digest habit that keeps your real inbox for actual conversations.</description>
      <category>productivity</category>
      <category>organisation</category>
      <category>newsletters</category>
    </item>
    <item>
      <title>Parsing emails into clean JSON, without tears</title>
      <link>https://hidemy.world/blog/parse-emails-to-json</link>
      <guid isPermaLink="true">https://hidemy.world/blog/parse-emails-to-json</guid>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
      <description>Email is a hostile format: MIME multiparts, odd encodings, inline images. Here&apos;s how to turn raw messages into clean, structured JSON you can build on.</description>
      <category>developers</category>
      <category>guides</category>
      <category>automation</category>
    </item>
    <item>
      <title>What Is an Email Alias? A Plain-English Guide</title>
      <link>https://hidemy.world/blog/what-is-an-email-alias</link>
      <guid isPermaLink="true">https://hidemy.world/blog/what-is-an-email-alias</guid>
      <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
      <description>What an email alias is, how aliases differ from extra inboxes, and how to use them to protect your real address from spam, leaks and trackers.</description>
      <category>privacy</category>
      <category>aliases</category>
      <category>guides</category>
    </item>
  </channel>
</rss>
