{"id":19542070,"url":"https://github.com/dikayx/mapy","last_synced_at":"2025-09-15T05:31:09.651Z","repository":{"id":254283762,"uuid":"832240451","full_name":"dikayx/mapy","owner":"dikayx","description":"Email analysis and visualization tool.","archived":true,"fork":false,"pushed_at":"2024-09-11T09:05:09.000Z","size":9758,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T05:22:28.265Z","etag":null,"topics":["docker","email-analysis","email-header-analysis","flask","forensics","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dikayx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-22T15:50:20.000Z","updated_at":"2025-02-24T08:05:41.000Z","dependencies_parsed_at":"2024-08-22T14:43:49.574Z","dependency_job_id":"d60d74d7-7e60-4234-9891-ba05b767f718","html_url":"https://github.com/dikayx/mapy","commit_stats":null,"previous_names":["dikayx/mapy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dikayx/mapy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikayx%2Fmapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikayx%2Fmapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikayx%2Fmapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikayx%2Fmapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dikayx","download_url":"https://codeload.github.com/dikayx/mapy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikayx%2Fmapy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275208494,"owners_count":25424033,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","email-analysis","email-header-analysis","flask","forensics","python"],"created_at":"2024-11-11T03:13:02.656Z","updated_at":"2025-09-15T05:31:08.694Z","avatar_url":"https://github.com/dikayx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MAPy\n\n[![Python3](https://img.shields.io/badge/Python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)\n[![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](LICENSE)\n[![Build Status](https://github.com/dikayx/mapy/actions/workflows/python-app.yml/badge.svg)](https://github.com/dikayx/mapy/actions/workflows/python-app.yml)\n\nMAPy is a small utility tool for **M**ail **A**nalysis in **Py**thon inspired by CyberDefenders' [Email-Header-Analyzer](https://github.com/cyberdefenders/email-header-analyzer). It is designed to help you parse email data and extract useful information from it.\n\n![Screenshot of the app](assets/screenshot.png)\n\n## Features\n\n-   📧 Get an overview of basic mail data (like subject, recipient, etc.)\n-   🕒 Visualize the delays between different steps\n-   📌 Identify the mail servers involved\n-   📅 Extract date and time information\n-   📬 Identify the source of the mail\n-   🌍 Display the path the mail took\n-   📝 Extract the messages\n-   📦 Download attachments\n-   📄 Generate a PDF report\n\n## Get started\n\nDownload the latest release from the [releases page](https://github.com/dikayx/mapy/releases) and use the [setup.sh](setup.sh) (Mac \u0026 Linux) or [setup.bat](setup.bat) (Windows) script to set up the app via Docker or locally. For more detailed instructions, see the [installation guide](docs/INSTALLATION.md).\n\nIf you are already familiar with Git, you can use the commands below to clone the repository and run the setup script.\n\n### Quickstart\n\nTo get the app up and running on Mac or Linux, run:\n\n```bash\ngit clone https://github.com/dikayx/mapy.git \u0026\u0026 cd mapy \u0026\u0026 chmod +x setup.sh \u0026\u0026 ./setup.sh\n```\n\nOn Windows, open a command prompt (cmd) and run:\n\n```cmd\ngit clone https://github.com/dikayx/mapy.git \u0026\u0026 cd mapy \u0026\u0026 setup.bat\n```\n\nFollow the instructions in the terminal to start the app. By default, it will be available at [http://localhost:8080](http://localhost:8080). If you want to use SSL, see the [Securing the app with SSL](docs/INSTALLATION.md#securing-the-app-with-ssl) section in the installation guide.\n\n### Usage\n\nIt's simple! Just copy the email data you want to analyze and paste it into the input field and click the \"Analyze\" button. The app will then display the results in a structured way.\n\nTo learn more about the app, how to use it and how to obtain the email data you want to analyze, see the [user guide](docs/USER_GUIDE.md).\n\n## Acknowledgements\n\nI would like to thank the [CyberDefenders](https://github.com/cyberdefenders) team for their exceptional work which served as both an inspiration and a foundation for this project. Certain parts of the code are directly or indirectly derived from their work. I hope that this project can continue to build on the great work they've done and provide similar value to others.\n\n## License\n\nThis project is licensed under the MIT License with special permission from the author of the original MHA project, which is licensed under the GPLv3. I deeply appreciate the author’s generosity in allowing this flexibility, enabling me to use the MIT License for this project. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikayx%2Fmapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdikayx%2Fmapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikayx%2Fmapy/lists"}