As far as I can tell, I’ve implemented all the suggestions received here
regarding my problem connecting to Microsoft Exchange Server via
imap-ssl from native Windows Emacs 23.1.1 using vm. I’ve upgraded to vm
8.2.0b and convinced Cygwin to accept Windows filename conventions and
not complain to vm. But still my password is rejected as “incorrect”.
As I’ve said before, my account on Exchange Server is accessible from my
iPhone, and my vm setup works fine with Gmail.
At this point, would it be appropriate to file a bug on the Launchpad
site?
I’ve appended my current .vm in case anyone wants to find a flaw I’ve
missed:
;;;;;; start of .vm
(setq vm-imap-account-alist
'(
("imap-ssl:imap.gmail.com:993:*:login:[email protected]:*" "Gmail")
("imap-ssl:owa.myschool.edu:993:*:login:[email protected]:*" "Cornell
IMAP")
)
)
(setq vm-primary-inbox
"imap-ssl:owa.myschool.edu:993:inbox:login:[email protected]:*")
(setq vm-reply-subject-prefix "Re: ")
(setq vm-stunnel-program "c:/cygwin/bin/stunnel.exe")
; Debugging only:
(setq vm-debug t)
(setq vm-imap-keep-trace-buffer t)
(setq vm-imap-log-sessions t)
; Stylistic:
(setq vm-preview-lines t) ; Show as much of message as possible
; Directories
(setq vm-folders-summary-directories '("c:/Mail/"))
(setq vm-mime-all-attachments-directory "c:/detached/")
(setq vm-mime-attachment-save-directory "c:/detached/")
(setq vm-folder-directory "c:/Mail/")
(setq vm-temp-file-directory "c:/temp/")
(setq vm-imap-folder-cache-directory "c:/temp/")
; Keys
(define-key vm-mail-mode-map "\C-c\C-a" 'mail-abbrev-insert-alias)
; Rendering
(setq vm-mime-text/html-handler nil) ; disable lynx til it's useful
;;;;;;; end of .vm
/Lew
---
Lew Perin / [email protected]
http://babelcarp.org