!7 lib 1400086 // gimap import com.sun.mail.gimap.GmailRawSearchTerm; p { Folder inbox = gmail_inbox(); inbox.open(Folder.READ_ONLY); Message[] msgs = inbox.search(new GmailRawSearchTerm("Bruno")); print("Found " + n2(msgs, "message")); }