-
```
What steps will reproduce the problem?
1. A mail with small attachments (< 2028 bytes)
Around line 405 in MimeMailParser.class.php:
if (($written+$write < $len )) {
I believe it should be:
if ($…
-
```
What steps will reproduce the problem?
1. A mail with small attachments (< 2028 bytes)
Around line 405 in MimeMailParser.class.php:
if (($written+$write < $len )) {
I believe it should be:
if ($…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…
-
```
What steps will reproduce the problem?
1. A mail with small attachments (< 2028 bytes)
Around line 405 in MimeMailParser.class.php:
if (($written+$write < $len )) {
I believe it should be:
if ($…
-
```
What steps will reproduce the problem?
1. A mail with small attachments (< 2028 bytes)
Around line 405 in MimeMailParser.class.php:
if (($written+$write < $len )) {
I believe it should be:
if ($…
-
Make it so that animations can be properly imported from the jma class. Also have compressed animations only import the frames that are actually keyed.