mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
742 B
JSON
17 lines
742 B
JSON
{
|
|
"name": "phpMailShare",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "phpMailShare is a small php script that allows you to share emails with your friends. It uses IMAP to access your mail account and can be used with any mail server that provides IMAP access, including Gmail.",
|
|
"website": "tekreaders.com/blog/phpmailshare/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<div align=\"center\">Powered by <a href=\"http:\\/\\/tekreaders\\.com\\/blog\\/phpmailshare\\/\" target=\"_blank\">phpMailShare<\\/a> ([^<]+[\\d\\.\\sa-z])<\\/div>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<a href=\"index.php?action=viewbox&box=0\">"
|
|
}
|
|
]
|
|
}
|