search for: number_of_messag

Displaying 2 results from an estimated 2 matches for "number_of_messag".

Did you mean: number_of_messages
2007 Oct 09
1
SpamAssassin and Public Namespace
...d => $password, Debug => $debug ); if (!defined($imap)) { die "IMAP Login Failed"; } # If debugging, print out the total counts for each mailbox if ($debug) { foreach my $foldername ($imap->folders) { my $number_of_messages = $imap->message_count( $foldername ); print $foldername, " is imap folder\n"; }* my $spamcount = $imap->message_count('Filter/Spam');* print $spamcount, " Spam to process\n"; * my $nonspamcount = $imap->message_count('Filter/Non-Spam'...
2011 Apr 08
9
send voicemail to multiple emails
Is there a way for asterisk's voicemail to send an email (including voicemail attachment) to multiple email addresses? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110408/8908db5f/attachment.htm>