Mercurial > hg > rc2
comparison program/lib/Roundcube/rcube_message_header.php @ 19:b6a96bdd6b29
More cleaning up php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Wed, 08 Oct 2025 08:50:44 -0400 |
| parents | 1866b439e6d3 |
| children | 73124dd49283 |
comparison
equal
deleted
inserted
replaced
| 18:b631c1c7a3ce | 19:b6a96bdd6b29 |
|---|---|
| 138 * IMAP bodystructure string | 138 * IMAP bodystructure string |
| 139 * | 139 * |
| 140 * @var string | 140 * @var string |
| 141 */ | 141 */ |
| 142 public $bodystructure; | 142 public $bodystructure; |
| 143 | |
| 144 /** | |
| 145 * IMAP structure | |
| 146 * | |
| 147 * @var rcube_message_part | |
| 148 */ | |
| 149 public $structure; | |
| 143 | 150 |
| 144 /** | 151 /** |
| 145 * IMAP internal date | 152 * IMAP internal date |
| 146 * | 153 * |
| 147 * @var string | 154 * @var string |
