Dmitri Minaev | 3 Dec 2007 13:21
Picon

elmo-network-initialize-session error

Hello,

After I moved to a new PC, I cannot connect to the IMAP server
anymore. The message I receive is:

Auto plugged off at imap.server.name:993 :elmo-network-initialize-session
byte-code: Cannot open: elmo-network-initialize-session

The IMAP settings are:
;; Default IMAP4 server
(setq elmo-imap4-default-server "imap.server.name")
(setq elmo-imap4-default-user "user_name")
(setq elmo-imap4-default-authenticate-type 'clear)
(setq elmo-imap4-default-stream-type 'ssl)
(setq elmo-imap4-default-port 993)

The folder is simply %inbox.

These settings seem to correspond to the working settings in
Thunderbird. I just noticed that Thunderbird informs me of an expired
certificate every time I send email. Could it be the reason why
Wanderlust cannot connect to the server? Or is there some required
software missing on the new computer? openssl is installed.

Wanderlust/2.14.0 (Africa), Emacs 23.0.0.1.

Thank you.

--

-- 
With best regards,
(Continue reading)

Tim Schumacher | 3 Dec 2007 22:41
Gravatar

Re: elmo-network-initialize-session error

Hello Dimitri,

I would first try to connect with openssl to your server. 

For Example: openssl s_client -host my.server -port 993

If that works, I woult have a look at wanderlusts configuration, but I
doubt this isnt the case.

greetings

Tim

Dmitri Minaev | 4 Dec 2007 06:29
Picon

Re: elmo-network-initialize-session error

On Dec 4, 2007 1:41 AM, Tim Schumacher <tim <at> we-are-teh-b.org> wrote:
> I would first try to connect with openssl to your server.
>
> For Example: openssl s_client -host my.server -port 993
>
> If that works, I woult have a look at wanderlusts configuration, but I
> doubt this isnt the case.

Thanks for your reply, Tim. Openssl connects without problems.

--

-- 
With best regards,
Dmitri Minaev

Russian history blog: http://minaev.blogspot.com

Tim Schumacher | 4 Dec 2007 08:36
Gravatar

Re: elmo-network-initialize-session error

Hi Dimitri,

At Tue, 4 Dec 2007 09:29:32 +0400,
Dmitri Minaev wrote:
> On Dec 4, 2007 1:41 AM, Tim Schumacher <tim <at> we-are-teh-b.org> wrote:
> > I would first try to connect with openssl to your server.
> >
> > For Example: openssl s_client -host my.server -port 993
> >
> > If that works, I woult have a look at wanderlusts configuration, but
> I
> > doubt this isnt the case.
> 
> Thanks for your reply, Tim. Openssl connects without problems.

I would have a look at M-x customize-group RET ssl RET. Maybe some
settings in your former setup were a bit different?

greetings

Tim
Dmitri Minaev | 4 Dec 2007 09:45
Picon

Re: elmo-network-initialize-session error

At Tue, 04 Dec 2007 08:36:35 +0100,
Tim Schumacher wrote:
> 
> I would have  a look at M-x customize-group RET  ssl RET. Maybe some
> settings in your former setup were a bit different?

I don't see anything wrong with the ssl setup besides that x509 is not
installed. 

Also, Gmail  works nicely  with effectively the  same set  of setting:
ssl,  plain,  port  993,  etc.   Probably,  it's  something  with  the
server. They must have changed something again :) Never mind...

I  have some  more questions,  mostly about  the MIME  part of  the WL
setup. Is it OK to ask them here?

Thanks.

Clemens Fruhwirth | 4 Dec 2007 20:14
Favicon

Re: attachments corrupted

At Mon, 19 Nov 2007 18:48:50 +0100,
raffael.mancini <at> hcl-club.lu wrote:

> I have the same problem as described in
> http://news.gmane.org/gmane.mail.wanderlust.general .  I've made a

Probably the same problem:

http://thread.gmane.org/gmane.mail.wanderlust.general.japanese/5627/focus=5761

Yoichi NAKAYAMA | 4 Dec 2007 23:00
X-Face
Gravatar

Re: Problems with marking read with gmail imap?

At Thu, 29 Nov 2007 13:16:48 +1300,
Len Trigg wrote:
> Yoichi NAKAYAMA wrote:
> > Following the instruction described in [1], I've take log of
> > conversation between Thunderbird 2.0.0.6 (Linux) and imap.gmail.com.
> > Thunderbird did explicitly put \Seen flag as:
> >   -1312887920[9dd1988]: 9c60528:imap.gmail.com:S-INBOX:SendData: 20 uid store 4874 +Flags (\Seen)
> > 
> > I've also tested with uw-imapd and found that Thunderbird
> > explicitly put \Seen flag in this case too.
> 
> Is there an easy way to turn on this behaviour in Wanderlust as well?
> It's a pretty annoying problem (I read my rss via email through gmail,
> so it happens often).

A workaround attached.

It's obviously a bug of GMail, but I could not find how to report it
to them. I'll be happy if you report it or tell me how to do so.

Regards,
--

-- 
Yoichi NAKAYAMA
Attachment (imap4_force_seen.diff): application/octet-stream, 591 bytes
Dmitri Minaev | 7 Dec 2007 09:43
Picon

charsets

Hi,

How  do I define  the charset  for the  messages I  send?  I  have the
following code  in .wl (partially  borrowed from .gnus  and, probably,
irrelevant):

(setq wl-mime-charset 'koi8-r
      default-mime-charset 'koi8-r
      wl-folder-mime-charset-alist '(("^-fido7.*" . koi8-r)))
(put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'koi8-r)
(setq mm-body-charset-encoding-alist '((koi8-r . 8bit)))

The  messages  sent to  fido7.*  newsgroups  have  the correct  header
(Content-Type:  text/plain;  charset=koi8-r), but  the  content is  in
UTF-8.

Thanks.

--

-- 
Dmitri Minaev
Russian history blog: http://minaev.blogspot.com

Katsumi Yamaoka | 7 Dec 2007 12:16
Favicon
Gravatar

Re: charsets

This is the 3rd try.  Sigh.

Favicon Gravatar
From: Katsumi Yamaoka <yamaoka <at> jpl.org>
Subject: Re: charsets
Date: 2007-12-07 11:13:33 GMT
Hm, the message I sent was rejected by the wl-en list.
So, I resend it to you and the wl list.

X-Face Favicon Gravatar
From: Katsumi Yamaoka <yamaoka <at> jpl.org>
Subject: Re: charsets
Date: 2007-12-07 11:05:08 GMT
>>>>> In [Wanderlust English : No.02240] Dmitri Minaev wrote:
> Hi,
(Continue reading)

Katsumi Yamaoka | 7 Dec 2007 12:22
Favicon
Gravatar

Re: charsets

>>>>> Katsumi Yamaoka wrote:

> FLIM developers, I found a strange behavior with the Q encoder
> defined in mel-q-ccl.el.  `mime-encode-region' seems to run in a
> unibyte buffer when encoding a message to send.  If I use Emacs
  ^^^^^^^
  This should have been `multibyte'.  Sorry.


Gmane