| /plugin/smtp/vendor/composer/ |
| H A D | autoload_classmap.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | ClassLoader.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | autoload_namespaces.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | autoload_static.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/vendor/ |
| H A D | autoload.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/_test/ |
| H A D | GeneralTest.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | MessageTest.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/vendor/psr/log/Psr/Log/ |
| H A D | LoggerTrait.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | LoggerInterface.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | LoggerAwareInterface.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | LogLevel.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | InvalidArgumentException.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | NullLogger.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | LoggerAwareTrait.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/vendor/psr/log/ |
| H A D | README.md | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | composer.json | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/.github/workflows/ |
| H A D | dokuwiki.yml | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/vendor/txthinking/mailer/ |
| H A D | LICENSE | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/vendor/txthinking/mailer/src/Mailer/Exceptions/ |
| H A D | CodeException.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | CryptoException.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | SendException.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/vendor/psr/log/Psr/Log/Test/ |
| H A D | LoggerInterfaceTest.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | TestLogger.php | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| /plugin/smtp/ |
| H A D | deleted.files | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|
| H A D | style.css | ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8 Sat Jun 27 21:56:14 UTC 2026 Andreas Gohr <andi@splitbrain.org> Switch from bundled subtrees to Composer dependencies
Replace the git-subtree vendored copies of txthinking/mailer and psr/log with Composer-managed dependencies under vendor/, loaded automatically by DokuWiki's plugin autoloader. The custom PSR-4 loader.php is no longer needed and has been removed.
Also modernize the plugin to current DokuWiki conventions: - namespaced base classes, short array syntax, PSR code style - rebuild the admin test form with dokuwiki\Form\Form - key recipients by address in Message::getTo() so RCPT TO works with the mailer's key-based iteration - guard the Bcc continuation loop against running past the body - avoid an undefined-key warning in getEHLO() on CLI sends - migrate tests to the *Test.php naming and test namespace - replace Travis with the shared DokuWiki GitHub Action
|