Search Results

  1. Parameters ¶ imap An IMAP\Connection instance. message_nums A string representing one or more messages in IMAP4-style sequence format ("n", "n:m", or combination of these delimited by commas). flags You can set the FT_UID which tells the function to treat the message_nums argument as a UID.

  2. le imap_delete () La fonction accepte une valeur de ressource représentant un flux IMAP, une valeur entière représentant un message dans la boîte aux lettres comme paramètres et marque le (s) message (s) spécifié (s) pour suppression.

  3. PHP−IMAP functions helps you to access email accounts, IMAP stands for Internet Mail Access Protocol using these functions you can also work with NNTP, POP3 protocols and local mailbox access methods.

  4. Marque les messages msg_number pour l'effacement. L'effacement réel n'interviendra que lors de l'appel de la fonction imap_expunge () ou de imap_close () avec le paramètre optionnel CL_EXPUNGE.

  5. imap_delete () marks messages listed in msg_number for deletion. The optional flags parameter only has a single option, FT_UID, which tells the function to treat the msg_number argument as a UID. Messages marked for deletion will stay in the mailbox until either imap_expunge () is called or imap_close () is called with the optional parameter CL_EXPUNGE.

  6. See Also imap_undelete () - Unmark the message which is marked deleted imap_expunge () - Delete all messages marked for deletion imap_close () - Close an IMAP stream

  7. People also ask

  8. Description bool imap_delete ( int imap_stream, int msg_number [, int options]) Returns TRUE. imap_delete () marks messages listed in msg_number for deletion. The optional flags parameter only has a single option, FT_UID, which tells the function to treat the msg_number argument as a UID. Messages marked for deletion will stay in the mailbox until either imap_expunge () is called or imap_close ...

  1. People also search for