Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  3. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  4. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  5. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  6. unify-apps

    Facebook Ads

    Unify Integrations

    Connect your app with Facebook Ads to automate campaign management, optimize ad performance, and track marketing success.

  7. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  8. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  9. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  10. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  11. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  12. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  13. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  14. unify-apps

    Pre Processing

    Unify AI

    Optimize query processing through intelligent rephrasing, retrieval, and ranking to deliver accurate AI responses

  15. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

#
Unify Integrations
Logo
POP3

POP3

Logo

2 mins READ

Post Office Protocol version 3 (POP3) is an email protocol clients use to retrieve messages from a mail server. It downloads emails to the local device and typically deletes them from the server, promoting offline access.

Integrating Post Office Protocol (POP) enables efficient email retrieval, offline access, and centralized email management for users.

Authentication

Before you begin, make sure you have the following information:

  • Connection Name: Choose a descriptive name for your POP connection to help you identify it within your application or integration settings. A meaningful name, like "MyAppPOPIntegration," helps maintain organization, especially when managing multiple integrations.

  • Host: The host domain name of your POP server. For example, if you are using Gmail's POP server, the host is pop.gmail.com

  • Port: The port at which the POP server is listening. By default, POP servers run on 110 unencrypted or 995 with SSL/TLS.

  • Allow Multiple Clients: By default, POP3 supports only a single client since it deletes any mail fetched for the first time from the server. However, support for multiple clients can be enabled explicitly if required. Enable this flag to ensure multiple clients can access the same mail.

  • SSL: Enable this option to use SSL (Secure Sockets Layer) for a secure connection. SSL establishes a secure, encrypted link between your client and the server. This is commonly used for email protocols and ensures your data is protected during transmission.

  • Start-TLS: Enable this option to use STARTTLS to secure your connection. STARTTLS upgrades an existing insecure connection to a secure one using TLS (Transport Layer Security). This is often used for email protocols like SMTP, IMAP, and POP3.

  • Trusted Mail Servers: List trusted servers in case SSL or Start-TLS is enabled. Takes a comma-separated list as input.

  • Authentication Type: Select the type of authentication for connecting to your POP Server. Currently, only BASIC is supported.

BASIC Auth

The basic authentication method uses a username and password to authenticate to the server.

  • Username: The username is the email address associated with your POP server.

  • Password: Password is the password associated with your email address. Some email domains like Gmail do not allow using your email password but require you to use an application password for authentication. Email with MFA or 2FA also requires this.

Actions 

Actions

Description

Get Email By ID

Fetch a particular email by its ID via POP3

List Emails

List emails from the INBOX folder using POP3