# Login on computer

{% hint style="info" %}
The best results are achieved with the Spark mail app, please consider using Spark mail for the best experience possible. Download Spark here: <https://sparkmailapp.com/download>
{% endhint %}

**Logging In Using IMAP on a Computer**

To access your email account using IMAP on a computer, follow these steps:

1. **Open Your Email Client:** Launch your preferred email client software on your computer. This could be Microsoft Outlook, Mozilla Thunderbird, Apple Mail, or any other email application you use.
2. **Add an Account:**
   * Find the option to add a new account. Look for "Add Account," "New Account," or similar, usually in the account settings or preferences section.
3. **Enter Your Information:**
   * Provide the following details in the respective fields:
     * Your Name: Your name as you want it to appear in outgoing emails.
     * Email Address: Enter your full email address (e.g., <yourname@thelakerestaurant.nl>).
     * Password: The password associated with your email account.
4. **Configure Server Settings:**
   * Choose the account type as "IMAP" (not POP3).
   * Incoming Mail Server (IMAP): Enter "mail.thelakerestaurant.nl."
   * Outgoing Mail Server (SMTP): Enter "mail.thelakerestaurant.nl."
   * Port Numbers: For IMAP, use 993; for SMTP, use 587.
   * Encryption Method: Choose "STARTTLS" or "TLS" for security.
5. **Authentication:**
   * Ensure your email client is set to use "Password" or "Normal Password" for authentication.
6. **Test and Complete:**
   * Some email clients allow you to test the configuration. If prompted, click "Test" or "Verify." The client will attempt to connect to the server and verify your settings.
7. **Finalize Setup:**
   * If the test is successful, you'll receive a confirmation message. Complete the account setup.
   * You might be prompted to choose synchronization options, folder settings, and other preferences.
8. **Access Your Emails:**
   * Once setup is complete, your email client will start syncing your mailbox.
   * You'll see your emails, folders, and other mailbox contents available in the client.

***

Congratulations!:tada: You've successfully logged in using IMAP on your computer. Now you can manage your emails seamlessly on your computer, and changes will be reflected on your other devices using the same IMAP setup.&#x20;

{% hint style="info" %}
Remember to keep your password secure and consider enabling two-factor authentication for added security. Follow the prompts to complete the setup.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://viralistic.gitbook.io/knowledgebase/email/log-into-your-email/login-on-computer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
