mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-31 22:36:08 +02:00
1.592
This commit is contained in:
parent
428581af1e
commit
459f6a81cb
151 changed files with 10053 additions and 1910 deletions
|
@ -7,7 +7,8 @@ my $t = Unicode::IMAPUtf7->new();
|
|||
|
||||
while (<>) {
|
||||
chomp ;
|
||||
push( @result, sprintf( "%33s %s\n", $_, $t->decode($_) ) ) ;
|
||||
#push( @result, sprintf( "%33s %s\n", $_, $t->decode($_) ) ) ;
|
||||
push( @result, sprintf( "%s\n", $t->decode($_) ) ) ;
|
||||
}
|
||||
|
||||
print @result ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue