Fixed divider before text part with filename
This commit is contained in:
parent
8ce78408c2
commit
b9803ece19
1 changed files with 1 additions and 1 deletions
|
@ -1853,9 +1853,9 @@ public class MimeUtility {
|
|||
}
|
||||
text.append(FILENAME_PREFIX);
|
||||
text.append(filename);
|
||||
text.append(FILENAME_SUFFIX);
|
||||
text.append(TEXT_DIVIDER.substring(0, TEXT_DIVIDER_LENGTH -
|
||||
FILENAME_PREFIX_LENGTH - filename.length() - FILENAME_SUFFIX_LENGTH));
|
||||
text.append(' ');
|
||||
} else {
|
||||
text.append(TEXT_DIVIDER);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue