Retrieve emails from other IMAP accounts in Gmail *automatically*

11

1

I'd like to retrieve emails from other IMAP accounts (they can not be accessed via POP) automatically in Gmail. I know you can manually copy from one IMAP account to another and there are even IMAP copy scripts around but all this is not really what I'm looking for. I was more thinking of some kind of IMAP --> POP service which then can be checked from gmail (as long as the only support pop) and retrieve the mails automatically.

Anyone seen something like this or has an even better idea?

HeX

Posted 2009-08-20T08:31:30.377

Reputation: 111

Question was closed 2011-09-08T04:52:52.757

1What email company are you using? Maybe there is an option to enable POP3 – stukelly – 2009-08-20T08:45:05.433

... or to forward mails to another account? – innaM – 2009-08-20T09:42:44.727

Answers

4

The best solution I've come up with in this situation is to

  1. Forward the emails from the "other" account to the gmail address,
  2. Use gmail's "send as" feature to send as the "other" account, and
  3. Set the default reply address to whichever address the incoming email was sent to, so that if "other@example.com" receives an email, when you click reply the email will be sent as "other@example.com".

Travis Northcutt

Posted 2009-08-20T08:31:30.377

Reputation: 901

Forwarding from my university to Gmail is notoriously buggy (they specifically warn that their forwarding is bad). Have you found any better solution in the seven years since you posted this answer? – jdc – 2016-08-14T19:45:30.733

And what would be the case if you dont have access to the forward options, eg.: company mail? – None – 2014-03-14T11:25:55.427

1

I had the same issue, and wrote a little node.js script which sets up a POP server to shadow the IMAP server. GMail then polls the POP server. It seems to work reasonably well, although it may still be a bit buggy. http://github.com/addrummond/imask

foldl

Posted 2009-08-20T08:31:30.377

Reputation: 133