Kamail does not support POP3S (pop3 over SSL) but found a solution
that uses a free packet repeater called "stone" to act as proxy
between mailer and POP3S server.
Below is the setting in my .kamail.
KmailがPOP3S(POP3 over SSL)サポートしていないので、仙石さん作のStoneを利用しています。
kamail不支持POP3S(POP3 over SSL)但是发现一个非常小巧的packet repeater,可以作为
kamail和服务器之间的proxy。
;;;POP3S対応のために、パケットリピータstoneを使用
(progn (set-buffer (get-buffer-create "*stone*"))
(execute-subprocess "stone.exe -C stone.conf" nil (selected-buffer) nil (concat (default-directory) "tools/stone23xp/")))
No comments:
Post a Comment