Reputation: 157
I'm not 100% certain how to phrase the question, so let me start with what I'm trying to do and the barriers:
Goal:
Won't work:
Barrier to success
Available to me
Theoretical plan
Is there something that works like #2 above? I have no idea how to search for it. Maybe it's a combo of things? Some kind of setup of WinProxy, javamail and ... ? No idea if this is even possible.
Thank you
Edit:
More searching, found "FreePOPs", but it's not quite there, sounds like what I might need. FreePOPs connects to webmails, and my account does have it, but... it's Lotus iNotes and FreePOPs doesn't seem to support it.
1) Do you know how to make FreePOPs support lotus inotes? 2) Or, is there another product like FreePOPs that's an "email relay" and a pop3 daemon?
Upvotes: 3
Views: 15352
Reputation: 157
Just adding some info after a couple of years dabbling with this questions. Things have changed so this is only a partial solution, by maybe it'll help someone.
The best "thing-a-ma-bop" :) from my original question turns out to be DavMail (http://davmail.sourceforge.net/index.html). The down side now is that GMail does not talk to IMAP and only POP3. Ok, that's fine, DavMail supports showing up as a POP server. The bad part is that Gmail now requires all servers to have valid certs (read: no more self-signed certs). And that can get pricey.
FYI, someone else actually wrote up a great GMail + DavMail walk through, but again the snag now is the certs if you have them or can get them. http://purereasoning.blogspot.com/2012/02/how-to-use-gmail-with-microsoft.html
Upvotes: 1
Reputation: 78936
possible solutions for 2. / thing-a-ma-bop:
Remember that this only includes imap access, eg. reading mail. for sending mail you'd have to install a MTA like postfix and use your "other account"-host as smarthost. not sure if you can configure additional smtp relays in gmail though.
warning: your project sounds like you are trying to circumvent security measures of your company. someone decided that this "other mailbox" should not be available to an outside box. make sure to get permission first - stuff like this can get you fired.
Upvotes: 3