Fix credential compat without *v15-compat* (Mantas Mikulėnas)..
commit6e52944d6981a47aaaa77310745aaf67cd0231fc
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Mon, 14 Jul 2014 13:18:25 +0000 (14 15:18 +0200)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Mon, 14 Jul 2014 13:22:47 +0000 (14 15:22 +0200)
tree2dd62a3c60f1b1965331a2051c705d66535ab1b5
parent3bb2a563b4c45d8ce589641ac6dafe6df35336df
Fix credential compat without *v15-compat* (Mantas Mikulėnas)..

Mantas Mikulėnas (grawity AT gmail DOT com) reported on
s-nail-users@ [1]

  In other words, $folder *requires* the ' <at> ' to be
  percent-encoded, but $password requires the *opposite*.

  [1] <http://article.gmane.org/gmane.mail.s-nail.user/153>

and i responded

 |Neee, it's more like [a5c40ba5] didn't update the backward
 |compatible code path after Gavin agreed that it's the most natural
 |behaviour that variable lookups are performed without any
 |encoding at all [1].  Sigh.
 |
 |  [1] <http://article.gmane.org/gmane.mail.s-nail.user/117>

But the patch was wrong, this one should be right.
imap.c
pop3.c