Home
last modified time | relevance | path

Searched refs:handleAttachments (Results 1 – 9 of 9) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/MailIn/Source/
H A DPop3.php67 $this->handleAttachments($message, $source);
142 private function handleAttachments($message, $part) function in Tiki\\MailIn\\Source\\Pop3
149 $this->handleAttachments($message, $p);
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/rocketchat/
H A Dhandlers.go86 b.handleAttachments(&message, rmsg)
96 func (b *Brocketchat) handleAttachments(message *models.Message, rmsg *config.Message) { func
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/msteams/
H A Dhandler.go53 func (b *Bmsteams) handleAttachments(rmsg *config.Message, msg msgraph.ChatMessage) { func
H A Dmsteams.go198 b.handleAttachments(&rmsg, msg)
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/slack/
H A Dhandlers.go206 b.handleAttachments(ev, rmsg)
255 func (b *Bslack) handleAttachments(ev *slack.MessageEvent, rmsg *config.Message) { func
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/header_editor/
H A Dtab.h105 void handleAttachments();
H A Dtab.cpp421 handleAttachments(); in populateTree()
662 Tab::handleAttachments() { in handleAttachments() function in mtx::gui::HeaderEditor::Tab
/dports/mail/nextcloud-mail/mail/lib/Service/
H A DMailTransmission.php158 $this->handleAttachments($account, $messageData, $message);
343 …private function handleAttachments(Account $account, NewMessageData $messageData, IMessage $messag… function in OCA\\Mail\\Service\\MailTransmission
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DEWSMethod.java933 responseItem.attachments = handleAttachments(reader); in handleItem()
1081 …protected List<FileAttachment> handleAttachments(XMLStreamReader reader) throws XMLStreamException… in handleAttachments() method in EWSMethod