# ELink Open API ## API Docs - Mail APIs [Get Mail List](https://open.elinkmail.net/get-mail-list-441231382e0.md): Get the list of mail accounts accessible by the current open-platform token. This API proxies the remote open-api mail list endpoint. - Mail APIs [Get Mail Detail](https://open.elinkmail.net/get-mail-detail-441231383e0.md): Get detailed mail configuration and automatically sync it to the local database. This API handles open_key_id internally before requesting the backend, so the caller only needs to pass token. Sensitive example fields are masked. - Mail APIs [Sync Mail Config To Local](https://open.elinkmail.net/sync-mail-config-to-local-441231384e0.md): Pull mail configuration from the remote side and save it to the local database. - Mail APIs [Create Mail Config](https://open.elinkmail.net/create-mail-config-441231385e0.md): Proxy the remote open-api mail/create endpoint. Use JSON strings for complex structured fields. In manual + imap/smtp scenarios, password, imap, and smtp are required. - Mail APIs [Update Mail Config](https://open.elinkmail.net/update-mail-config-441231386e0.md): Proxy the remote open-api mail/update endpoint. Use JSON strings for complex structured fields. - Mail APIs [Delete Mail Config](https://open.elinkmail.net/delete-mail-config-441231387e0.md): Proxy the remote open-api mail/delete endpoint and clear the local cache for this mail account. - Proxy APIs [Get Proxy List](https://open.elinkmail.net/get-proxy-list-441231388e0.md): Proxy the remote open-api proxy/list endpoint. - Proxy APIs [Get Proxy Detail](https://open.elinkmail.net/get-proxy-detail-441231389e0.md): Proxy the remote open-api proxy/detail endpoint. - Proxy APIs [Create Proxy](https://open.elinkmail.net/create-proxy-441231390e0.md): Proxy the remote open-api proxy/create endpoint. - Proxy APIs [Update Proxy](https://open.elinkmail.net/update-proxy-441231391e0.md): Proxy the remote open-api proxy/update endpoint. - Proxy APIs [Delete Proxy](https://open.elinkmail.net/delete-proxy-441231392e0.md): Proxy the remote open-api proxy/delete endpoint. - Message APIs [Get Message Folder List](https://open.elinkmail.net/get-message-folder-list-441231393e0.md): Read the folder list from the remote mail server in real time. For subsequent message APIs, prefer using the returned path value as folder_path. - Message APIs [Get Message List](https://open.elinkmail.net/get-message-list-441231394e0.md): Read the message list from the remote mail server in real time. When requesting the next page, pass the previous next_offset back as offset. keyword is mutually exclusive with subject/body/from/to. POP does not support filtering. microsoft_graph does not currently support combining text filters with flagged/seen in the same request. - Message APIs [Get Message Detail](https://open.elinkmail.net/get-message-detail-441231395e0.md): Read a single message detail from the remote mail server in real time. It is recommended to use the path returned by the folder list directly as folder_path. - Message APIs [Send Message](https://open.elinkmail.net/send-message-441231396e0.md): Send a message by connecting directly to the mail server using local mail configuration. - Message APIs [Mark Read Or Unread](https://open.elinkmail.net/mark-read-or-unread-441231397e0.md): Update the read status on the remote mail server in real time. - Message APIs [Move Message To Target Folder](https://open.elinkmail.net/move-message-to-target-folder-441231398e0.md): Update the folder location of messages on the remote mail server in real time. - Message APIs [Mark Starred Or Unstarred](https://open.elinkmail.net/mark-starred-or-unstarred-441289034e0.md): Update the flagged status on the remote mail server in real time.