I've gotten Outlook 2003 to work with my IMAP server (by installing IE6 into the same win2000 bottle as Outlook 2003). But SSL still doesn't work. The "Tips and Tricks" section for Outlook 2003 Compatibility says that IMAP wont work with SSL because of a missing library. Is there any workaround? Are there any plans to fix this?
I just got this working on Linux by using stunnel. You should be able to configure stunnel on the mac too. Basically you want to generate two stunnels, one for IMAP and one for SMTP. I've done this via /etc/inetd.conf like so:
From the command line, the former translates to e.g.
stunnel -c -d imap -r imap.gmail.com:993
You can test if it's working by telnet'ing to localhost 143 and trying to login:
telnet localhost 143
Trying 127.0.0.1...
Connected to edinburgh.
Escape character is '^]'.
OK Gimap ready for requests from 76.103.91.108 33if686099yxr.3
a01 login yourname yourpassword
a01 OK yourname authenticated (success)
^]
telnet> quit
If all's well then change your account settings to point to localhost port 143 for IMAP and localhost port 465 for SMTP. If your localhost is already using those ports, then just switcheroo and use e.g. 998 for IMAP and 999 for SMTP - whatever works for you. Just be sure to point at port 993 on imap.gmail.com and 465 on smtp.gmail.com.
I was so happy to get this working... enjoy 😉
Please Note: This Forum is for non-application specific questions relating to installation/configuration of CrossOver. All application-specific posts to this Forum will be moved to their appropriate Compatibility Center Forum.
CrossOver Forums: the place to discuss running Windows applications on Mac and Linux
CodeWeavers or its third-party tools process personal data (e.g. browsing data or IP addresses) and use cookies or other identifiers, which are necessary for its functioning and required to achieve the purposes illustrated in our Privacy Policy. You accept the use of cookies or other identifiers by clicking the Acknowledge button.