{"id":37070173,"url":"https://github.com/dylandoamaral/ggmail","last_synced_at":"2026-01-14T08:11:01.475Z","repository":{"id":46472802,"uuid":"414754736","full_name":"dylandoamaral/ggmail","owner":"dylandoamaral","description":"Manage email account using python, forget about imap and just code what you supposed to do.","archived":false,"fork":false,"pushed_at":"2024-03-20T07:55:05.000Z","size":78,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T02:23:12.376Z","etag":null,"topics":["human","imap","library","pydantic","python","simple"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylandoamaral.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}},"created_at":"2021-10-07T20:53:26.000Z","updated_at":"2025-08-03T12:32:11.000Z","dependencies_parsed_at":"2022-09-05T09:51:43.430Z","dependency_job_id":null,"html_url":"https://github.com/dylandoamaral/ggmail","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dylandoamaral/ggmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylandoamaral%2Fggmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylandoamaral%2Fggmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylandoamaral%2Fggmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylandoamaral%2Fggmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylandoamaral","download_url":"https://codeload.github.com/dylandoamaral/ggmail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylandoamaral%2Fggmail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["human","imap","library","pydantic","python","simple"],"created_at":"2026-01-14T08:11:00.882Z","updated_at":"2026-01-14T08:11:01.466Z","avatar_url":"https://github.com/dylandoamaral.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GGmail\n\n[![GGmail Continuous Integration](https://github.com/dylandoamaral/ggmail/actions/workflows/ci.yml/badge.svg)](https://github.com/dylandoamaral/ggmail/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/dylandoamaral/ggmail/branch/main/graph/badge.svg?token=KY5JTQWZLF)](https://codecov.io/gh/dylandoamaral/ggmail)\n[![PyPI version](https://badge.fury.io/py/ggmail.svg)](https://badge.fury.io/py/ggmail)\n[![downloads](https://pepy.tech/badge/ggmail/month)](https://pepy.tech/project/ggmail)\n[![versions](https://img.shields.io/pypi/pyversions/ggmail.svg)](https://github.com/dylandoamaral/ggmail)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nManage mail account using python, forget about imap and just code what you supposed to do.\n\n## Help\n\nSee [documentation](https://github.com/dylandoamaral/ggmail/wiki) for more details.\n\n## Install\n\nInstall using `pip install ggmail`.\n\n## A Simple Example\n\n```python\nfrom ggmail import Account, Google\nfrom ggmail.policy import from_contains, flagged\n\nauthentication = Google(username=\"ggmail@gmail.com\", password=\"secret\")\nwith Account(authentication=authentication) as account:\n    inbox = account.inbox()\n    mailbox = account.create_mailbox(\"Favorite\")\n    policy = from_contains(\"from@gmail.com\") + flagged\n    messages = inbox.search(policy)\n\n    for message in messages:\n        message.copy(mailbox)\n```\n\n## Additional Information\n\n### Why not use imbox instead ?\n\nhttps://github.com/martinrusev/imbox is less high level than ggmail. I wanted something even more human than imbox.\n\n### Why not use gmail instead ?\n\nhttps://github.com/charlierguo/gmail seems to be dead.\n\n## You don't support my mail provider ?\n\nYou can raise an issue and I will add it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylandoamaral%2Fggmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylandoamaral%2Fggmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylandoamaral%2Fggmail/lists"}