Closed tachtler closed 5 years ago
BugFix: MessageModificationServiceImpl.replaceBody do not calculate the right size, if a body size is between 65536 and 131070.
The calculated length must always be lessened by the actual offset.
The actual fix will be little different, but in any case thank you for your work and suggested patch.
BugFix: MessageModificationServiceImpl.replaceBody do not calculate the right size, if a body size is between 65536 and 131070.
The calculated length must always be lessened by the actual offset.