Changeset 2201837
- Timestamp:
- 11/27/2019 08:12:12 AM (6 years ago)
- Location:
- wp-tmail-lite-multi-domain-temporary-email-system
- Files:
-
- 23 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/inc (added)
-
tags/1.0.2/inc/PhpImap (added)
-
tags/1.0.2/inc/PhpImap/DataPartInfo.php (added)
-
tags/1.0.2/inc/PhpImap/Exceptions (added)
-
tags/1.0.2/inc/PhpImap/Exceptions/ConnectionException.php (added)
-
tags/1.0.2/inc/PhpImap/Exceptions/InvalidParameterException.php (added)
-
tags/1.0.2/inc/PhpImap/IncomingMail.php (added)
-
tags/1.0.2/inc/PhpImap/IncomingMailAttachment.php (added)
-
tags/1.0.2/inc/PhpImap/IncomingMailHeader.php (added)
-
tags/1.0.2/inc/PhpImap/Mailbox.php (added)
-
tags/1.0.2/inc/PhpImap/__autoload.php (added)
-
tags/1.0.2/inc/bootstrap (added)
-
tags/1.0.2/inc/bootstrap/bootstrap.min.css (added)
-
tags/1.0.2/inc/bootstrap/bootstrap.min.js (added)
-
tags/1.0.2/inc/fonts (added)
-
tags/1.0.2/inc/fonts/glyphicons-halflings-regular.eot (added)
-
tags/1.0.2/inc/fonts/glyphicons-halflings-regular.svg (added)
-
tags/1.0.2/inc/fonts/glyphicons-halflings-regular.ttf (added)
-
tags/1.0.2/inc/fonts/glyphicons-halflings-regular.woff (added)
-
tags/1.0.2/inc/fonts/glyphicons-halflings-regular.woff2 (added)
-
tags/1.0.2/readme.md (added)
-
tags/1.0.2/wp-tmail-lite.php (added)
-
trunk/readme.md (modified) (1 diff)
-
trunk/wp-tmail-lite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-tmail-lite-multi-domain-temporary-email-system/trunk/readme.md
r2172324 r2201837 5 5 Requires at least: 5.1 6 6 Requires PHP: 5.6 7 Tested up to: 5. 2.38 Stable tag: 1.0. 17 Tested up to: 5.3 8 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-tmail-lite-multi-domain-temporary-email-system/trunk/wp-tmail-lite.php
r2172113 r2201837 129 129 130 130 function wp_tmail_lite_initialize( $atts, $content = null ) { 131 if(isset($_GET['e'])) { 132 $_SESSION["tmail_address"] = $_GET['e']; 133 } 131 134 $config = array( 132 135 "title" => "TMail Lite",
Note: See TracChangeset
for help on using the changeset viewer.