ruby on rails - Fetch all CC emails - Gmail -


i using gmail gem within rails app: https://github.com/gmailgem/gmail

i'm trying retrieve emails have recipients cc'd. here have:

gmail.inbox.search(gm: "cc:").each |email| 

this gives me emails. how work?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -