!7 p { print("Connecting"); Folder f = gmailDefaultFolder("stefan.reich.maker.of.eye"); mail_listFolders(f, ""); S addr = "info@meetup.com"; RecipientType type = null; // RecipientType.TO; print("Searching for mails to " + addr + " (" + type + ")"); print(l(listMailsTo(gmail_allMail(f), addr, type)) + " messages found in 'All Mail'"); print(l(listMailsTo(gmail_inbox(f), addr, type)) + " messages found in 'Inbox'"); print(l(listMailsTo(gmail_sentMail(f), addr, type)) + " messages found in 'Sent'"); }