Help for this page

Select Code to Download


  1. or download this
    ### Print out all user defined labels
        my @labels = $gmail->get_labels();
        foreach ( @labels ) {
            print "Label: '" . $_ . "'\n";
        }
    
  2. or download this
        my $messages = $gmail->get_messages();
    
        print "By folder\n";
    ...
                }
            }
        }