{"id":16530950,"url":"https://github.com/nbonamy/node-imap-forwarder","last_synced_at":"2026-06-04T18:31:36.627Z","repository":{"id":147095695,"uuid":"350890359","full_name":"nbonamy/node-imap-forwarder","owner":"nbonamy","description":"Script to forward email from an IMAP account through SMTP based on filters","archived":false,"fork":false,"pushed_at":"2023-07-23T13:57:19.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T21:43:04.278Z","etag":null,"topics":["forwarder","imap","imap-client","mail","mail-forwarding","smtp","smtp-client"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbonamy.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":"2021-03-23T23:51:39.000Z","updated_at":"2023-07-23T13:57:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe983dfd-6a08-43bc-9ae6-2336f781e278","html_url":"https://github.com/nbonamy/node-imap-forwarder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nbonamy/node-imap-forwarder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbonamy%2Fnode-imap-forwarder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbonamy%2Fnode-imap-forwarder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbonamy%2Fnode-imap-forwarder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbonamy%2Fnode-imap-forwarder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbonamy","download_url":"https://codeload.github.com/nbonamy/node-imap-forwarder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbonamy%2Fnode-imap-forwarder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33916320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["forwarder","imap","imap-client","mail","mail-forwarding","smtp","smtp-client"],"created_at":"2024-10-11T18:07:33.934Z","updated_at":"2026-06-04T18:31:35.654Z","avatar_url":"https://github.com/nbonamy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-imap-forwarder\n\nScript to forward email from an IMAP account through SMTP based on filters:\n- from: looks for text in message header from field\n- subject: looks for text in message header subject field\n\n## Installation\n\n```npm install```\n\n## Configuration\n\nCreate a `config.json` file like:\n\n```\n{\n  \"imap\": {\n    // imap configuration block as seen on\n    // https://github.com/mscdex/node-imap#examples\n  },\n  \"smtp\": {\n    // smtp configuration block as seen on\n    // https://github.com/nodemailer/nodemailer\n  },\n  \"filters\": [\n    {\n      \"to\": \"email address to forward mail to\",\n      \"from\": [ \"filter1 as glob\", ... ],\n    },\n      \"to\": \"email address to forward mail to\",\n      \"subject: \"text to search\",\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbonamy%2Fnode-imap-forwarder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbonamy%2Fnode-imap-forwarder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbonamy%2Fnode-imap-forwarder/lists"}