Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Prepare 0.15.06.03.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jun 3, 2015
1 parent a8bbbfc commit 16b5124
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# 0.15.06.03

* Content-ID must be surrounded by `<` and `>`. (Ivan Enderlin, 2015-05-27T15:05:51+02:00)
* Add quotes around boundary definition. (Ivan Enderlin, 2015-05-27T14:56:37+02:00)
* If attachment' size is unknown, remove it. (Ivan Enderlin, 2015-05-27T11:14:05+02:00)
* List all implemented RFC. (Ivan Enderlin, 2015-05-26T18:00:29+02:00)
* Now we can use encoders in `formatHeaders`. (Ivan Enderlin, 2015-05-26T17:56:17+02:00)
* Add exception numbers. (Ivan Enderlin, 2015-05-26T17:56:11+02:00)
* Implement RFC2047 on encoders. (Ivan Enderlin, 2015-05-26T17:42:26+02:00)
* Text's content encoding is `quoted-printable`. (Ivan Enderlin, 2015-05-26T17:21:04+02:00)
* Start implementing the `QuotedPrintable` encoder. (Ivan Enderlin, 2015-05-26T16:58:56+02:00)
* Rename test cases. (Ivan Enderlin, 2015-05-26T16:58:25+02:00)
* Mention RFC20245 Section 6.8 too. (Ivan Enderlin, 2015-05-26T15:31:43+02:00)
* Use the Base64 encoder. (Ivan Enderlin, 2015-05-26T15:22:24+02:00)
* Add the Base64 encoder. (Ivan Enderlin, 2015-05-26T15:21:51+02:00)
* Fix CS. (Ivan Enderlin, 2015-05-26T12:31:44+02:00)
* Add related contents example. (Ivan Enderlin, 2015-05-26T12:21:01+02:00)
* Attachments set their own size. (Ivan Enderlin, 2015-05-26T12:04:27+02:00)
* Add related contents. (Ivan Enderlin, 2015-05-26T12:03:16+02:00)
* Add the `getId` and `getIdUrl` methods. (Ivan Enderlin, 2015-05-26T12:05:06+02:00)
* Force quotes around `filename` in an attachment. (Ivan Enderlin, 2015-05-26T11:21:28+02:00)
* More tests about the content top-class. (Ivan Enderlin, 2015-05-26T10:50:42+02:00)
* Test the main content class. (Ivan Enderlin, 2015-05-26T10:08:31+02:00)
* Rename the verdict variable to `$result`. (Ivan Enderlin, 2015-05-26T09:21:56+02:00)
* Test alternative content. (Ivan Enderlin, 2015-05-26T09:21:44+02:00)
* More tests for the message content. (Ivan Enderlin, 2015-05-26T09:15:18+02:00)
* Remove an always-true condition. (Ivan Enderlin, 2015-05-26T09:14:47+02:00)
* Test the message content. (Ivan Enderlin, 2015-05-25T21:59:56+02:00)
* `getRecipients` extracts address from `to` header. (Ivan Enderlin, 2015-05-25T21:58:15+02:00)
* `date` header is defined in the constructor. (Ivan Enderlin, 2015-05-25T21:57:07+02:00)
* Test attachment content. (Ivan Enderlin, 2015-05-25T21:25:47+02:00)
* Catch all kind of `Hoa\Mime` exceptions. (Ivan Enderlin, 2015-05-25T21:19:26+02:00)
* Fix CS. (Ivan Enderlin, 2015-05-25T21:07:31+02:00)
* Test HTML content. (Ivan Enderlin, 2015-05-25T20:57:58+02:00)
* Try to extract encoder into `Encoder\*` classes. (Ivan Enderlin, 2015-05-25T20:57:36+02:00)
* Test the text content. (Ivan Enderlin, 2015-05-25T11:35:43+02:00)
* Add RFC2047 as a reference. (Ivan Enderlin, 2015-05-25T11:37:24+02:00)
* Encode text as non-ASCII instead of base64. (Ivan Enderlin, 2015-05-25T11:36:07+02:00)

# 0.15.05.20

* Force MIME type with the constructor. (Ivan Enderlin, 2015-05-20T15:04:16+02:00)
Expand Down

0 comments on commit 16b5124

Please sign in to comment.