{"id":16670456,"url":"https://github.com/algorithmic-alcove/gmail-imap-label","last_synced_at":"2025-12-12T02:43:31.398Z","repository":{"id":1760982,"uuid":"2674166","full_name":"algorithmic-alcove/gmail-imap-label","owner":"algorithmic-alcove","description":":mailbox_with_mail::open_file_folder::bookmark: adds Gmail labels to IMAP stream as the X-Label header","archived":false,"fork":false,"pushed_at":"2021-10-10T18:37:19.000Z","size":45,"stargazers_count":17,"open_issues_count":4,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T19:49:04.581Z","etag":null,"topics":["cpan","gmail","imap","labels","mutt","perl"],"latest_commit_sha":null,"homepage":"http://p3rl.org/Net::Gmail::IMAP::Label","language":"Perl","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/algorithmic-alcove.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","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":"2011-10-30T07:04:27.000Z","updated_at":"2024-10-30T23:06:54.000Z","dependencies_parsed_at":"2022-08-30T18:51:11.651Z","dependency_job_id":null,"html_url":"https://github.com/algorithmic-alcove/gmail-imap-label","commit_stats":null,"previous_names":["algorithmic-alcove/gmail-imap-label","zmughal/gmail-imap-label"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/algorithmic-alcove/gmail-imap-label","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithmic-alcove%2Fgmail-imap-label","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithmic-alcove%2Fgmail-imap-label/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithmic-alcove%2Fgmail-imap-label/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithmic-alcove%2Fgmail-imap-label/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algorithmic-alcove","download_url":"https://codeload.github.com/algorithmic-alcove/gmail-imap-label/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithmic-alcove%2Fgmail-imap-label/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276273642,"owners_count":25614217,"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-21T02:00:07.055Z","response_time":72,"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":["cpan","gmail","imap","labels","mutt","perl"],"created_at":"2024-10-12T11:38:30.638Z","updated_at":"2025-09-21T17:15:13.397Z","avatar_url":"https://github.com/algorithmic-alcove.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nNet::Gmail::IMAP::Label - IMAP proxy for Google's Gmail that retrieves message labels\n\n=head1 VERSION\n\nversion 0.008\n\n=head1 SYNOPSIS\n\n    gmail-imap-label [OPTION]...\n\n=head1 DESCRIPTION\n\nThis module provides a proxy that sits between an IMAP client and Gmail's IMAPS\nserver and adds GMail labels to the X-Label header. This proxy uses the\nL\u003cGmail IMAP extensions|https://developers.google.com/gmail/imap/imap-extensions#access_to_gmail_labels_x-gm-labels\u003e.\n\nTo use this proxy, your e-mail client will need to connect to the proxy using\nthe IMAP protocol (without SSL).\n\n=head1 EXAMPLES\n\nThe simplest way of starting is to run the proxy on the default port of 10143:\n\n    gmail-imap-label\n\nAn alternative port can be specified using the B\u003c--port\u003e option\n\n    gmail-imap-label --port 993\n\nThe proxy has been tested with both mutt (v1.5.21) and offlineimap (v6.3.4).\nExample configuration files for these are available in the C\u003cdoc\u003e directory.\n\nWith mutt, you may have to clear the header cache every so often so that any\nupdated labels are available inside the UI.\n\n=head1 INSTALLATION\n\nYou can either install the package from L\u003cCPAN|http://p3rl.org/Net::Gmail::IMAP::Label\u003e\nor from your package manager.\n\nTo install the L\u003cDebian package|https://packages.debian.org/libnet-gmail-imap-label-perl\u003e,\nrun\n\n    apt-get install libnet-gmail-imap-label-perl\n\n=head1 SEE ALSO\n\nSee L\u003cgmail-imap-label\u003e for a complete listing of options.\n\n=head1 BUGS\n\nReport bugs and submit patches to the repository on L\u003cGithub|https://github.com/zmughal/gmail-imap-label\u003e.\n\n=head1 COPYRIGHT\n\nCopyright 2011 Zakariyya Mughal.\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of either:\n\n=over 4\n\n=item * the ISC license, or\n\n=item * the Artistic License version 2.0.\n\n=back\n\n=head1 ACKNOWLEDGMENTS\n\nThanks to L\u003cPaul DeCarlo|http://pjdecarlo.com/\u003e for pointing out the\nGmail IMAP extensions that made this a whole lot easier than what I had\noriginally planned on doing.\n\n=head1 AUTHOR\n\nZakariyya Mughal \u003czmughal@cpan.org\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2011 by Zakariyya Mughal \u003czmughal@cpan.org\u003e.\n\nThis is free software, licensed under:\n\n  The Artistic License 2.0 (GPL Compatible)\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgorithmic-alcove%2Fgmail-imap-label","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgorithmic-alcove%2Fgmail-imap-label","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgorithmic-alcove%2Fgmail-imap-label/lists"}