{"id":26412988,"url":"https://github.com/bertjohnson/opaquemail","last_synced_at":"2025-04-09T06:12:38.037Z","repository":{"id":9335272,"uuid":"11182461","full_name":"bertjohnson/OpaqueMail","owner":"bertjohnson","description":".NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.","archived":false,"fork":false,"pushed_at":"2023-05-30T19:13:30.000Z","size":2745,"stargazers_count":92,"open_issues_count":15,"forks_count":35,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-03-30T01:03:13.006Z","etag":null,"topics":["c-sharp","email","encryption","imap","pgp","pop3","smime","smtp"],"latest_commit_sha":null,"homepage":"https://opaquemail.org","language":"C#","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/bertjohnson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2013-07-04T16:46:22.000Z","updated_at":"2024-06-19T03:56:32.585Z","dependencies_parsed_at":"2024-06-19T03:56:31.440Z","dependency_job_id":"0831abea-7b01-4748-b1dd-2ec2c3a1c5ae","html_url":"https://github.com/bertjohnson/OpaqueMail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertjohnson%2FOpaqueMail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertjohnson%2FOpaqueMail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertjohnson%2FOpaqueMail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertjohnson%2FOpaqueMail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertjohnson","download_url":"https://codeload.github.com/bertjohnson/OpaqueMail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"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":["c-sharp","email","encryption","imap","pgp","pop3","smime","smtp"],"created_at":"2025-03-17T22:53:44.342Z","updated_at":"2025-04-09T06:12:38.017Z","avatar_url":"https://github.com/bertjohnson.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Important\n**As of May 2017, this project is not actively maintained. A great alternative is [MailKit by jstedfast](https://github.com/jstedfast/MailKit).**\n\nOpaqueMail .NET Email Library\n==============================\n\n.NET email library with full support for IMAP, POP3, and SMTP.\n\nSupports S/MIME and PGP message signing, encryption, and decryption to foster better email security and privacy.\n\nFollows IETF standards, implementing all IMAP4rev1, POP3, SMTP, and S/MIME 3.2 commands plus common extensions such as IDLE.  Supports MIME, Unicode, and TNEF encoding.\n\nIncludes a fully-featured test client that allows browsing and searching of IMAP and POP3 messages as well as sending of SMTP messages with encryption.  Automatically embeds images into Text/HTML messages and strips Script tags.\n\nFeatures patterns similar to System.Net.Mail.MailMessage and System.Net.Mail.SmtpClient for simplified upgrades of existing code.  Implements .NET 4.5 async and await.\n\nThoroughly documented.  Optimized for security, usability, and performance.\n\nSupporting documentation and tutorials available at https://github.com/bertjohnson/OpaqueMail/wiki/OpaqueMail-Library-Tutorial.\n\nLicensed according to the MIT License (http://mit-license.org/).\n\nCreated by Bert Johnson (https://bertjohnson.com/) of Allcloud Inc. (https://allcloud.com/).\n\nOpaqueMail Email Proxy\n==============================\n\nSMTP proxy and message transfer agent (MTA) to add or remove S/MIME message signing, encryption, and authentication for outbound messages.  Can operate in passthrough mode or augment messages to add or filter headers.\n\nAlso serve as a passthrough IMAP and POP3 proxy to import S/MIME certificates, filter IPs, or export messages.\n\nSimplifies email protection for Outlook, Thunderbird, Windows Live Mail, Opera Mail, and other email clients.\n\nCan be used to secure and authenticate email programs that connect to SMTP servers anonymously (e.g. SharePoint).\n\nRuns as a Windows service.  Inbound and outbound IPs, ports, logging, and TLS / SSL settings are all configurable via XML.\n\nSupporting documentation and tutorials available at https://github.com/bertjohnson/OpaqueMail/wiki/OpaqueMail-Proxy-Tutorial.\n\nLicensed according to the MIT License (http://mit-license.org/).\n\nCreated by Bert Johnson (https://bertjohnson.com/) of Allcloud Inc. (https://allcloud.com/).\n\nLicense\n=======\n\nCopyright © 2013-2017 Bert Johnson (https://bertjohnson.com/) of Allcloud Inc. (https://allcloud.com/).\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertjohnson%2Fopaquemail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertjohnson%2Fopaquemail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertjohnson%2Fopaquemail/lists"}