Online help for LANMailServer

LANMailServer internal OAuth2 endpoints and parameters
LANMailServer itself provides the capability for an email program or script to authenticate using OAuth2 to retrieve and/or send emails.
In the program settings, the HTTP-API/OAuth2 server must be enabled; otherwise, OAuth2 authentication will not be available.
The documentation assumes that the HTTP-API/OAuth2 server is running on HTTP Port 6080.
All HTTP-GET parameters must be URL-encoded.
If there is no access using the token for 6 months, it will be deleted, and a new browser authentication will be required.
Authorization endpoint, retrieve access code
Example URL
The URL must be accessed in a browser, and the username and password must be entered correctly.
Example Response
The provided redirect_uri is returned with the parameters code= and, if specified, state=<value>.
If errors occur, they are displayed directly in the browser, e.g., parameter_error; client_id doesn't exist or is disabled.
URL | http://localhost:6080/oauth2/auth Data must be transmitted via HTTP-GET.
| ||||||||||||||
Parameters |
|
AccessToken endpoint, exchange code for access token
The exchange must take place within 30 seconds; otherwise, the code will expire.
Example URL
Example Response (JSON)
If errors occur, the parameters error= and error_description= are returned via redirection.
URL | http://localhost:6080/oauth2/token Data must be transmitted via HTTP-POST.
| ||||||||||
Parameters |
|
RefreshToken endpoint, updating access token
Every 60 minutes the access token expires, and a new access token and refresh token must be retrieved using the refresh token.
Example URL
Example Response (JSON)
If errors occur a JSON array with parameters error= and error_description= are returned.
URL | http://localhost:6080/oauth2/token Data must be transmitted via HTTP-POST.
| ||||||||
Parameters |
|
Logout
Example URL
Response
HTTP error 200 will be returned.
If errors occur a JSON array with parameters error= and error_description= are returned.
URL | http://localhost:6080/oauth2/logout Data must be transmitted via HTTP-POST.
| ||
Parameters |
|
Manual last updated: Fri, 4 Apr 2025 10:59:06 +0100
Manual as complete RSS feed: Manual as RSS feed
Manual localized with Microsoft Copilot
Erstellt mit RSSWriter https://www.rsswriter.de