Revision fd0c9d0b
SL/IMAPClient.pm | ||
---|---|---|
257 | 257 |
my ($headers, $body) = split /\n\n/, $new_email_string; |
258 | 258 |
my @subjects = grep {/^subject: +/i} (split /\n/, $headers); |
259 | 259 |
|
260 |
die t8("Error while attempting to parse email.\nUID: '#1'\n'#2'\nError reported: '#3'", $new_uid, @subjects[0], $_)
|
|
260 |
die t8("Error while attempting to parse email.\nUID: '#1'\n'#2'\nError reported: '#3'", $new_uid, $subjects[0], $_)
|
|
261 | 261 |
unless $params{skip_broken_mime_mails}; |
262 | 262 |
} |
263 | 263 |
} |
Auch abrufbar als: Unified diff
warnung verhindern