📧 Email (IMAP & SMTP)

1. Definition

Email relies on two main protocols: SMTP (Simple Mail Transfer Protocol) for sending messages, and IMAP (Internet Message Access Protocol) for receiving and managing them on a server. A third protocol, POP3, is older and less used.

2. Key Details

3. Webmail vs Email Clients

WebmailEmail Client
Accessed via browser (e.g., Gmail, Outlook.com)Installed software (e.g., Microsoft Outlook, Thunderbird, Apple Mail)
Emails stored on provider's serversCan store emails locally or keep them on server (IMAP)
Accessible from any device with internetCan work offline, manage multiple accounts in one place
Limited by browser featuresRicher features, better integration with calendar/contacts

4. Advantages & Disadvantages of Each Protocol

5. Use Cases in Medical Engineering

6. Special Tips / Recommendations

7. Practical Implementation (Conceptual)

To set up email for a clinic:

  1. Register a domain (see DNS chapter) and configure MX records to point to your email provider (e.g., Microsoft 365, Google Workspace, or your own server).
  2. If using a provider, they handle server setup; you just create user accounts (e.g., dr.smith@clinique.fr).
  3. If running your own mail server, install server software (like Postfix for SMTP, Dovecot for IMAP) and configure SSL certificates.
  4. On each staff device, configure an email client with the server settings (usually found in the provider's documentation).
  5. Test sending and receiving, and ensure connections are secure.