GithubHelp home page GithubHelp logo

fluxfw / flux-mail-rest-api Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 80 KB

Mail Rest Api for fetch or send mails

Dockerfile 3.45% PHP 91.69% Shell 4.87%
api docker fetch imap mail mails php rest send smtp

flux-mail-rest-api's Introduction

flux-mail-rest-api

Mail Rest Api for fetch or send mails

Environment variables

Variable Description Default value
FLUX_MAIL_REST_API_MAIL_HOST Mail server host name -
FLUX_MAIL_REST_API_MAIL_PORT Mail server port -
FLUX_MAIL_REST_API_MAIL_TYPE Mail server type
imap, pop3 or nntp
-
FLUX_MAIL_REST_API_MAIL_USER_NAME Mail user name
Use FLUX_MAIL_REST_API_MAIL_USER_NAME_FILE for docker secrets
-
FLUX_MAIL_REST_API_MAIL_PASSWORD Mail password
Use FLUX_MAIL_REST_API_MAIL_PASSWORD_FILE for docker secrets
-
FLUX_MAIL_REST_API_MAIL_ENCRYPTION_TYPE Type to encrypt the connection to the server
ssl, tls or tls-auto
-
FLUX_MAIL_REST_API_MAIL_BOX Mail box path INBOX
FLUX_MAIL_REST_API_MAIL_MARK_AS_READ Mark fetched mails as read true
FLUX_MAIL_REST_API_SMTP_HOST SMTP server host name -
FLUX_MAIL_REST_API_SMTP_PORT SMTP server port -
FLUX_MAIL_REST_API_SMTP_FROM From email address -
FLUX_MAIL_REST_API_SMTP_FROM_NAME From name -
FLUX_MAIL_REST_API_SMTP_ENCRYPTION_TYPE Type to encrypt the connection to the server
ssl, tls or tls-auto
-
FLUX_MAIL_REST_API_SMTP_USER_NAME SMTP user name
Use FLUX_MAIL_REST_API_SMTP_USER_NAME_FILE for docker secrets
-
FLUX_MAIL_REST_API_SMTP_PASSWORD SMTP password
Use FLUX_MAIL_REST_API_SMTP_PASSWORD_FILE for docker secrets
-
FLUX_MAIL_REST_API_SMTP_AUTH_TYPE Type to authenticate on the server
PLAIN, LOGIN, CRAM-MD5 or XOAUTH2
(Auto detect)
FLUX_MAIL_REST_API_SERVER_HTTPS_CERT Path to HTTPS certificate file
Set this will enable listen on HTTPS
Should be on a volume
-
FLUX_MAIL_REST_API_SERVER_HTTPS_KEY Path to HTTPS key file
Should be on a volume
-
FLUX_MAIL_REST_API_SERVER_LISTEN Listen IP 0.0.0.0
FLUX_MAIL_REST_API_SERVER_PORT Listen port 9501

Minimal variables required to set are bold

Example

examples

flux-mail-rest-api's People

Contributors

fluxfw avatar

Stargazers

 avatar

Watchers

 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.