Blog

Best Free Email Migration Tools: What Actually Works

The best free email migration tools ranked by real capability — imapsync, Microsoft EAC, Google DMS, Thunderbird, and the truth about freemium SaaS.

DO

Dan Okafor

MSP Practice Lead

· 9 min read
Terminal window with code, evoking free open-source migration tooling

Most "free email migration tool" lists are padded with freemium SaaS products that cap out at five mailboxes or strip out delta sync. That's not what you came for. You want tools that are actually free — not loss-leaders — and that can move real mail without dropping flags, breaking folder hierarchies, or stalling on OAuth. This post ranks the genuine free options, plus a couple of waitlist and freemium picks worth knowing about. If you're running a 500-mailbox cutover, free isn't the right axis to optimise on.

Skip the manual setup — let Mailbox Taxi handle it

One desktop app, every IMAP provider, zero data leaving your machine.

Methodology

"Free" here means: usable for a real migration without a credit card, with no mailbox count cap that excludes typical SMB use. We evaluated each tool on OAuth2 support (because basic auth is dead), IMAP fidelity (folders, flags, UTF-7), the operational tooling you get for free (logging, retry, scheduling), and where each tool falls over under load. We tested with mixed mailboxes from Gmail, M365, Fastmail, and Zoho.

What "free" actually means in 2026

There are four categories worth knowing about, and they get conflated constantly. Truly free open-source tools like imapsync — no fee, source available, run it forever. First-party free tools like Microsoft EAC and Google DMS — included with paid platform subscriptions you already have. Freemium SaaS — free tier with hard caps, designed to upsell. Free trials — paid tools with a 14-30 day window, useful if you can finish the project inside it.

This list focuses on the first two and is honest about the limits. If your project is small enough that a free trial would cover it, that's usually a better experience than fighting a freemium cap.

The ranked list

1. imapsync

The reference implementation for IMAP migration. Open-source Perl, runs on Linux/Mac/Windows, decades of community testing. Every IMAP edge case has a flag for it.

Best for: Engineers who want surgical control and don't mind a command-line workflow.

Pros:

  • Genuinely free if you build from source.
  • Every IMAP behaviour you can think of has a documented flag.
  • Strong community knowledge base for edge cases.

Cons:

  • No GUI, no multi-mailbox scheduler.
  • OAuth2 setup for Gmail and M365 takes real effort.
  • You're on your own for logging, alerting, and resume orchestration.

Pricing: Free from source. Windows binary around $60 if you want a prebuilt one.

For the head-to-head with a desktop GUI alternative, see Mailbox Taxi vs imapsync.

2. Mailbox Taxi (waitlist)

Not strictly free, but worth listing because it's pre-launch and currently accepting waitlist signups. Desktop-first IMAP migration with OAuth2 for major providers, runs on Windows/Mac/Linux, keeps mail local.

Best for: Admins who want a GUI experience close to imapsync's reliability without the command-line ceremony.

Pros:

  • Local execution — mail doesn't traverse vendor infrastructure.
  • OAuth2 flows handled in-app, no app-registration paperwork.
  • Resumable jobs and per-folder retry surfaced in the UI.

Cons:

  • Pre-launch, so no public production-scale case studies yet.
  • Pricing not yet announced.
  • Calendar/contact migration outside scope.

Pricing: Not yet announced. Waitlist signups open.

3. Microsoft Exchange Admin Center (EAC) migration

Free with any M365 tenant. Three flavours: cutover, staged, and IMAP migration, accessed through EAC and Exchange Online PowerShell.

Best for: Migrations terminating at M365 from a supported source, under 150 mailboxes.

Pros:

  • Free with M365 subscription you already pay for.
  • First-party support and logging.
  • No additional vendor in your data path.

Cons:

  • Cutover migration limit around 150 mailboxes.
  • Source coverage narrows compared to third-party tools.
  • Throttling is conservative; runtimes longer than commercial tools.

Pricing: Free with M365.

4. Google Data Migration Service (DMS)

Google's first-party migration into Workspace. Pulls from M365, Gmail, generic IMAP, and a few legacy sources.

Best for: Migrations terminating at Google Workspace, with M365 or IMAP source.

Pros:

  • Free with Workspace.
  • Direct API path means decent throughput.
  • Minimal destination-side configuration.

Cons:

  • Source-side IMAP behaviour can vary by host.
  • No delta sync for coexistence scenarios.
  • Calendar and contact migration use separate tools.

Pricing: Free with Google Workspace.

5. Thunderbird-based DIY

Mozilla Thunderbird connected to source and destination via IMAP. Drag-and-drop or use the ImportExportTools NG add-on for batched copies.

Best for: Single-mailbox personal migrations or a one-off where you need to recover something specific.

