Giter Club home page Giter Club logo

email-backup's Introduction

Email Backup

Description

This script is used to back up emails from a mail server to a local directory. It uses the IMAP protocol to connect to the mail server and download the emails. The emails are stored in Markdown format.

Additions in this Fork:

  • Save Emails:
    • Full Email as .eml file
    • HTML Body + Email Meta as markdown file with images as local assets
    • Attachments as .zip
    • The full Email Object is stored in a JSON file (removed again in favor of .eml files)
  • Folder structure
    • MAIL
      • [name_of_env_file]
        • [inbox name]
          • A folder per Email ( in the format of YYYY-MM-DD_h-m-s __SPAM__ from subject )
            • assets/[i].jpg/png/gif/... (for images linked in the email)
            • *.md
            • *.eml
            • *.zip
  • Folder name is sanitized to prevent conflicts with special characters
  • last execution is saved in MAIL folder
  • added start and end arguments
  • end defaults to tomorrow
  • start tries to read the last execution and use this date or falls back to last month
  • removed from and output arguments
  • removed passwords from env file and promt after starting the command

Usage

The script can be run with the following command:

npx email-backup --envFile <path to env file> --start "2020-01-01" --end "2023-01-02"

Or to just fetch emails from last execution / month until now

npx email-backup --envFile <path to env file>

email-backup's People

Contributors

amerlander avatar vincenthardouin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.