mail/lib/Model
Daniel Kesselberg 369def711a
Fix psalm warnings
- Account.getEmail() returns always a string
- Add import for str_contains to DataUriParser
- IspDb.query return outdated docblock
- MimeMessage.parse update return type in docblock
- Suppress undefined function for str_contains (polyfill is shipped with nextcloud/3rdparty)
- Add type cast for IMAPMessage.loadBodyData to detect type properly
- Add type for mapSocketTypeToSecurity
- Suppress undefined class for doctrine

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-20 11:32:51 +02:00
..
ConvertAddresses.php Update to nextcloud coding standard v0.3.0 2020-04-14 16:06:46 +02:00
IMAPMessage.php Fix psalm warnings 2022-09-20 11:32:51 +02:00
IMessage.php Update codestyle 2022-09-03 15:37:58 +02:00
Message.php Add outbox backend implementation 2022-04-07 09:20:00 +02:00
NewMessageData.php Update codestyle 2022-09-03 15:37:58 +02:00
RepliedMessageData.php Update codestyle 2022-09-03 15:37:58 +02:00