Skip to content

Commit

Permalink
add local search
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt committed Jan 27, 2025
1 parent fd1563f commit 0022e30
Show file tree
Hide file tree
Showing 4 changed files with 747 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/in-depth/protocol-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ If a messages is downloaded by a client this message gets marked as _Seen_

If a messages is deleted by a client this message gets marked as Seen and moved to Trash folder

# Message filtering
## Message filtering

WildDuck has built-in message filtering. This is somewhat similar to Sieve even though the filters are not scripts.

Filters can be managed via the [WildDuck API](https://docs.wildduck.email/api).

# IMAP Protocol Differences
## IMAP Protocol Differences

This is a list of known differences from the IMAP specification. Listed differences are either intentional or are bugs that became features.

Expand All @@ -97,6 +97,6 @@ This is a list of known differences from the IMAP specification. Listed differen

Any other differences are most probably real bugs and unintentional.

# Other Differences
## Other Differences

1. Messages retrieved from WildDuck might not be exact copies of messages that were initially stored. This mostly affects base64 encoded attachments and content in multipart mime nodes (eg. text like "This is a multi-part message in MIME format.")
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ const config: Config = {
hideSendButton: true
} satisfies OpenApiPlugin.Options,
} satisfies Plugin.PluginOptions,
},
}
],
require.resolve('docusaurus-lunr-search')
],

themes: ["docusaurus-theme-openapi-docs"],
};

Expand Down
Loading

0 comments on commit 0022e30

Please sign in to comment.