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

Re: A problwm with the folder mode



At Tue, 11 Sep 2012 22:09:31 +0900,
Kazuhiro Ito wrote:
> 
> > > > >> I have tried to add new IMAP folders with the folder manager, using m a.
> > > > >> But when I do, the only thing that happens is that emacs becomes
> > > > >> unresposible until I hit C-g.
> > > > This is the output from emacs (sorry if this is posted multiple times. I
> > > > get odd errors on send.)
> > > > 
> > > > http://pastebin.com/5Pwa4RTf
> > > 
> > > It seems that Wanderlust tries to connect directly to port
> > > 993, which is normally used for IMAP over SSL/TLS connection.
> > > 
> > > 3. If you didn't input a fully specified folder name, what is the
> > > result when you try with a fully specified name, e.g.
> > > "%test:andreasda/clear@mail.snowmen.se:993!".
> > 
> > That seem to work, but then I have the next problem of renaming it
> > to something less verbose, which fails.
> 
> 4. What is the result of evaluating the below code? (paste it in
> *scratch* buffer and C-j after the last closing paren)
> 
> (list
>  elmo-imap4-default-authenticate-type
>  elmo-imap4-default-hierarchy-delimiter
>  elmo-imap4-default-port
>  elmo-imap4-default-server
>  elmo-imap4-default-stream-type
>  elmo-imap4-default-user
>  (elmo-make-folder "%test"))

(list
 elmo-imap4-default-authenticate-type
 elmo-imap4-default-hierarchy-delimiter
 elmo-imap4-default-port
 elmo-imap4-default-server
 elmo-imap4-default-stream-type
 elmo-imap4-default-user
 (elmo-make-folder "%test"))
(clear "/" 993 "mail.snowmen.se" startssl "andreasda" [elmo-imap4-folder [0 0 0 0 0 0 0] imap4 "%test" "%" nil nil nil nil t nil nil ...])

-andreas