   #PHP Manual IMAP, POP3 and NNTP functions imap_clearflag_full
   imap_createmailbox

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  imap_close

   (PHP 3, PHP 4 )
   imap_close -- Close an IMAP stream

Description

   bool imap_close ( resource imap_stream [, int flag])

   Closes the imap stream. Takes an optional flag CL_EXPUNGE, which will
   silently expunge the mailbox before closing, removing all messages
   marked for deletion.
   ______________________________________________________________________

   Prev                Home               Next
   imap_clearflag_full  Up  imap_createmailbox
