{"id":18497577,"url":"https://github.com/csb6/mail.py","last_synced_at":"2025-10-07T05:10:50.271Z","repository":{"id":115656369,"uuid":"192128724","full_name":"csb6/mail.py","owner":"csb6","description":"A bare bones email client in Python. Supports IMAP/SMTP","archived":false,"fork":false,"pushed_at":"2019-06-26T20:50:40.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T05:23:09.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csb6.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-15T22:23:55.000Z","updated_at":"2019-09-09T05:11:26.000Z","dependencies_parsed_at":"2023-05-14T23:15:37.245Z","dependency_job_id":null,"html_url":"https://github.com/csb6/mail.py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csb6/mail.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Fmail.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Fmail.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Fmail.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Fmail.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csb6","download_url":"https://codeload.github.com/csb6/mail.py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Fmail.py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722757,"owners_count":26034463,"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-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2024-11-06T13:35:00.739Z","updated_at":"2025-10-07T05:10:50.256Z","avatar_url":"https://github.com/csb6.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mail.py\n\nA fairly basic email client written in Python supporting IMAP/SMTP. It is currently a work in progress and is not ready for use.\n\n## Requirements\n\n- All dependencies are part of the Python standard library. On Mac/Windows platforms, no additional packages need to be installed.\n\n- However, Tkinter (the GUI toolkit used) must be installed separately on Linux.\nAs of right now, I have no ability to test the program on a Linux machine, but\nit should be fairly simple to install Python and Tk using your system's\npackage manager.\nhttps://stackoverflow.com/questions/4783810/install-tkinter-for-python has\nmore information on Linux installation.\n\n## Usage\n\n- After cloning, create a file named `config.json` with the following structure:\n```\n{\n     \"host\": \"\",\n     \"username\": \"\",\n     \"password\": \"\"\n}\n```\n\n- Look up the hostname for your email provider, then fill out the JSON file.\n\n- For Gmail addresses with 2-Step Verification, you need to create an\napp-specific password. Go to https://myaccount.google.com/security\nand create a password. Copy this password into the JSON.\n\n- Currently, there is support for downloading your inbox, displaying\nthe emails onscreen, adding/removing new messages since the last sync, and\nsending emails by clicking on the `Compose` button at the\ntop of the screen. The messages are stored in a local database file, `mail.db`, which you can freely delete in order to rebuild your inbox.\n\n- This program is not currently in a fully usable state, so core features like email syncing, multiple mailboxes, and drafts are not fully implemented.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsb6%2Fmail.py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsb6%2Fmail.py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsb6%2Fmail.py/lists"}