Skip to content

Commit 668d69b

Browse files
committed
Update esr128.rst
1 parent c55f88b commit 668d69b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

changes/esr128.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ messengerUtilities API
114114
======================
115115
* Adding a new API with useful helper functions.
116116
* Added :ref:`messengerUtilities.formatFileSize` to properly format file sizes (for example ``12 bytes`` or ``11,4 GB``).
117-
* Added :ref:`messengerUtilities.parseMailboxString`, to parse a mailbox string containing one or more email addresses (see RFC 5322, section 3.4). For example ``User1 <[email protected]>, User2 <[email protected]>`` will return an array with two :ref:`messengerUtilities.ParsedMailbox` entries, giving access the the ``name`` and ``email`` part of the provided mailbox strings.
117+
* Added :ref:`messengerUtilities.parseMailboxString`, to parse a mailbox string containing one or more email addresses (see RFC 5322, section 3.4). For example ``User1 <[email protected]>, User2 <[email protected]>`` will return an array with two :ref:`messengerUtilities.ParsedMailbox` entries, giving access to the ``name`` and ``email`` part of the provided mailbox strings.
118118

119119
--------------------
120120
Thunderbird 126 Beta
@@ -139,9 +139,9 @@ mailTabs API
139139
============
140140
* Added ``folderMode`` and ``folderModesEnabled`` properties to :ref:`mailTabs.MailTab` and :ref:`mailTabs.MailTabProperties`.
141141

142-
--------------------
143-
Thunderbird 128 Beta
144-
--------------------
142+
---------------------
143+
Thunderbird 128.0 ESR
144+
---------------------
145145

146146
browserAction API
147147
========================
@@ -160,15 +160,15 @@ composeAction API
160160

161161
identities API
162162
==============
163-
* Added :ref:`identities.EncryptionCapabilities`, used in the added `encryptionCapabilities` property of :ref:`identities.MailIdentity`.
163+
* Added :ref:`identities.EncryptionCapabilities`, used in the added ``encryptionCapabilities`` property of :ref:`identities.MailIdentity`.
164164

165165
mailTabs API
166166
============
167167
* Added :ref:`mailTabs.getSelectedFolders` to return the currently selected folders in the folder pane.
168168

169169
menus API
170170
=========
171-
* Added ``selectedFolders`` property to :ref:`menus-OnShown` and :ref:`menus.OnClicked`.
171+
* Added ``selectedFolders`` property to :ref:`menus.OnShown` and :ref:`menus.OnClicked`.
172172

173173
messageDisplayAction API
174174
========================

0 commit comments

Comments
 (0)