✉️ MapleMail
Getting started

How do I get my business email on my phone and my laptop?

The setting that decides whether this works is chosen in the first thirty seconds, and most people choose it by accident.

The sixty-second answer

Set up every device using IMAP, never POP3. IMAP treats the server as the single source of truth, so a message read or filed on your phone is read and filed on your laptop too. Use IMAP over TLS on port 993 to receive, and the submission port 587 to send. That is the whole decision.

The choice that decides everything

When you add a mail account to a phone or a laptop, one screen asks whether you want IMAP or POP. Most people click past it. That single choice is the difference between email that behaves like a modern service and email that behaves like it did in 1998.

IMAP keeps your mail on the server and lets each device manipulate it in place. The standard describes it as permitting "manipulation of mailboxes (remote message folders) in a way that is functionally equivalent to local folders", including creating and renaming folders, checking for new messages, setting and clearing flags, searching, and fetching parts of messages [1]. Every device is a window onto the same mailbox.

POP3 does something narrower and older. Its own specification says it exists "to allow a workstation to retrieve mail that the server is holding for it", and states plainly that it "is not intended to provide extensive manipulation operations of mail on the server", pointing readers at IMAP for that [2]. POP was designed for one computer, occasionally connected, that pulled mail down and kept it locally.

Put POP3 on two devices and you get the classic small-business complaint: mail that appears on the laptop and vanishes from the phone, sent messages that exist in only one place, and a folder structure that has to be rebuilt by hand on every machine. The fix is not a better app. The fix is to delete the account and re-add it as IMAP.

The settings that actually matter

There are only four values, and two of them are your address and password. The other two are the incoming and outgoing servers.

Incoming: IMAP over TLS, port 993. This is Implicit TLS, meaning the connection is encrypted before a single byte of mail protocol is spoken. The specification is explicit: when a TCP connection is established for the "imaps" service on the default port 993, "the TLS handshake begins immediately" [3]. The alternative - connecting in the clear and asking to upgrade afterwards - leaves a window in which the upgrade can be stripped. If your provider offers only an unencrypted option, that is a reason to leave, not a setting to accept. We go through the layers involved in is your business email actually encrypted.

Outgoing: submission, port 587. Sending mail from a mail client is a different job from one mail server handing a message to another, and the standards separate them deliberately. "Port 587 is reserved for email message submission", while relay between servers continues on port 25; the separation exists so that specific security and policy requirements can be applied to submission [4]. Practically, this matters because many networks - hotel Wi-Fi, mobile carriers, some office firewalls - block port 25 outright. A client configured to send on 25 will work at home and fail everywhere else, which is exactly the symptom that gets reported as "my email works on my laptop but not my phone".

Authentication is required on submission. If your outgoing settings have no username and password, mail will either be refused or, worse, accepted by something it should not be going through.

You may not have to type any of that

A well-configured domain can tell your mail app where to connect. RFC 6186 defines SRV records that let a client take the domain part of your email address and look up the right hosts and ports, with the worked example of a submission record pointing at port 587 on the mail host, plus equivalent labels for IMAP access [5]. Where those records exist, setup is your address and your password, and nothing else.

This is worth asking a provider about directly. "Do you publish autodiscovery records for my domain?" is a fast way to find out whether onboarding is going to involve a support call for every device in your business.

Doing it on each device

The order that causes the least pain is: laptop first, phone second, tablet last. Set up the laptop, confirm you can both receive and send from it, and only then move on. If sending fails, the fault is almost always the submission port or the authentication, and you want to find that out once rather than three times.

On the phone, resist the "other" or "advanced" path if the app offers to configure the account automatically. If it asks for an account type, choose IMAP. If it asks about outgoing security, choose the encrypted option and the submission port. If it offers to keep messages on the server, say yes - that is not an option under IMAP so much as a leftover POP question that some apps still display.

Then test the thing that actually matters: send a message from the phone, and check that it appears in the Sent folder on the laptop. If it does not, the phone is storing sent mail locally and you have not really got one mailbox, you have two devices pretending.

What syncing does and does not protect

IMAP is synchronisation, not backup. When a message is deleted, the server is told, and every connected client is told in turn - servers that allow simultaneous access to a mailbox are expected to send unilateral updates when another agent changes flags or expunges messages [1]. That is the feature. It also means a mistaken deletion propagates to every device in seconds.

So keep the two ideas separate. Sync means every device sees the same mailbox. Backup means a copy exists somewhere the mailbox cannot reach. If you need the second, read how to back up business email in Canada. And if the mailbox is going to grow faster than you expect once every device is syncing everything, how much email storage a business actually needs covers the sizing.

Work email on personal phones

Once your business email is on a phone, it is on a device you probably do not own. That is usually fine and occasionally a problem, and the difference is whether you decided in advance.

Business mail contains other people's personal information - customer addresses, medical details in some trades, financial information in others. PIPEDA's Schedule 1 requires that personal information not be used or disclosed for purposes other than those for which it was collected without consent, and clause 4.5.3 requires that information no longer required be destroyed, erased or made anonymous, with organisations developing guidelines and implementing procedures to govern that destruction [6]. A phone in a drawer after someone leaves is a bad place for that information to live.

