Re: [PHP] IMAP Search

2006-06-19 Thread CodeHeads
't actually have a question, nor > any explanation of what was going wrong or right or... > > http://www.catb.org/~esr/faqs/smart-questions.html > > On Mon, June 19, 2006 5:00 pm, CodeHeads wrote: >> Hello all, >> >> I am having a problem trying to get the subject c

[PHP] IMAP Search

2006-06-19 Thread CodeHeads
Hello all, I am having a problem trying to get the subject corenspond with the message ID on a search. here is my code so far: echo "Search Results"; $WORDS = $_POST['words']; $search1 = "BODY \"$WORDS\""; $SEARCH = @imap_search($conn, $search1, SE_UID); $arrData = $SEARCH; $mailHeader = @imap_he

[PHP] IMAP Multiple Pages

2006-06-19 Thread CodeHeads
Hello again, Here is another problem I am having. I would like to setup multiple pages on a IMAP archive reader I am working on. I cannot seem to get the multiple pages working right. Here is my code. $threads = imap_thread($conn); foreach ($threads as $key => $val) { $tree = explode('.', $key)

[PHP] IMAP Search

2006-06-19 Thread CodeHeads
Hello all, I am having a problem trying to get the subject corenspond with the message ID on a search. here is my code so far: echo "Search Results"; $WORDS = $_POST['words']; $search1 = "BODY \"$WORDS\""; $SEARCH = @imap_search($conn, $search1, SE_UID); $arrData = $SEARCH; $mailHeader = @imap_he