# emailparse **Repository Path**: mirrors_mdp/emailparse ## Basic Information - **Project Name**: emailparse - **Description**: Command line email parser - Personal use: bash scripts involving inbound email from SES - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # emailparse _Be aware: very rough first pass for a small project. Not really well packaged at this point_ CLI email parser to template. ## Example ``` cat mime_email.txt | emailparse "{{ datef \"2006.01.02\"}}: {{.Subject}} - {{ .Text }}" > email.txt ``` ## License MIT