Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 876 Bytes

DOCS_README.md

File metadata and controls

26 lines (21 loc) · 876 Bytes

Unofficial API for interacting with ProtonMail.

Allows interaction with ProtonMail through a simple Node.js API. Leverages the official WebClient, keeping with the spirit of security and privacy.

This project is not endorsed or supported by Proton Technologies AG.

Install

npm install protonmail-api

Tutorials

In the process of adding more tutorials. For now another place to look is the integration tests

  • {@tutorial conversations}
  • {@tutorial emails}
    • {@tutorial move-inbox-to-spam-for-viagra}
  • {@tutorial folders}
    • {@tutorial create-folder}
    • {@tutorial delete-folder}
    • {@tutorial move}
  • {@tutorial labels}
    • {@tutorial create-label}
    • {@tutorial delete-label}
    • {@tutorial tag-untag}
  • {@tutorial send-email}