Open Carpela opened 8 years ago
Is there a way to create multiple gmail clients at the same time?
I'm struggling a little to work out how to do it.
i.e.
@gmail1(account="bob@gmail.com") @gmail2(account="dave@gmail.com") @gmail1::Message.all #gets bob's email @gmail2::Message.all #gets dave's email
Trying to run multiple threads hitting multiple inboxes at once.
Is there a way to create multiple gmail clients at the same time?
I'm struggling a little to work out how to do it.
i.e.
@gmail1(account="bob@gmail.com") @gmail2(account="dave@gmail.com") @gmail1::Message.all #gets bob's email @gmail2::Message.all #gets dave's email
Trying to run multiple threads hitting multiple inboxes at once.