{"id":19794594,"url":"https://github.com/realityripple/dkim-verification","last_synced_at":"2026-05-09T20:40:50.787Z","repository":{"id":115016466,"uuid":"150221120","full_name":"RealityRipple/DKIM-Verification","owner":"RealityRipple","description":"🔏️ SquirrelMail Plugin. Quickly displays the validity of DKIM signed messages (those that are sent with a \"DKIM-Signature\" header).","archived":false,"fork":false,"pushed_at":"2022-06-10T20:08:54.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-11T04:44:14.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/RealityRipple.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":"https://realityripple.com/donate.php?itm=Squirrel+DKIM","patreon":"realityripple"}},"created_at":"2018-09-25T06:58:25.000Z","updated_at":"2023-09-08T17:45:25.000Z","dependencies_parsed_at":"2023-04-14T16:41:48.190Z","dependency_job_id":null,"html_url":"https://github.com/RealityRipple/DKIM-Verification","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/RealityRipple%2FDKIM-Verification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealityRipple%2FDKIM-Verification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealityRipple%2FDKIM-Verification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealityRipple%2FDKIM-Verification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealityRipple","download_url":"https://codeload.github.com/RealityRipple/DKIM-Verification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241136840,"owners_count":19915999,"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-11-12T07:13:39.159Z","updated_at":"2026-05-09T20:40:50.742Z","avatar_url":"https://github.com/RealityRipple.png","language":"PHP","funding_links":["https://realityripple.com/donate.php?itm=Squirrel+DKIM","https://patreon.com/realityripple"],"categories":[],"sub_categories":[],"readme":"DKIM Verification plugin for SquirrelMail\n===========================================\nVer 0.1, 2018/09/25\n\n\nCopyleft  (-) 2018-2019 Andrew Sachen \u003cwebmaster@realityripple.com\u003e\n\n\nDescription\n===========\n\nThis plugin quickly displays the validity of DKIM signed messages\n(those that are signed with a \"DKIM-Signature\" header).\n\nThis plugin requires OpenSSL to be installed, as it does not use the\nOpenSSL extensions of PHP (that is a *feature*, since the PHP extensions\nhave been known to be buggy).\n\nNote that this plugin does NOT *generate* DKIM signed emails.\n\n\nDonations\n=========\n\nIf you or your company make regular use of this software,\nplease consider supporting Open Source development by\ndonating to the authors or inquire about hiring them to\nconsult on other projects.  Donation/wish list links for\nthe author(s) are as follows:\n\nAndrew Sachen: https://realityripple.com/donate.php?itm=Squirrel+DKIM\n\n\nLicense\n=======\n\nThis plugin is unlicensed and can be considered in the public domain\n(see LICENSE for details).\n\n\nRequirements\n============\n\n  * OpenSSL (ALWAYS have the newest version installed!)\n\n  * SquirrelMail version 1.1.1 or above\n\n  * If not using SquirrelMail 1.4.10+ or 1.5.2+,\n    Compatibility plugin version 2.0.7 or above\n\n\nTroubleshooting\n===============\n\n  * Make sure the plugin is configured correctly by browsing to\n    http://your-squirrelmail-location/src/configtest.php\n\n  * If you experience problems related to the programs needed by\n    this plugin (echo and openssl), typing \"which echo\" and\n    \"which openssl\" on a command line can help.  This plugin\n    assumes you have these programs installed and available and\n    should only be installed once you have those tools.\n\n  * If changes to the configuration file don't seem to be having any\n    effect, ensure that you are editing the correct configuration\n    file.  If one is located in the main SquirrelMail config directory\n    (named \"config_dkim.php\"), it will always be used.  Otherwise,\n    \"config.php\" in the dkim plugin directory will be used.\n\n\nHelp Requests\n=============\n\nBefore looking for help elsewhere, please try to help yourself:\n\n  * Read the Troubleshooting section herein.\n\n  * Make sure the plugin is configured correctly by browsing to\n    http://your-squirrelmail-location/src/configtest.php\n\n  * Look to see if others have already asked about the same issue.\n    The Issues list on GitHub is probably the best place to do this:\n    https://github.com/RealityRipple/DKIM-Verification/issues\n    You should also try Google or some other search engine.\n\n  * If you don't get any replies in GitHub's Issues section, you are\n    welcome to send a help request to the authors' personal\n    address(es), but please be patient with the mailing list.\n\n\nChange Log\n==========\n\n  v0.1  2018/09/25  Andrew Sachen \u003cwebmaster@realityripple.com\u003e\n    * Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealityripple%2Fdkim-verification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealityripple%2Fdkim-verification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealityripple%2Fdkim-verification/lists"}