Revision 9b06ba98
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Mailer.pm | ||
---|---|---|
361 | 361 |
# TODO: doesn't stop with non ASCII-Chars |
362 | 362 |
# In test file it works like a charm !? |
363 | 363 |
$imap->append_string($folder, $email_string) or do { |
364 |
my $last_error = $imap->LastError(); |
|
364 | 365 |
$imap->logout(); |
365 |
die "IMAP Client append failed: " . $imap->LastError() . "\n";
|
|
366 |
die "IMAP Client append failed: $last_error\n";
|
|
366 | 367 |
}; |
367 | 368 |
|
368 | 369 |
$imap->logout(); |
Auch abrufbar als: Unified diff
Mail: IMAP: FIX: gebe korrekten letzten Fehler aus