0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
John Fawcett 668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name
is "smtp_active". This enables use of this flag instead of active flag for postfix
mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] =
YES or NO, which defaults to NO, providing the existing behaviour. When set to YES
the active_smtp field is displayed in the edit mode and can be modified.
The commit includes update to the language files and documentation.

The commit does not include the code to add the field to existing installs,
which I presume can be added during the release cycle in upgrade.php along the
lines of:

_db_add_field('mailbox',  'smtp_active', 'int DEFAULT 1');
2024-01-09 20:50:49 +01:00
..
AdminHandler.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
AdminpasswordHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
AliasdomainHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
AliasHandler.php Avoid deprecation in PHP 8.1 2022-07-15 11:44:58 +02:00
CliDelete.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
CliEdit.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
CliHelp.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
CliScheme.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
CliView.php composer format 2022-07-17 21:16:47 +01:00
Config.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
DkimHandler.php rename 'txtlarge' field type to 'txta' 2022-07-23 21:22:49 +02:00
DkimsigningHandler.php Drop duplicate db_delete() call from DkimHandler 2022-07-18 22:57:55 +02:00
DomainHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
FetchmailHandler.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
Login.php add unit test to cover some of Login::addAppPassword() 2023-12-27 16:17:55 +00:00
MailboxHandler.php Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
PFAHandler.php typo fixes 2024-01-05 19:30:16 +00:00
PFASmarty.php this might be a more logical approach - only try and call htmlentities on things that are stringy or arrays 2022-08-29 08:35:54 +01:00
Shell.php phpcs insists on some brace changes 2021-04-13 21:19:16 +01:00
TotpPf.php an empty check would catch null ... while != "" will also match null it feels wrong 2024-01-05 19:31:54 +00:00
VacationHandler.php languages/nl.lang translation from english for new function such as dkim and password 2022-10-12 17:46:15 +02:00