imap_append (fifth argument)

php.internals

Bognár Zsolt

23 years ago
Hello, I have a question about imap_append function. Why don't you (or php developers) use this patch in new php release? : http://www.zend.com/lists/php-dev/200303/msg00843.html We must patch every php source code, if we want to use the append function with date argument. Thanks, by Zsozso

Sara Golemon

23 years ago
This seems trivial enough that there's no reason not to fold it into PHP5. I do have a couple questions though: 1) What is the expected format of the date field? RFC822 format? 2) Would it make sense to pass an epoch timevalue to imap_append() and have the function internally convert it to the appropriate format? Otherwise I'm +1 -Sara "Bognár zsolt" <zsolt.bognar@vipmail.hu> wrote in message news:000a01c36b1e$c46f3840$0100a8c0@privat...