Home
last modified time | relevance | path

Searched refs:fetchHeaders (Results 1 – 22 of 22) sorted by relevance

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/
H A Dupdatemessagejob.cpp53 fetchHeaders(); in start()
64 fetchHeaders(); in onSelectDone()
68 void UpdateMessageJob::fetchHeaders() in fetchHeaders() function in UpdateMessageJob
H A Dupdatemessagejob.h42 void fetchHeaders();
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Driver/Decorator/
H A DBase.php428 public function fetchHeaders($folder, $uid) function in Horde_Kolab_Storage_Driver_Decorator_Base
430 return $this->_driver->fetchHeaders($folder, $uid);
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/
H A DDriver.php280 public function fetchHeaders($folder, $uid); function
H A DObject.php189 $this->_headers = $this->_getDriver()->fetchHeaders(
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dflexoff.h65 void fetchHeaders();
H A Dflexoff.cpp91 void FlexibleOffline::fetchHeaders() in fetchHeaders() function in gloox::FlexibleOffline
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/test/Horde/Kolab/Storage/Stub/
H A DDriver.php385 public function fetchHeaders($folder, $uid) function in Horde_Kolab_Storage_Stub_Driver
/dports/lang/nx/nsf2.3.0/library/xotcl/library/comm/
H A DImap.xotcl22 set resp(heads) {"[*] [0-9]+ FETCH" fetchHeaders
136 Imap instproc fetchHeaders {} {
/dports/net-im/gloox/gloox-1.0.24/src/examples/
H A Dflexoff_example.cpp123 f->fetchHeaders(); in handleFlexibleOfflineMsgNum()
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Driver/
H A DBase.php376 public function fetchHeaders($folder, $uid) function in Horde_Kolab_Storage_Driver_Base
H A DImap.php519 public function fetchHeaders($folder, $uid) function in Horde_Kolab_Storage_Driver_Imap
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/
H A Ddownloader.go468 func() error { return d.fetchHeaders(p, origin+1, pivot) }, // Headers are always retrieved
780 func (d *Downloader) fetchHeaders(p *peerConnection, from uint64, pivot uint64) error { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/downloader/
H A Ddownloader.go527 …func() error { return d.fetchHeaders(p, origin+1, latest.Number.Uint64()) }, // Headers are always…
903 func (d *Downloader) fetchHeaders(p *peerConnection, from uint64, head uint64) error {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/downloader/
H A Ddownloader.go543 func() error { return d.fetchHeaders(p, origin+1) }, // Headers are always retrieved
991 func (d *Downloader) fetchHeaders(p *peerConnection, from uint64) error {
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_imap_generic.php2667 …public function fetchHeaders($mailbox, $message_set, $is_uid = false, $bodystr = false, $add_heade… function in rcube_imap_generic
2700 $a = $this->fetchHeaders($mailbox, $id, $is_uid, $bodystr, $add_headers);
H A Drcube_imap.php1304 $headers = $this->conn->fetchHeaders(
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/
H A Dimap4.py3775 def fetchHeaders(self, messages, uid=0): member in IMAP4Client
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/
H A Dimap4.py3440 def fetchHeaders(self, messages, uid=0): member in IMAP4Client
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/test/
H A Dtest_imap.py4040 self.function = self.client.fetchHeaders
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/test/
H A Dtest_imap.py6390 self.function = self.client.fetchHeaders
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api11003 twisted.mail.imap4.IMAP4Client.fetchHeaders?4(messages, uid=0)