{"id":24866478,"url":"https://github.com/eieste/mailround","last_synced_at":"2025-10-15T11:30:36.262Z","repository":{"id":57439274,"uuid":"187478719","full_name":"eieste/MailRound","owner":"eieste","description":"Simple tool to check the sending and receiving of e-mails","archived":false,"fork":false,"pushed_at":"2022-11-28T20:30:29.000Z","size":27,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-14T15:04:20.505Z","etag":null,"topics":["chat","check","communication","imap","mail","mailbox","mailing","mailserver","monitoring","server","smtp","webhook"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eieste.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["eieste"],"patreon":["eieste"]}},"created_at":"2019-05-19T13:14:44.000Z","updated_at":"2023-06-30T19:35:27.000Z","dependencies_parsed_at":"2023-01-23T11:45:21.401Z","dependency_job_id":null,"html_url":"https://github.com/eieste/MailRound","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2FMailRound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2FMailRound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2FMailRound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2FMailRound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eieste","download_url":"https://codeload.github.com/eieste/MailRound/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236604616,"owners_count":19175857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","check","communication","imap","mail","mailbox","mailing","mailserver","monitoring","server","smtp","webhook"],"created_at":"2025-02-01T01:12:01.918Z","updated_at":"2025-10-15T11:30:30.955Z","avatar_url":"https://github.com/eieste.png","language":"Python","readme":"# MailRound\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/eieste/mailround.svg)\n[![Build Status](https://travis-ci.com/eieste/MailRound.svg?branch=develop)](https://travis-ci.com/eieste/MailRound)\n[![PyPI version](https://badge.fury.io/py/mailround.svg)](https://badge.fury.io/py/mailround)\n![GitHub release](https://img.shields.io/github/release/eieste/mailround.svg)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/eieste/mailround.svg)\n\nSimple tool to check the sending and receiving of e-mails.\n\nYou can use this tool to Check functionality of Mailservers (in and outgoing)\nIf an error occurs during a connection check, the tool will inform you with the help of a webhook.\n\nYou can define Multiple Connections and which server send or recive the E-Mail.\nYou can excatly define which server Send the test email and which should be received\n\nIts also possible to use this tool on production Mailboxes. (The test E-mails are Automaticly deleted)\n\n\nUse the docker-compose file to test this Application fast.\n\n```dockerfile\nversion: \"3.2\"\n\nservices:\n  mailround:\n    image: eieste/mailround:develop\n    environment:\n      MAILROUND_IN_IMAP_vps1_HOST: \"examplemailserver.com\"\n      MAILROUND_IN_IMAP_vps1_PORT: 143\n      MAILROUND_IN_IMAP_vps1_USE_SSL: true\n      MAILROUND_IN_IMAP_vps1_USERNAME: \"accuontusername\"\n      MAILROUND_IN_IMAP_vps1_PASSWORD: \"randompassword\"\n      MAILROUND_IN_IMAP_vps1_EMAIL: \"test@example.com\"\n\n      MAILROUND_OUT_SMTP_vps2_HOST: \"examplemailserver.com\"\n      MAILROUND_OUT_SMTP_vps2_PORT: 143\n      MAILROUND_OUT_SMTP_vps2_USE_SSL: true\n      MAILROUND_OUT_SMTP_vps2_USERNAME: \"accuontusername\"\n      MAILROUND_OUT_SMTP_vps2_PASSWORD: \"randompassword\"\n      MAILROUND_OUT_SMTP_vps2_EMAIL: \"test@example.com\"\n\n      MAILROUND_MAX_MAIL_RECEIVE_TIME: 60\n      MAILROUND_ROUND: vps2:vps1\n      MAILROUND_WEBHOOK_URL: \"\u003cFAAS\u003eor\u003cROCKETCHAT\u003e URL\"\n\n```\n\n## Getting Started Locally\n\nTo get started in your local environment\n\n    git clone git@github.com:eieste/MailRound.git\n\nSetup the environment\n\n    cd mailround\n    python3 -m venv env\n    source env/bin.activate\n    python -m pip install -r requirements.txt\n\nUpdate config\n\n    vi config/config.py\n\nRun the application\n\n    python app.py\n\nFor more Assistance use my [Documentation](https://github.com/eieste/MailRound/blob/develop/docs/overview.md)","funding_links":["https://github.com/sponsors/eieste","https://patreon.com/[\"eieste\"]"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feieste%2Fmailround","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feieste%2Fmailround","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feieste%2Fmailround/lists"}