mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-30 22:06:07 +02:00
1.508
This commit is contained in:
parent
c08a56e486
commit
1e03db551f
58 changed files with 790 additions and 435 deletions
13
W/learn/imap_utf7
Executable file
13
W/learn/imap_utf7
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
|
||||
use Unicode::IMAPUtf7;
|
||||
|
||||
my $t = Unicode::IMAPUtf7->new();
|
||||
|
||||
while (<>) {
|
||||
chomp ;
|
||||
push( @result, sprintf( "%33s %s\n", $_, $t->decode($_) ) ) ;
|
||||
}
|
||||
|
||||
print @result ;
|
Loading…
Add table
Add a link
Reference in a new issue