epocci

Results 4 comments of epocci

An improved i made is add flags and size. ``` foreach ($headers as $id => $raw_header) { $result[$id] = (new Header($raw_header, false))->getAttributes(); $result[$id]["UID"]=$uids[$id]; } $flags = $this->flags($ids, $uid); foreach ($flags...

i read and test that if i send command BODY.PEEK[TEXT] if possibile. but if i call command like this: $result = $this->fetch(["BODY.PEEK[TEXT]"], $uids, null, $uid); in debug i see only...

My request was to speed up the download of the emails with a preview of the text, but without downloading the whole message. I don't have a saving problem. The...

for fetchheader the old function make BODY.PEEK as default.