{"id":13830353,"url":"https://github.com/MMPieps/MMM-Mail","last_synced_at":"2025-07-09T11:32:48.897Z","repository":{"id":217324348,"uuid":"69405490","full_name":"MMPieps/MMM-Mail","owner":"MMPieps","description":"The lightwight E-Mail Scanner for your MagicMirror with integrated \"NEW-Mail\" Alert","archived":false,"fork":false,"pushed_at":"2017-04-07T12:52:57.000Z","size":44,"stargazers_count":10,"open_issues_count":6,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T10:02:57.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/MMPieps.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-09-27T22:57:56.000Z","updated_at":"2024-08-04T10:02:59.362Z","dependencies_parsed_at":null,"dependency_job_id":"f4bb15f4-375f-4448-9407-f59408f9fa5b","html_url":"https://github.com/MMPieps/MMM-Mail","commit_stats":null,"previous_names":["mmpieps/mmm-mail"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMPieps%2FMMM-Mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMPieps%2FMMM-Mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMPieps%2FMMM-Mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMPieps%2FMMM-Mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMPieps","download_url":"https://codeload.github.com/MMPieps/MMM-Mail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539380,"owners_count":17485315,"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":[],"created_at":"2024-08-04T10:00:58.969Z","updated_at":"2024-11-20T11:30:40.643Z","avatar_url":"https://github.com/MMPieps.png","language":"JavaScript","funding_links":[],"categories":["Productivity"],"sub_categories":[],"readme":"# Module: MMM-Mail\r\n\r\nThe lightwight E-Mail Scanner for your mirror with integrated \"NEW-Mail\" Alert\r\n\r\n![alt tag](https://github.com/MMPieps/MMM-Mail/blob/master/screenshot.PNG)\r\n## Install\r\n\r\nTo install the module, go to your modules-folder and execute the following instructions: \r\n```shell\r\ngit clone https://github.com/MMPieps/MMM-Mail\r\ncd MMM-Mail\r\nnpm install\r\n```\r\n\r\n## Using\r\n\r\nTo use this module, add it to the modules array in the `config/config.js` file:\r\n\r\n````javascript\r\nmodules: [\r\n\t{\r\n\t\tmodule: 'MMM-Mail',\r\n            position: 'bottom_left',\r\n            header: 'Email',\r\n            config:{\r\n                user: 'johndoe@gmail.com',\r\n                pass: 'xxx',\r\n                host: 'imap.gmail.com',\r\n                port: 993,\r\n                numberOfEmails: 5,\r\n                fade: true,\r\n\t\t\t\tsubjectlength: 50\r\n        },\r\n\t}\r\n]\r\n````\r\n\r\n## Configuration options\r\n\r\nThe following properties can be configured:\r\n\r\n\r\n\u003ctable width=\"100%\"\u003e\r\n\t\u003c!-- why, markdown... --\u003e\r\n\t\u003cthead\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003cth\u003eOption\u003c/th\u003e\r\n\t\t\t\u003cth width=\"100%\"\u003eDescription\u003c/th\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\u003cthead\u003e\r\n\t\u003ctbody\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003ctd\u003e\u003ccode\u003euser\u003c/code\u003e\u003c/td\u003e\r\n\t\t\t\u003ctd\u003eFull email address of the user\u003cbr\u003e\r\n\t\t\t\u003c/td\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003ctd\u003e\u003ccode\u003epass\u003c/code\u003e\u003c/td\u003e\r\n\t\t\t\u003ctd\u003eEmail password\u003cbr\u003e\r\n\t\t\t\u003c/td\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003ctd\u003e\u003ccode\u003ehost\u003c/code\u003e\u003c/td\u003e\r\n\t\t\t\u003ctd\u003eIMAP hostname\u003cbr\u003e\r\n\t\t\t\u003c/td\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003ctd\u003e\u003ccode\u003eport\u003c/code\u003e\u003c/td\u003e\r\n\t\t\t\u003ctd\u003ePort that imap uses\r\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e993\u003c/code\u003e\r\n\t\t\t\u003c/td\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003ctd\u003e\u003ccode\u003enumberOfEmails\u003c/code\u003e\u003c/td\u003e\r\n\t\t\t\u003ctd\u003eNumber of emails to display at a time\u003cbr\u003e\r\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e5\u003c/code\u003e\r\n\t\t\t\u003c/td\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003ctd\u003e\u003ccode\u003efade\u003c/code\u003e\u003c/td\u003e\r\n\t\t\t\u003ctd\u003eFade older emails to black. (Gradient)\u003cbr\u003e\r\n\t\t\t\t\u003cbr\u003e\u003cb\u003ePossible values:\u003c/b\u003e \u003ccode\u003etrue\u003c/code\u003e or \u003ccode\u003efalse\u003c/code\u003e\r\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003etrue\u003c/code\u003e\r\n\t\t\t\u003c/td\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\t\u003ctr\u003e\r\n\t\t\t\u003ctd\u003e\u003ccode\u003esubjectlength\u003c/code\u003e\u003c/td\u003e\r\n\t\t\t\u003ctd\u003eCuts the Email - subject to a given length\t\u003c/td\u003e\r\n\t\t\u003c/tr\u003e\r\n\t\u003c/tbody\u003e\r\n\u003c/table\u003e\r\n\r\n# Special Thanks to ronny3050\r\n(I used his Frontend and some Backend inspiration)\r\nyou can find his module on https://github.com/ronny3050/email-mirror\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMMPieps%2FMMM-Mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMMPieps%2FMMM-Mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMMPieps%2FMMM-Mail/lists"}