1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/patches/imapsync-base64.patch
Nick Bebout c08a56e486 1.504
2012-09-02 19:08:57 -05:00

13 lines
451 B
Diff

diff -u -r imapsync-1.182/imapsync imapsync-1.182-base64-fix/imapsync
--- imapsync-1.182/imapsync 2006-08-01 16:07:42.000000000 -0700
+++ imapsync-1.182-base64-fix/imapsync 2006-09-27 16:09:59.000000000 -0700
@@ -635,7 +635,7 @@
my $string = sprintf("%s\x00%s\x00%s", $imap->User,
$imap->Authuser, $imap->Password);
- return encode_base64("$string");
+ return encode_base64("$string", "");
}