{"id":29079560,"url":"https://github.com/markusfisch/readmail","last_synced_at":"2025-07-27T12:36:24.448Z","repository":{"id":139268482,"uuid":"1968706","full_name":"markusfisch/readmail","owner":"markusfisch","description":"eMail client in Bash","archived":false,"fork":false,"pushed_at":"2021-04-04T15:43:25.000Z","size":48,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-10-20T21:39:05.712Z","etag":null,"topics":["bash","email-client","shell"],"latest_commit_sha":null,"homepage":"http://markusfisch.de/Readmail","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markusfisch.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-06-28T20:32:28.000Z","updated_at":"2023-10-20T21:39:06.387Z","dependencies_parsed_at":null,"dependency_job_id":"88043f7f-dfe0-4437-bbb7-0e31e6b5dd2e","html_url":"https://github.com/markusfisch/readmail","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/markusfisch/readmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2Freadmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2Freadmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2Freadmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2Freadmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markusfisch","download_url":"https://codeload.github.com/markusfisch/readmail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusfisch%2Freadmail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262298770,"owners_count":23289603,"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":["bash","email-client","shell"],"created_at":"2025-06-27T17:06:32.314Z","updated_at":"2025-06-27T17:08:14.755Z","avatar_url":"https://github.com/markusfisch.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bash eMail client\n=================\n\nProbably the worlds smallest, simplest, yet full featured eMail client\nwithout any dependencies beyond a working GNU environment running Bash.\n\nUse it as a fallback, as a quick \u0026 slim alternative or as a tool to\nread, send and manage messages.\n\nFeatures\n--------\n\nFollowing commands are available:\n\n\tp(eek)               peek for new messages\n\ts(tatus)             request mailbox status\n\tn(ew)                list new messages only\n\tt(ail) [N]           list the latest N messages\n\tl(ist) [N[-N]]...    list messages\n\tr(ead) [N[-N]]...    read message\n\tx(tract) N[-N]...    extract attachments of message N\n\tf(ile) N[-N]...      file message\n\td(elete) N[-N]...    remove message\n\ta(nswer) N           answer message\n\tw(rite) ADDRESS      write a message to ADDRESS\n\tm(ime) FILE          show a message file in MIME format (e.g. *.mbs)\n\tc(lear)              clear screen (or CTRL+L)\n\th(elp)               show this info\n\tq(uit)               quit (or CTRL+D)\n\nYou may invoke the commands directly from the command line, e.g.:\n\n\t$ readmail s 'f 1' 'r 3-5' q\n\nOr inside the interactive shell.\n\nConfiguration\n-------------\n\nJust run readmail or create a \".readmailrc\" in your home directory and\nput the following lines into it (fill in the values in brackets):\n\n\tPOP_HOST='(your POP3 server)'\n\tPOP_ACCOUNT='(your POP3 account)'\n\tPOP_PASSWORD='(your POP3 password, this is optional)'\n\nAppend this block to configure your SMTP settings:\n\n\tSMTP_HOST='(your SMTP server)'\n\tSMTP_ACCOUNT='(your SMTP account)'\n\tSMTP_PASSWORD='(your SMTP password, this is optional)'\n\nIf you don't want to give passwords, readmail will ask you for it.\n\nExamples\n--------\n\nQuickly get the size of your mailbox:\n\n\t$ readmail s q\n\nShow your latest message:\n\n\t$ readmail r q\n\nGet the number of new messages since the last call:\n\n\t$ FORMAT=\"%d\\n\" readmail p q\n\nSend a message in one line:\n\n\t$ ATTACHMENTS=' ' SUBJECT='subject' BODY='body' \\\n\t\treadmail 'w john@example.com doe@example.com' q\n\nSend one or more files:\n\n\t$ ATTACHMENTS='file1 file2' SUBJECT='subject' BODY='body' \\\n\t\treadmail 'w john@example.com' q\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusfisch%2Freadmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusfisch%2Freadmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusfisch%2Freadmail/lists"}