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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -