✉️ MapleMail
How it works

How much email storage does a business actually need?

Nobody fills a mailbox with words. Mailboxes fill with attachments, and attachments arrive about a third larger than the file on your desk.

The sixty-second answer

Size a mailbox from attachments, not message count. Text is negligible; files are everything, and email encoding inflates a binary file by about a third on the way through. Estimate a typical week of attachments, multiply by fifty-two, add the third, then keep at least six years for anything that is a business record.

Words are free. Files are not.

People estimate mailbox size by counting messages, and the estimate always comes out wrong, because the messages are not what fills the box.

A long email is a few kilobytes. You could write one every working hour for a decade and not trouble a modern quota. What consumes storage is what gets attached: photographs from a job site, a scanned bill of lading, a PDF quote, a drawing, a spreadsheet, a short video from a customer showing you the problem.

And attachments do not arrive at their original size. Email message bodies are text, so binary files are re-encoded to pass through safely. The MIME specification is precise about the cost: Base64-encoded data "are consistently only about 33 percent larger than the unencoded data" [1]. A 6 MB photo is roughly 8 MB inside a message. A 30 MB folder of site photos is around 40 MB by the time it lands.

Then it lands more than once. Send those photos to two colleagues on your own domain and you are storing the sender's copy plus two recipient copies. Reply-all with the attachment still quoted and you have done it again. Nothing about this is a bug; it is what email is. But it means storage grows as roughly attachments times recipients times 1.33, and that multiplier is why mailboxes surprise people.

How to actually estimate it

Do this from your own habits rather than from a table on a vendor's website.

Pick a normal week - not your quietest, not your year-end. Add up the size of the files you sent and the files you received. Do not count the message text. Multiply that weekly figure by 52 for an annual figure, add a third for encoding, and then multiply by the number of years you intend to keep mail in the mailbox.

Three shapes come out of this exercise, and most Canadian businesses fall clearly into one. This matters because the population is overwhelmingly small: as of December 2024 there were 1.10 million employer businesses in Canada, and 1.08 million of them - 98.2 per cent - were small businesses [6]. Enterprise sizing advice is written for a different animal.

Text-shaped businesses. Consultants, agents, professional services. Mail is mostly correspondence with the occasional PDF. Even a decade of history stays modest, and storage is not a factor in choosing a provider.

Document-shaped businesses. Bookkeepers, brokers, anyone exchanging signed paperwork. Steady, predictable growth: a few hundred megabytes a year, per person, and the curve is flat.

Image-shaped businesses. Trades, contractors, inspectors, real estate, anyone whose customers send photographs from a phone. This is where mailboxes fill, because a single site visit can produce more data than a month of correspondence. If this is you, size generously and check the number annually.

What happens when it fills

Nothing graceful. A full mailbox refuses incoming mail, and the sender receives a bounce that tells them your business could not accept their message - which reads to a customer as carelessness rather than as a technical limit.

Some of this is negotiated before transmission. SMTP has an extension for declaring message size, defined "whereby an SMTP client and server may interact to give the server an opportunity to decline to accept a message (perhaps temporarily) based on the client's estimate of the message size" [2]. That is why a large attachment sometimes fails instantly rather than after a long upload. It is a courtesy, not a rescue: the message still does not arrive.

The practical lesson is that quota should be monitored, not discovered. Any provider worth using will tell you the usage per mailbox; the number to watch is the trend, not the current figure.

Cleaning up properly

When a mailbox does get tight, most "cleanups" free nothing, because deletion in email has two stages. IMAP distinguishes marking a message for removal from removing it permanently, alongside the other operations it supports - creating and renaming folders, searching, and selectively fetching message attributes, texts and portions thereof [3]. Most mail clients layer a Trash folder on top of that, and Trash still counts against quota. So does Junk. So, on many setups, does Sent - which is where the large outgoing attachments live.

An effective cleanup, in order: search for the largest messages rather than the oldest; deal with Sent before Inbox; empty Trash and Junk; and only then look at archiving. Sorting by size finds in ten minutes what sorting by date will not find in an afternoon.

The other trick worth knowing is to stop the growth at the source - link to large files rather than attaching them, especially for anything you will send to several people at once.

The floor you cannot delete below

Before you plan a deletion policy, note that Canadian law sets a minimum you have to keep.

Section 230(1) of the Income Tax Act requires every person carrying on business to keep records and books of account. Subsection 230(4)(b) requires them to be retained "until the expiration of six years from the end of the last taxation year to which the records and books of account relate", and subsection 230(4.1) adds that a person who keeps those records electronically "shall retain them in an electronically readable format" for the same retention period [4]. Email that constitutes a record - a purchase order, an invoice, a confirmation of terms - is inside that rule. Six years is not a suggestion.

Pulling in the other direction is the privacy obligation. PIPEDA's Schedule 1 provides that information which is no longer required "should be destroyed, erased, or made anonymous", and that organizations "shall develop guidelines and implement procedures to govern the destruction" of personal information [5]. Keeping everything forever is not the safe default it appears to be.

The reconciliation is a written retention period: keep records for the statutory term, dispose of what is past it on a documented schedule, and do not let quota pressure make that decision for you at 4pm on a Friday. We work through this properly in business email retention and records in Canada and business email privacy obligations in Canada.

Storage is not backup

