Home
last modified time | relevance | path

Searched refs:getImapConnection (Results 1 – 7 of 7) sorted by relevance

/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/model/
H A DImapMessage.php296 public function getImapConnection(){ function in GO\\Email\\Model\\ImapMessage
305 $this->_struct = $this->getImapConnection()->get_message_structure($this->uid);
353 $imap = $this->getImapConnection();
408 $imap = $this->getImapConnection();
418 $imap = $this->getImapConnection();
491 $imap = $this->getImapConnection();
583 $imap = $this->getImapConnection();
683 $imap = $this->getImapConnection();
699 …$data = $this->getImapConnection()->get_message_part_decoded($this->uid, $attachment->number, $att…
720 return $this->getImapConnection()->delete(array($this->uid));
H A DAccount.php414 public function getImapConnection(){ function in GO\\Email\\Model\\Account
/dports/mail/nextcloud-mail/mail/lib/
H A DAccount.php129 public function getImapConnection() { function in OCA\\Mail\\Account
187 $this->getImapConnection(),
236 $this->getImapConnection();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/controller/
H A DFolderController.php34 ….$params['mailbox']." to ".$params['name']."<br /><br />".$account->getImapConnection()->last_erro…
194 …ove folder $sourceMailbox to $targetMailbox.<br /><br />".$account->getImapConnection()->last_erro…
H A DAccountController.php203 if(($imap = $account->getImapConnection())){
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/smime/
H A DEventHandlers.php89 $imapMessage->getImapConnection()->save_to_file($imapMessage->uid, $outfile->path());
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/backend/go/
H A DgoMail.php1144 $items['searchtotal'] = $imapAccount->getImapConnection()->sort_count;