11
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 23 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dont assume 'quota' will be in the values, just like block before wasn't assuming (#823) More... 1 day ago
feat: support Dovecot DIGEST-MD5 (#816) More... 11 days ago
Merge pull request #819 from ntavares/replace_string-date-parsing-errors More... 11 days ago
casting the date fields directly in the query More... 12 days ago
Merge pull request #817 from bestlong/patch-1 More... 12 days ago
fix: Update php.yml More... 12 days ago
underlying db field is set to an int (for mysql and pgsql), pgsql does not cope with t/f being set for an inty field, so change the model definition .... - see #814 More... 16 days ago
update changelog to include not on #472 and #812 More... 19 days ago
see #812 - remove config options for create_mailbox_subdirs_* due to the php-imap module being deprecated; leave in an error_log message to perhaps avoid future support tickets asking why this does not work More... 22 days ago
drop use of the deprecated PHP imap extension (php-imap) - see #472 and #812 More... 22 days ago
Merge pull request #811 from hguilbert/patch-3 More... 24 days ago
Update fr.lang More... 24 days ago
Merge pull request #810 from hguilbert/patch-2 More... 25 days ago
Update fr.lang More... 25 days ago
see #808 - db_log expects 3 strings ... make sure we do not pass in a null More... about 2 months ago
Merge pull request #807 from hguilbert/patch-1 More... about 2 months ago
Update fr.lang More... about 2 months ago
Update README.md More... 2 months ago
Merge pull request #804 from chrean/master More... 2 months ago
Fix typo ( s/pasword/password/ ) More... 2 months ago
fix #801 - incorrect path for common.php More... 3 months ago
fix deletion of app password - see #800 More... 3 months ago
code formatting fix More... 3 months ago
update CHANGELOG with notes for #338 (restrict alias destination to local domains) and #796 (mailbox.smtp_active / controlling outbound mail etc) More... 3 months ago
Merge pull request #338 from michaelkrieger/michaelkrieger-patch-1 More... 3 months ago
Merge branch 'master' into michaelkrieger-patch-1 More... 3 months ago
Merge pull request #796 from johnfawcett/master More... 3 months ago
update mailbox - add smtp_active for #796 More... 3 months ago
Updates to POSTFIX_CONF.txt for configuration of authenticaiton with dovecot sasl and configuration of Postfix submission service More... 3 months ago
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. More... 4 months ago