Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/IMAP
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-16 22:17:19 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-17 10:38:10 +0300
commitca1b379a5fb6579e4da818804adbf6685255a2ae (patch)
tree71598923c3473afb0de3f601735bc98bf4a32c70 /lib/IMAP
parentec3e82831086eaac68af0036f81a4f0502255c6e (diff)
Add forward as attachment
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/IMAP')
-rw-r--r--lib/IMAP/MessageMapper.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/IMAP/MessageMapper.php b/lib/IMAP/MessageMapper.php
index 47160e65a..96fdb2255 100644
--- a/lib/IMAP/MessageMapper.php
+++ b/lib/IMAP/MessageMapper.php
@@ -366,9 +366,9 @@ class MessageMapper {
* @return string|null
* @throws ServiceException
*/
- public function getSource(Horde_Imap_Client_Socket $client,
- string $mailbox,
- int $uid): ?string {
+ public function getFullText(Horde_Imap_Client_Socket $client,
+ string $mailbox,
+ int $uid): ?string {
$query = new Horde_Imap_Client_Fetch_Query();
$query->uid();
$query->fullText([