The minimum viable policy is three lines: devices carrying company mail must have a screen lock and device encryption; the account is removed when the person leaves or the device is replaced; and the business can revoke access without needing the handset. The related mechanics are in what to do with an employee's email account when they leave.

Where we sit

MapleMail is Canadian-hosted business email on your own domain, and IMAP access is not an upgrade tier - it is how the service works. You get the same mailbox from a laptop, a phone, a tablet and a webmail window, with encrypted connections on the standard ports and the mail itself held on infrastructure in Canada.

Because IMAP is a published standard rather than a proprietary sync protocol, you are also not locked in: any standards-compliant client works, and the mail can be copied out of the mailbox by the same protocol that puts it in. If that day comes, switching business email providers without losing mail describes the process honestly.

Current plans and what each mailbox includes are on the pricing page. What we will say here is the part that does not change: every device, one mailbox, encrypted in transit, and no per-device charge - because a device is not a customer.

Frequently asked questions

How do I get my business email on both my phone and my laptop?

Add the account on each device using IMAP rather than POP3. IMAP treats the server as the source of truth and keeps remote folders working like local ones [1], so a message read on your phone shows as read on your laptop, and a folder you create on one appears on the other.

What is the difference between IMAP and POP3?

IMAP synchronises; POP3 downloads. POP3 exists to let a single workstation retrieve mail the server is holding and is explicitly 'not intended to provide extensive manipulation operations of mail on the server' [2]. With POP3 on two devices, whichever one checks first can end up with the only copy.

Which ports and security settings should I use?

For receiving, IMAP over implicit TLS on port 993, where the TLS handshake begins as soon as the connection opens [3]. For sending, the submission port 587, which is reserved for message submission as distinct from server-to-server relay on port 25 [4]. Never accept a setup that offers no encryption at all.

Why does my email work on my laptop but not my phone?

Almost always one of three things: the phone was set up with POP3 while the laptop uses IMAP, the phone is using the relay port instead of the submission port for outgoing mail, or the phone's carrier network blocks the port your laptop reaches over home Wi-Fi. Check the account type first - it is the most common cause and the least visible.

Do I have to type in server names by hand?

Not necessarily. Mail clients can discover the right hosts and ports from the domain part of your address using SRV records, which is what RFC 6186 standardises - for example a record pointing submission to port 587 on your mail host [5]. When autodiscovery is set up, you type your address and password and nothing else.

If I delete a message on my phone, is it gone from my laptop too?

With IMAP, yes - that is the point. The deletion happens on the server and every connected client is told about it [1]. If you want a message kept, move it to a folder rather than deleting it. If you want a copy that survives the mailbox entirely, that is a backup question, not a sync question.

Is it safe to have work email on a personal phone?

It can be, with a screen lock, device encryption and a plan for removal. Business email contains other people's personal information, and PIPEDA's Schedule 1 requires that information not be used or disclosed for new purposes without consent, and that information no longer needed be destroyed under documented procedures [6]. Write down how a phone gets wiped of company mail before you hand one out.

Sources

  1. RFC 9051 - Internet Message Access Protocol (IMAP) Version 4rev2 — IMAP4rev2 'permits manipulation of mailboxes (remote message folders) in a way that is functionally equivalent to local folders' and 'provides the capability for an offline client to resynchronize with the server'. Servers offering simultaneous access to the same mailbox should send unilateral updates when another agent changes flags or expunges messages.
  2. RFC 1939 - Post Office Protocol Version 3 — POP3 is used 'to allow a workstation to retrieve mail that the server is holding for it', and is 'not intended to provide extensive manipulation operations of mail on the server'; for that, the document points to IMAP.
  3. RFC 8314 - Cleartext Considered Obsolete: Use of TLS for Email Submission and Access — Section 3.2 defines Implicit TLS for IMAP: 'when a TCP connection is established for the "imaps" service (default port 993), a TLS handshake begins immediately'. IANA registrations for the imaps port are updated in section 7.2.
  4. RFC 6409 - Message Submission for Mail — 'Port 587 is reserved for email message submission as specified in this document.' Message relay is unaffected and continues to use SMTP over port 25; separating the two functions allows specific security or policy requirements to be applied.
  5. RFC 6186 - Use of SRV Records for Locating Email Submission/Access Services — Defines SRV service labels that let a client discover mail servers from the domain part of a user's address, giving the worked example '_submission._tcp SRV 0 1 587 mail.example.com', and adds labels for IMAP.
  6. Personal Information Protection and Electronic Documents Act, Schedule 1 — Principle 5 (4.5) requires that personal information not be used or disclosed for purposes other than those for which it was collected without consent; clause 4.5.3 requires that information no longer required be destroyed, erased or made anonymous under documented procedures.

All sources verified 2026-09-02.

MapleMail is Canadian-hosted business email on your own domain, with IMAP access from every device you own.

See plans and pricing