{"id":15355618,"url":"https://github.com/songquanpeng/mail-query","last_synced_at":"2025-05-07T05:27:38.100Z","repository":{"id":105034388,"uuid":"262826186","full_name":"songquanpeng/mail-query","owner":"songquanpeng","description":"Quick eml file query.","archived":false,"fork":false,"pushed_at":"2020-06-03T02:04:15.000Z","size":106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T02:42:35.400Z","etag":null,"topics":["eml","mail","query","search","tool"],"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/songquanpeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-05-10T16:14:35.000Z","updated_at":"2022-07-08T11:01:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"28d5fa52-4e6f-4ddb-ac13-3e608276c5a6","html_url":"https://github.com/songquanpeng/mail-query","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":0.3846153846153846,"last_synced_commit":"b0233573319296c21af43bc8359e6ffb3f01da0f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songquanpeng%2Fmail-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songquanpeng%2Fmail-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songquanpeng%2Fmail-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/songquanpeng%2Fmail-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/songquanpeng","download_url":"https://codeload.github.com/songquanpeng/mail-query/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252820846,"owners_count":21809293,"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":["eml","mail","query","search","tool"],"created_at":"2024-10-01T12:24:58.484Z","updated_at":"2025-05-07T05:27:38.070Z","avatar_url":"https://github.com/songquanpeng.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Mail Query\n## Some Commands\n`pip install -r requirements.txt`\n`uvicorn server:app --reload --port`\n\n## TODO List\n- [x] Generate eml file with attachments for testing. (QQ mail website can export mail to eml.)\n- [x] Use Python to extract information from email.\n- [x] Use Python to extract information from emails' attachments.\n    - [x] txt\n    - [x] docx\n    - [x] pdf\n    - [x] pptx\n    - [x] xlsx\n - [x] Keyword query.\n - [x] Use PyQt to create a GUI.\n - [ ] ~~Package into an exe file.~~\n - [x] Use multi-threaded / multi-process acceleration.\n    - [x] Separate the  UI \u0026 query part first.\n    - [x] Use multi-processes accelerate the query.\n - [ ] Make full use of the given memory to speed up the query.\n - [x] Use FastAPI to create a http server.\n - [ ] Use React to create a web application.\n \n## Build\n ```shell script\npip install pyinstaller\npyinstaller -F -w main.py\n```\nAnd add this in the generated `main.spec`:\n```python\nimport sys\nsys.setrecursionlimit(5000)\n```\nThen run:\n```\npyinstaller main.spec\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsongquanpeng%2Fmail-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsongquanpeng%2Fmail-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsongquanpeng%2Fmail-query/lists"}