viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VM] IMAP-SSL with Exchange Server


From: Lewis Perin
Subject: Re: [VM] IMAP-SSL with Exchange Server
Date: Fri, 22 Jun 2012 11:35:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix)

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:address@hidden:*" "Gmail")
        ("imap-ssl:owa.myschool.edu:993:*:login:address@hidden:*" "Cornell 
IMAP")
        )
     )
(setq vm-primary-inbox
    "imap-ssl:owa.myschool.edu:993:inbox:login:address@hidden:*")
(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 / address@hidden
http://babelcarp.org


reply via email to

[Prev in Thread] Current Thread [Next in Thread]