-
_Reported by r on 4 Jun 2007 15:47 UTC as Trac ticket #1484420_
If a message claiming "Content-Type: TEXT/PLAIN; charset=US-ASCII" somehow contains a non-ASCII character like a , the message will be …
-
Missed several video MimeTypes in MediaType class:
```
video/x-flv
video/3gpp
video/3gpp2
```
and some audio types:
```
audio/basic
audio/L24
audio/aac
audio/vorbis
audio/x-ms-wma
audio/x-ms-wax
au…
-
When uploading data with MIME type "application/PDF" to https://doccle.e-contract.be/dss-ws we get the following exception:
```
be.e_contract.dssp.client.UnsupportedDocumentTypeException: null
…
-
```
Current logic applies RFC 822 syntax rules when parsing Content-
Disposition email headers. RFC 2183 updates the definition of Content-
Disposition to use RFC 2045 syntax rules. This affects how…
-
- [x] Dump all transactions in the node and store them into archive.org for later retrieval
- [x] Allow the system to accept future backup providers (such as S3)
- [x] Make every community backup to a…
-
Hello I had an issue installing home bridge and the install recommending submitting the bug here
Let me know where I messed up. Thanks!
Pretty new to this stuff, but I do know I have admin pri…
-
I debated opening this up as many issue, but it is likely the answer to all is related, so here goes:
1. Does an LRS reject a Statement which indicates it has attachments (attachment = true) and does…
-
Hi,
For emails with a text/html part it appears that Mail defaults to using 7bit encoding for the text/html part. When encoded is called on this part it does not break up the content into lines of 1…
-
```
Current logic applies RFC 822 syntax rules when parsing Content-
Disposition email headers. RFC 2183 updates the definition of Content-
Disposition to use RFC 2045 syntax rules. This affects how…
-
```
While the Java Mail API provides a content type class, it still has some
drawbacks. Some are that it's not immutable (think constants) and it lacks a
(static) constructor to create one just from…