mail/lib/Db
Christoph Wurst e02a2051f5
perf(PHP): Use static closures where possible
They allow GC because they do not capture `$this`

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-20 09:38:26 +01:00
..
Alias.php
AliasMapper.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
Classifier.php
ClassifierMapper.php
CollectedAddress.php
CollectedAddressMapper.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
LocalAttachment.php
LocalAttachmentMapper.php
LocalMessage.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
LocalMessageMapper.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
MailAccount.php Move OAuth access token into a dedicated column 2022-12-16 09:13:27 +01:00
MailAccountMapper.php
Mailbox.php feat(mailbox sharing): Read, cache and expose my ACL rights 2022-12-08 13:37:26 +01:00
MailboxMapper.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
Message.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
MessageMapper.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
Provisioning.php
ProvisioningMapper.php
Recipient.php
RecipientMapper.php
SMimeCertificate.php feat(smime): import smime certificates 2023-01-18 10:00:43 +01:00
SMimeCertificateMapper.php feat(smime): import smime certificates 2023-01-18 10:00:43 +01:00
StatisticsDao.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
Tag.php
TagMapper.php perf(PHP): Use static closures where possible 2023-01-20 09:38:26 +01:00
ThreadMapper.php
TrustedSender.php
TrustedSenderMapper.php docs: annotate the extendes classes 2022-12-07 18:59:36 +01:00