A large mailbox feels like an archive. It is not one. Everything in it is subject to a single deletion, and because every device syncs to the same store, a mistaken deletion on a phone reaches the laptop before you have put the phone down - see getting your business email on your phone and laptop for why that is the intended behaviour.

If the mail matters, it needs a copy somewhere the mailbox cannot reach. That is a separate exercise with a separate budget, covered in how to back up business email in Canada. Buying more quota does not do it.

How many mailboxes am I sizing?

One more thing that skews estimates: people size "the company's email" as a single pool when it is actually allocated per mailbox. If storage is per seat, the question is not how much your business needs but how much your heaviest user needs, because they will hit the limit while everyone else sits at a fraction of theirs. Count the seats first - how many email addresses your business actually needs - then size the busiest one.

Where we sit

MapleMail states storage per mailbox rather than describing it as unlimited, because unlimited storage is either untrue or priced as though it were not. The current allocation for each plan is on the pricing page, along with what happens if you need more.

Mail is held in Canada, on your own domain, with standard IMAP access - which also means you can copy the whole mailbox out with ordinary tools if you ever want to archive it yourself or move on. We would rather tell you the number and let you check it against the estimate you did above than sell you a word.

If you do that estimate and it comes out larger than you expected, that is not a reason to buy a bigger plan straight away. It is usually a reason to stop attaching things.

Foire aux questions

How much email storage does a small business need?

Size it from attachments, not messages. A mailbox that exchanges mostly text needs very little; one that receives photographs, drawings or scanned documents daily can need tens of gigabytes over a few years. Estimate the attachments you send and receive in a typical week, multiply by 52, then add about a third for encoding overhead.

Why do attachments take up more space than the original file?

Because email bodies are text, so binary files are re-encoded to survive the trip. The MIME specification notes that Base64-encoded data 'are consistently only about 33 percent larger than the unencoded data' [1]. A 6 MB photograph occupies roughly 8 MB inside a message, and if you send it to a colleague on the same domain, both mailboxes hold a copy.

Does deleting messages actually free space?

Yes, once they are expunged rather than merely flagged. IMAP distinguishes between marking a message for deletion and removing it permanently [3], and most clients also keep a Trash folder that still consumes quota. Empty the Trash and the Junk folder before concluding a cleanup did nothing.

How long do I legally have to keep business email in Canada?

Records and books of account must be retained until the expiration of six years from the end of the last taxation year to which they relate, and where they are kept electronically they must stay in an electronically readable format for that period [4]. Emails that constitute records - invoices, orders, confirmations - are covered.

Should I delete old mail to save space?

Only with a rule, never opportunistically. PIPEDA's Schedule 1 says information no longer required should be destroyed, erased or made anonymous, and that organizations shall develop guidelines and implement procedures to govern that destruction [5]. Combined with the six-year tax floor [4], the sensible policy is a written retention period rather than a panic clear-out when the quota fills.

What happens when a mailbox is full?

Incoming mail is refused, and the sender gets a bounce. Mail servers can negotiate this in advance - the SIZE extension exists so a server can decline a message, perhaps temporarily, based on the client's estimate of its size [2] - so a large attachment may be rejected before it is even transmitted. Either way the message does not arrive.

Is it cheaper to buy more storage or to archive?

For most small businesses, more storage. Archiving adds a second system to maintain, a second place to search, and a second thing to restore. Buy the storage while the mailbox is small enough that the decision is cheap, and revisit it only when growth is genuinely driven by large files rather than by never emptying the Trash.

Sources

  1. RFC 2045 - MIME Part One: Format of Internet Message Bodies, section 6.8 — The Base64 Content-Transfer-Encoding 'is designed to represent arbitrary sequences of octets in a form that need not be humanly readable'; the encoded data 'are consistently only about 33 percent larger than the unencoded data'.
  2. RFC 1870 - SMTP Service Extension for Message Size Declaration — Defines an SMTP extension 'whereby an SMTP client and server may interact to give the server an opportunity to decline to accept a message (perhaps temporarily) based on the client's estimate of the message size'.
  3. RFC 9051 - Internet Message Access Protocol (IMAP) Version 4rev2 — IMAP4rev2 permits manipulation of remote message folders 'in a way that is functionally equivalent to local folders', including removing messages permanently, searching, and 'selective fetching of message attributes, texts, and portions thereof'.
  4. Income Tax Act, section 230 — 230(1) requires every person carrying on business to keep records and books of account. 230(4)(b) requires retention until the expiration of six years from the end of the last taxation year to which the records relate; 230(4.1) requires records kept electronically to be retained 'in an electronically readable format' for that period.
  5. Personal Information Protection and Electronic Documents Act, Schedule 1 — Clause 4.5.3 provides that information that is no longer required 'should be destroyed, erased, or made anonymous', and that organizations 'shall develop guidelines and implement procedures to govern the destruction' of personal information.
  6. Innovation, Science and Economic Development Canada - Key Small Business Statistics 2025 — As of December 2024 there were 1.10 million employer businesses in Canada, of which 1.08 million (98.2%) were small businesses, 16,953 (1.5%) medium-sized and 3,380 (0.3%) large.

Toutes les sources ont été vérifiées le 2026-09-02.

MapleMail is Canadian-hosted business email on your own domain, with storage stated per mailbox.

See plans and pricing