{"id":14966193,"url":"https://github.com/goneri/p6-email-notmuch","last_synced_at":"2025-10-25T16:30:37.064Z","repository":{"id":138996858,"uuid":"48900315","full_name":"goneri/p6-Email-Notmuch","owner":"goneri","description":"Perl6 binding for Notmuchmail","archived":false,"fork":false,"pushed_at":"2018-11-14T15:40:11.000Z","size":34,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T19:06:01.560Z","etag":null,"topics":["notmuch","perl6","perl6-binding","raku","rakulang"],"latest_commit_sha":null,"homepage":null,"language":"Perl 6","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goneri.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":"2016-01-02T05:56:51.000Z","updated_at":"2023-09-08T17:05:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5578cc8-6193-44e4-b075-a88192f03cbb","html_url":"https://github.com/goneri/p6-Email-Notmuch","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goneri%2Fp6-Email-Notmuch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goneri%2Fp6-Email-Notmuch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goneri%2Fp6-Email-Notmuch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goneri%2Fp6-Email-Notmuch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goneri","download_url":"https://codeload.github.com/goneri/p6-Email-Notmuch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238174109,"owners_count":19428626,"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":["notmuch","perl6","perl6-binding","raku","rakulang"],"created_at":"2024-09-24T13:35:59.087Z","updated_at":"2025-10-25T16:30:36.767Z","avatar_url":"https://github.com/goneri.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perl6 binding for Notmuchmail\n\n![Build Status](https://travis-ci.org/goneri/p6-Email-Notmuch.svg?branch=master)\n\nNotmuchmail ( https://notmuchmail.org/ ) is a mail indexation tool. This Perl6 module provides\nbinding for a limited subset of its API.\n\nThe library has been tested with Notmuch 0.25 and greater, it does not work anymore with the older version.\n\n## Example\n\n    use v6;\n    use Email::Notmuch;\n    my $database = Database.new('/home/goneri/Maildir');\n    my $query = Query.new($database, 'tag:todo');\n    my $messages = $query.search_messages();\n    for $messages.all() -\u003e $message {\n        say $message.get_header('from');\n        $message.add_tag('seen');\n        say $message.get_tags().all();\n    }\n\n## License\n\nThe project uses the GPLv3 or greater and is Copyright 2015-2016 Gonéri Le Bouder \u003cgoneri@lebouder.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoneri%2Fp6-email-notmuch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoneri%2Fp6-email-notmuch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoneri%2Fp6-email-notmuch/lists"}