Thanks to minica it is very easy to create trusted SSL certificates that have a very long expiration date.
In order to get started you have to have the go tools installed and set up correctly in your environment.
| <?php | |
| /** | |
| * Class TorDetector | |
| * | |
| * Helps to detect if visitors are using a Tor browser to surf the website. | |
| * | |
| * Thanks to https://trac.torproject.org/projects/tor/wiki/doc/TorDNSExitList | |
| */ | |
| class TorDetector |
| /* | |
| This script, when used with Google Apps Scripts, will delete 400 emails and | |
| can be triggered to run every few minutes without user interaction enabling you | |
| to bulk delete email in Gmail without getting the #793 error from Gmail. | |
| Google returns a maximum of 500 email threads in a single API call. | |
| This script fetches 400 threads in case 500 threads is causing timeouts | |
| Configure the search query in the code below to match the type of emails | |
| you want to delete |