Skip to content

Commit 6b8ef85

Browse files
committed
Release information added
1 parent c00d9db commit 6b8ef85

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

CHANGELOG.md

+29-15
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9-
- Fix case sensitivity of Folder attribute parsing (\NoSelect, \NoInferiors) #469 (thanks @smajti1)
9+
- NaN
1010

1111
### Added
12-
- SSL stream context options added #238 #546 (thanks @llemoine)
12+
- NaN
1313

1414
### Breaking changes
1515
- NaN
1616

17+
## [6.2.0] - 2025-04-25
18+
### Fixed
19+
- When using the chunk function, some messages do not have an element with index 0 #552 #553 (thanks @zeddmaster)
20+
- Get folders list in hierarchical order #560 #561 (thanks @rskrzypczak)
21+
- Fix remaining implicit marking of parameters as nullable (PHP 8.4) #566 (thanks @steffenweber)
22+
- Fix case sensitivity of folder attribute parsing (\NoSelect, \NoInferiors) #469 #571 (thanks @smajti1)
23+
- Fix error on getUid(null) with 0 results (#499) #573 (thanks @pierement)
24+
- Fix Date parsing on non-standard format from Aqua Mail #574 #575 (thanks @lm-cmxkonzepte)
25+
26+
### Added
27+
- SSL stream context options added #238 #546 (thanks @llemoine)
28+
- Support copy/move Message with utf7 folder path #559 (thanks @loc4l)
29+
- Public `Query::search()` method #565 (Thanks @madbob)
30+
1731
## [6.1.0] - 2025-01-19
1832
### Fixed
1933
- Filename sanitization is now optional (enabled via default)
@@ -65,12 +79,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6579
- `Attachment::setConfig` now expects the client configuration instead of the fetching options configuration. Please use `$attachment->setOptions` instead.
6680
- `Header::setConfig` now expects the client configuration instead of the fetching options configuration. Please use `$header->setOptions` instead.
6781
- All protocol constructors now require a `Config::class` instance
68-
- The `Client::class` constructor now require a `Config::class` instance
69-
- The `Part::class` constructor now require a `Config::class` instance
70-
- The `Header::class` constructor now require a `Config::class` instance
71-
- The `Message::fromFile` method now requires a `Config::class` instance
72-
- The `Message::fromString` method now requires a `Config::class` instance
73-
- The `Message::boot` method now requires a `Config::class` instance
82+
- The `Client::class` constructor now require a `Config::class` instance
83+
- The `Part::class` constructor now require a `Config::class` instance
84+
- The `Header::class` constructor now require a `Config::class` instance
85+
- The `Message::fromFile` method now requires a `Config::class` instance
86+
- The `Message::fromString` method now requires a `Config::class` instance
87+
- The `Message::boot` method now requires a `Config::class` instance
7488
- The `Message::decode` method has been removed. Use `Message::getDecoder()->decode($str)` instead.
7589
- The `Message::getEncoding` method has been removed. Use `Message::getDecoder()->getEncoding($str)` instead.
7690
- The `Message::convertEncoding` method has been removed. Use `Message::getDecoder()->convertEncoding()` instead.
@@ -366,7 +380,7 @@ If you have any questions, please feel welcome to join this issue: https://githu
366380
- Extend date parsing error message #173
367381
- Fixed 'Where' method replaces the content with uppercase #148
368382
- Don't surround numeric search values with quotes
369-
- Context added to `InvalidWhereQueryCriteriaException`
383+
- Context added to `InvalidWhereQueryCriteriaException`
370384
- Redundant `stream_set_timeout()` removed
371385

372386
### Added
@@ -537,7 +551,7 @@ If you have any questions, please feel welcome to join this issue: https://githu
537551
- Alias `Message::removeFlag()` for `Message::unsetFlag()` added
538552
- Alias `Message::flags()` for `Message::getFlags()` added
539553
- New Exception `MessageFlagException::class` added
540-
- New method `Message::setSequenceId($id)` added
554+
- New method `Message::setSequenceId($id)` added
541555
- Optional Header attributizion option added
542556

543557
### Affected Classes
@@ -549,7 +563,7 @@ If you have any questions, please feel welcome to join this issue: https://githu
549563
- [Attribute::class](src/Attribute.php)
550564

551565
### Breaking changes
552-
- Stringified message headers are now separated by ", " instead of " ".
566+
- Stringified message headers are now separated by ", " instead of " ".
553567
- All message header values such as subject, message_id, from, to, etc now consists of an `Àttribute::class` instance (should behave the same way as before, but might cause some problem in certain edge cases)
554568
- The formal address object "from", "to", etc now consists of an `Address::class` instance (should behave the same way as before, but might cause some problem in certain edge cases)
555569
- When fetching or manipulating message flags a `MessageFlagException::class` exception can be thrown if a runtime error occurs
@@ -559,12 +573,12 @@ If you have any questions, please feel welcome to join this issue: https://githu
559573

560574
## [2.3.1] - 2020-12-30
561575
### Fixed
562-
- Missing RFC attributes added
576+
- Missing RFC attributes added
563577
- Set the message sequence when idling
564578
- Missing UID commands added #64
565579

566580
### Added
567-
- Get a message by its message number
581+
- Get a message by its message number
568582
- Get a message by its uid #72 #66 #63
569583

570584
### Affected Classes
@@ -585,7 +599,7 @@ If you have any questions, please feel welcome to join this issue: https://githu
585599
- `Message::getTextBody()` fallback value fixed
586600

587601
### Added
588-
- Proxy support added
602+
- Proxy support added
589603
- Flexible disposition support added #58
590604
- New `options.message_key` option `uid` added
591605
- Protocol UID support added
@@ -919,7 +933,7 @@ If you have any questions, please feel welcome to join this issue: https://githu
919933
- Imap client timeout can be modified and read #186
920934
- Decoder config options added #175
921935
- Message search criteria "NOT" added #181
922-
- Invalid message date exception added
936+
- Invalid message date exception added
923937
- Blade examples
924938

925939
### Breaking changes

0 commit comments

Comments
 (0)