-
```
What steps will reproduce the problem?
* Parse a message with a header (i.e. subject line) encoded according to
RFC2047
What is the expected output? What do you see instead?
* Expected output is …
-
I tried following the recipe over on issue #90, and this is what I got:
```
$ npm install
> canvas@1.6.0 install /home/trasig/temp/audiogram/node_modules/canvas
> node-gyp rebuild
Package p…
-
This piece of code:
var fs = require('fs');
PdfDocument = require('pdfkit');
var doc = new PdfDocument();
doc.text('asdf');
doc.image('./rid12.png',0,0);
doc.pipe(fs.createWriteStream('./test1.pdf')…
-
Probably maildir
-
- [x] This is actually a bug report.
- [ ] I am not getting good LLM Results
- [ ] I have tried asking for help in the community on discord or discussions and have not received a response.
- [x] I …
-
Hello,
Experimenting with JMAP, I could make it segfault. I did it by geeding to Email/get (create operation) an email object I got using Email/get (after I removed the properties: id, blobId, th…
-
```
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. 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 ($…