[mew-int 2570] Debugging IMAP and POP problems?
Sven.Hartrumpf at example.com
Sven.Hartrumpf at example.com
Fri Aug 8 22:30:37 JST 2008
Hi all.
An IMAP (or POP) account that I can reach easily with thunderbird
is not reachable via Mew 6.1 (emacs 22.2 and emacs 22.1).
1. I added the debug option
2. changing ("C") to imap
3. hitting of "g" without getting any messages
Emacs did not ask for the password
(asking for gpg password works in other contexts).
The debug buffer contains only
<SENTINEL>
finished
How can I get more information?
Here is the corresponding setting in my .emacs
(with some parts replaced by ...):
(setq mew-config-alist
'(("default"
("user" . ...)
("mail-domain" . "fernuni-hagen.de")
("mailbox-type" . mbox)
("mbox-command" . "incm")
("mbox-command-arg" . ...)
("smtp-server" . ...)
)
(pop
(inbox-folder "+inbox-pop")
(pop-user . ...)
(pop-server . ...)
(mail-domain . ...)
(pop-port . "995")
(pop-ssl . t)
(pop-ssl-port "995")
(pop-auth . 'apop)
(pop-delete . nil)
)
(imap
(inbox-folder "+inbox-imap")
(imap-user . ...)
(imap-server . ...)
(mail-domain . ...)
(imap-port . "993")
(imap-ssl . t)
(imap-ssl-port "993")
(imap-auth . nil)
(imap-delete . nil)
)
))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://www.mew.org/pipermail/mew-int/attachments/20080808/7a47b422/attachment.bin>
More information about the Mew-int
mailing list