start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: debug_print Chapter 14
Email Connectivity
Next: Reference: delete_message
 

delete_label

 $

folder


->delete_label
(

msg_num

, 

label

)

Deletes the association of label with msg_num . Returns 1 on success and 0 if there was no association.


Previous: Reference: debug_print Perl in a Nutshell Next: Reference: delete_message
Reference: debug_print Book Index Reference: delete_message