mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-14 08:24:50 +02:00
1.504
This commit is contained in:
parent
495d5a9526
commit
c08a56e486
277 changed files with 692 additions and 10803 deletions
12
W/patches/imapsync-base64.patch
Normal file
12
W/patches/imapsync-base64.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
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", "");
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue