-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
252 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,28 @@ | |
![GitHub issues](https://img.shields.io/github/issues/ealib/node-mdaemon-api) | ||
![npm](https://img.shields.io/npm/dm/node-mdaemon-api) | ||
![Node-API v9 Badge](https://img.shields.io/badge/Node--API-v9-green.svg) | ||
[![Matrix](https://img.shields.io/matrix/mdaemon-ecosystem:matrix.org?label=Matrix%20chat)](https://matrix.to/#/#mdaemon-ecosystem:matrix.org) | ||
|
||
An unofficial MDaemon native APIs binding for Node.js. | ||
|
||
## Contact Options | ||
|
||
Two contact options exist, the primary one being [Matrix](#matrix). These are in addition to | ||
[GitHub issues](https://github.com/ealib/node-mdaemon-api/issues) | ||
for creating a | ||
[new issue](https://github.com/ealib/node-mdaemon-api/issues/new). | ||
|
||
### Matrix | ||
|
||
Community members are invited to join the [Matrix Space](https://matrix.to/#/#mdaemon-ecosystem:matrix.org) which includes | ||
the [Development Room](https://matrix.to/#/#mdaemon-dev:matrix.org) and the | ||
[MDaemon Room](https://matrix.to/#/#mdaemon:matrix.org) and | ||
[Security Gateway Room](https://matrix.to/#/#security-gateway:matrix.org). | ||
|
||
|
||
You can contact me by email via [[email protected]](mailto:[email protected]). | ||
|
||
## Legal disclaimer | ||
|
||
MDaemon® is a trademark of [MDaemon Technologies, Ltd.](https://mdaemon.com/pages/about-us) | ||
|
@@ -23,4 +42,4 @@ Windows™ is a [trademark of Microsoft Corp.](https://www.microsoft.com/en- | |
|
||
## License | ||
|
||
node-mdaemon-api 24.0.1-alpha.33 is [MIT licensed](license.md). | ||
node-mdaemon-api 24.0.2-alpha.34 is [MIT licensed](license.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
+++ | ||
title = "24.0.2-alpha.34" | ||
sort_by = "weight" | ||
weight = 977 | ||
+++ | ||
{{ pub(date="2024-08-19", version="24.0.2-alpha.34") }} | ||
|
||
## Added | ||
|
||
- implemented `MD_CreateIMAPFolder` | ||
- implemented `MD_CreatePublicIMAPFolder` | ||
- implemented `MD_DecodeIMAPFolderName` | ||
- implemented `MD_DeletePublicIMAPFolder` (_unknown_ parameter) | ||
- implemented `MD_DeleteUserIMAPFolder` (_unknown_ parameter) | ||
- implemented `MD_EncodeIMAPFolderName` | ||
- implemented `MD_GetIMAPFolderList` (_unknown_ flags) | ||
- implemented `MD_GetIMAPFolders` | ||
- implemented `MD_GetPublicIMAPFolderPath` | ||
- implemented `MD_GetUserIMAPFolderPath` | ||
- implemented `MD_ListDigestHour` | ||
- implemented `MD_RenamePublicIMAPFolder` | ||
- implemented `MD_SubscribeIMAPFolder` | ||
|
||
## Changed | ||
|
||
- built with [Node v20.16.0 (LTS)](https://nodejs.org/en/blog/release/v20.16.0) headers | ||
- object returned by `MD_GetAddrBookParms` now has type `MdAddrBookParams` |
6 changes: 3 additions & 3 deletions
6
...t/changelog/24.0.1-alpha.34-unreleased.md → ...t/changelog/24.0.2-alpha.35-unreleased.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.