Pros:

  • Free, open-source, runs anywhere.
  • Visual — you can see what's moving.
  • Works with any IMAP source and destination.

Cons:

  • No logging, no resume, no progress tracking at scale.
  • Concurrency is limited by what Thunderbird's IMAP client can sustain.
  • Fragile under throttling — Gmail and M365 will start refusing connections.

Pricing: Free.

6. ShuttleCloud-powered free migrations

ShuttleCloud licences its migration engine to providers (notably Google Workspace's older import flow). You may already have access to a ShuttleCloud-powered tool without realising — through your destination provider's onboarding.

Best for: Onboarding migrations bundled with your destination provider.

Pros:

  • Free at point of use.
  • Often integrated into provider onboarding flows.
  • Solid for common Gmail/Outlook/Yahoo source patterns.

Cons:

  • You can't always tell when you're using it.
  • Limited control compared to direct tools.
  • Not available as a standalone product.

Pricing: Free where integrated.

7. Mover.io (now part of Microsoft) for M365 OneDrive/SharePoint

Microsoft acquired Mover.io and folded it into the M365 admin experience. It's free for moves into OneDrive/SharePoint from common cloud storage sources.

Best for: File-share migrations into M365 alongside an email move.

Pros:

  • Free with M365.
  • Handles Google Drive, Dropbox, Box sources cleanly.
  • Microsoft-supported, with reasonable logging.

Cons:

  • File-only — doesn't move mail.
  • UI sometimes lags real-world behaviour.
  • Source coverage is narrow.

Pricing: Free with M365.

8. PowerShell + Exchange Online cmdlets

Not a product, but worth listing: New-MigrationBatch and friends in Exchange Online PowerShell give you everything EAC does, scriptable.

Best for: Admins who already script Exchange and want repeatable, auditable migrations.

Pros:

  • Free, scriptable, first-party.
  • Auditable — your scripts are the documentation.
  • Integrates with existing CI/automation.

Cons:

  • Steep learning curve if you're not already in PowerShell.
  • Source-side support inherits EAC limits.
  • Error messages can be cryptic; expect to grep Get-MigrationUserStatistics output.

Pricing: Free with M365.

Top 5 free tools compared

Decision framework

Free is only the right axis to optimise if your time is also genuinely free. Most real migrations have a deadline, and that changes the calculation. Walk through these.

Is your destination M365 or Workspace?

If yes, your first-party free option (EAC or DMS) is probably the right answer. They're supported by the destination platform, included in your subscription, and don't add a vendor to your data path. They aren't the most flexible tools, but for "common source -> common destination" they work.

Are you comfortable on the command line?

If yes, imapsync covers almost any IMAP edge case you'll hit. The OAuth setup tax is real but you pay it once. If no, you're looking at GUI free options — EAC, DMS, Thunderbird — and the limits there get tighter quickly.

A pragmatic free path

For most SMB IMAP-to-M365 migrations under 50 mailboxes, the cheapest reliable path is: use EAC's IMAP migration for the bulk transfer, then a one-pass cleanup with imapsync for any folders EAC mishandles. Two free tools, one job, no surprise invoices.

How important is delta sync?

If your cutover window is short and any mail arriving during the move must end up in the destination, free tools start to creak. EAC's IMAP migration does a delta pass but it's not always quick. imapsync can be scripted to run repeated incremental passes. Thunderbird offers nothing here. If delta sync is mission-critical, budget for a paid tool or read the free vs paid email migration comparison before choosing.

What's your fallback if it fails?

Free tools come without an SLA. If your migration fails at 2am and you have no escalation path, that's a risk. imapsync has a strong community but no support contract. EAC and DMS have Microsoft and Google support respectively, but you're competing for ticket attention with the rest of their customer base. Account for this when scoping critical migrations.

Honest limits of every free option

Each free tool has at least one scenario where it falls apart. imapsync struggles when OAuth tokens rotate mid-job — you'll see OAuth2 token expired and need to script a refresh dance. EAC chokes on mailboxes over 50GB because the IMAP migration endpoint times out before it finishes the first sync. Google DMS skips messages it can't parse and doesn't always surface them prominently. Thunderbird drops connections under Gmail's per-IP throttling. ShuttleCloud-powered flows often skip "All Mail" labels in Gmail because they double-count.

Knowing these limits up front saves you from discovering them at hour six of a cutover. For the deeper IMAP-specific guidance, see the IMAP migration guide.

Try Mailbox Taxi

Migrate your mailbox the easy way

Join the waitlist for early access and lock in launch pricing.

Related reading

Try Mailbox Taxi

Migrate your mailbox the easy way

Join the waitlist for early access and lock in launch pricing.