[mew-int 2734] When logging into gmail: make client process failed, operation timed out
Saptarshi Guha <[email protected]>
| Newsgroups | gmane.mail.mew.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I've been trying to use mew with gmail (OS X Leopard, using Aquamacs 2 and (emacs 22.1) and I keep getting the following error: make client process failed, operation timed out Any help would be appreciated Thank you in advance Regards Saptarshi ;;;;;;;;;;; ;; .mew.el ;;;;;;;;;;; (setq mew-proto "%") (setq mew-name "Saptarshi Guha") (setq mew-user "[email protected]") (setq mew-mail-domain "gmail.com") (setq mew-imap-user "[email protected]") (setq mew-imap-server "imap.gmail.com") (setq mew-imap-ssl-port "993") (setq mew-smtp-server "smtp.gmail.com") (setq mew-smtp-ssl t) (setq mew-smtp-ssl-port "587") (setq mew-smtp-port "587") (setq mew-smtp-user "[email protected]") (setq mew-ssl-verify-level 0) (setq mew-tls-smtp "smtp") (setq mew-auto-get t) (setq mew-smtp-auth-list '("PLAIN" "LOGIN" "CRAM-MD5")) (setq mew-prog-ssl "/opt/local/bin/stunnel") (setq mew-use-unread-mark t) (setq mew-summary-form '(type " " (5 date) " " (5 time) " " (30 from) " " t (0 subj))) (setq mew-summary-form-extract-rule '(address)) (setq mew-passwd-alist '(("[email protected]:imap" "PASS" 0)))