Skip to content

Commit

Permalink
v24.0.2-alpha.34
Browse files Browse the repository at this point in the history
  • Loading branch information
ealib committed Aug 19, 2024
1 parent a9e0951 commit a517444
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 71 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

### Email

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)
Expand All @@ -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).
27 changes: 27 additions & 0 deletions docs/content/changelog/24.0.2-alpha.34-2024-08-19.md
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`
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
+++
title = "24.0.1-alpha.34"
title = "24.0.2-alpha.35"
sort_by = "weight"
weight = 977
weight = 976
+++
{{ pub(version="24.0.1-alpha.34") }}
{{ pub(version="24.0.2-alpha.35") }}

## Added

Expand Down
17 changes: 15 additions & 2 deletions docs/content/reference/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ weight = 200
+++
# APIs implementation status

## v24.0.1-alpha.33 Exports
## v24.0.2-alpha.34 Exports

### Top level (367 symbols)
### Top level (380 symbols)

| Name | ES Type |
|-----:|:-------:|
Expand Down Expand Up @@ -51,15 +51,20 @@ weight = 200
|`MD_ContactPubAllowedSendersCheck`|function|
|`MD_CreateAlias`|function|
|`MD_CreateFileName`|function|
|`MD_CreateIMAPFolder`|function|
|`MD_CreatePublicIMAPFolder`|function|
|`MD_CreateUserIMAPFolder`|function|
|`MD_DecodeIMAPFolderName`|function|
|`MD_DeleteAlias`|function|
|`MD_DeleteAllAliases`|function|
|`MD_DeleteDomain`|function|
|`MD_DeleteGateway`|function|
|`MD_DeleteList`|function|
|`MD_DeleteMessageFile`|function|
|`MD_DeleteMultiPOPItem`|function|
|`MD_DeletePublicIMAPFolder`|function|
|`MD_DeleteRule`|function|
|`MD_DeleteUserIMAPFolder`|function|
|`MD_DocumentCopyDocument`|function|
|`MD_DocumentCopyFileIntoFolder`|function|
|`MD_DocumentDeleteDocument`|function|
Expand All @@ -72,11 +77,13 @@ weight = 200
|`MD_DocumentGetMultipleItems`|function|
|`MD_DocumentRenameDocument`|function|
|`MD_DocumentSetDescription`|function|
|`MD_EncodeIMAPFolderName`|function|
|`MD_EraseAutoResp`|function|
|`MD_ExportAllUsers`|function|
|`MD_FlagReloadUsers`|function|
|`MD_GatewayLicenseFull`|function|
|`MD_GetAccessType`|function|
|`MD_GetAddrBookParms`|function|
|`MD_GetAllowChangeViaEmail`|function|
|`MD_GetAllowIMAPAccess`|function|
|`MD_GetAllowPOPAccess`|function|
Expand Down Expand Up @@ -123,6 +130,8 @@ weight = 200
|`MD_GetGatewayCount`|function|
|`MD_GetGatewayNames`|function|
|`MD_GetHideFromEveryone`|function|
|`MD_GetIMAPFolderList`|function|
|`MD_GetIMAPFolders`|function|
|`MD_GetIsAdmin`|function|
|`MD_GetIsDisabled`|function|
|`MD_GetIsDomainAdmin`|function|
Expand All @@ -146,6 +155,7 @@ weight = 200
|`MD_GetPasswordCreateDate`|function|
|`MD_GetProcessCalendarRequests`|function|
|`MD_GetPruningFlags`|function|
|`MD_GetPublicIMAPFolderPath`|function|
|`MD_GetQuotaCounts`|function|
|`MD_GetRemoteQueues`|function|
|`MD_GetRequireAppPassword`|function|
Expand Down Expand Up @@ -204,6 +214,7 @@ weight = 200
|`MD_ListArchiveCatalog`|function|
|`MD_ListCrackMessage`|function|
|`MD_ListDefaultMode`|function|
|`MD_ListDigestHour`|function|
|`MD_ListDigestMBF`|function|
|`MD_ListEnabled`|function|
|`MD_ListExists`|function|
Expand Down Expand Up @@ -252,6 +263,7 @@ weight = 200
|`MD_RegisterWindow`|function|
|`MD_ReloadUsers`|function|
|`MD_RenameDomain`|function|
|`MD_RenamePublicIMAPFolder`|function|
|`MD_RenameUserFolder`|function|
|`MD_RenameUserIMAPFolder`|function|
|`MD_RuleStringToRuleStruct`|function|
Expand Down Expand Up @@ -308,6 +320,7 @@ weight = 200
|`MD_SetupTicketRules`|function|
|`MD_SpoolMessage`|function|
|`MD_StripSubAddressedPath`|function|
|`MD_SubscribeIMAPFolder`|function|
|`MD_TaskDeleteAllItems`|function|
|`MD_TaskDeleteTaskItem`|function|
|`MD_TaskGetAllItems`|function|
Expand Down
Loading

0 comments on commit a517444

Please sign in to comment.