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

Re: Cannot parse IMAP command after update



Den 19.05.2014 07:18, skrev David Maus:
Hi Herbert,

At Sun, 18 May 2014 23:03:37 +0200,
Herbert J. Skuhra wrote:

On Sun, 18 May 2014 09:37:44 +0200
David Maus wrote:

> Found the problem and I'm working on a solution: There are two (2) SPC
> between the flag list and the internal date, but the spec only allows
> for one.

After your latest changes I get

byte-code: Symbol's function definition is void: string-empty-p

I had to add

(eval-when-compile (require 'subr-x))

to elmo/elmo-imap4.el.

But string-empty-p is only available in Emacs trunk and emacs-24
branch?


Right, thanks for reporting. Should be fixed with the most recent commit

https://github.com/wanderlust/wanderlust/commit/b0e5d690c10c7a4dade17ac42ced5cda0f86d623

Thank you.

But somehow the recent imap changes break my setup @work (Exchange 2010).
'wl-fcc' is set to "%inbox" and after sending a message I get:

[09:43:23] -> mailbox size adjusted: INBOX, (2114 . 0)
[09:43:23] <-- elmo-imap419 append inbox  (\Seen)  {514+}
[09:43:23] <--
[09:43:23] -> elmo-imap419 BAD Command Argument Error. 11 *elmo-imap419* BAD arrived
[09:43:23] => ((bad (nil "Command Argument Error. 11")))
[09:43:23] -> mailbox size adjusted: inbox, (2114 . 0)2
[09:43:23] -> Date: BAD Command Error. 12

--
Herbert