Email Server LANMailServer

IMAP, POP3, and SMTP for Local Networks with Autoresponder and Email Distribution Groups

 

Online help for LANMailServer

Email Server for Local Networks POP3 IMAP4 IMAP with Autoresponder, SMTP Relay Server, Email Distribution Groups, OAuth2 Support
 
 

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.

 

 

URLhttp://localhost:6080/oauth2/auth

Data must be transmitted via HTTP-GET.

 

Parameters 
client_idMandatory field, information from the local email account under OAuth2 Clients

 

scope 

Mandatory field, case sensitivity must be observed. Values must be separated by spaces.

 

IMAP.AccessAsUser.All - Access to IMAP4 server allowed

POP.AccessAsUser.All - Access to POP3 server allowed

SMTP.Send - Access via SMTP allowed

offline_access - A refresh token is sent; this is standard.

 

access_typeOptional field

Value: online or offline

This corresponds to the scope offline_access

 

response_typeMandatory field; must be set to code.

 

stateOptional; a custom parameter can be passed. This parameter can be used to increase security.

 

redirect_uriMandatory field; specify a custom redirect URL. The URL must start with http:// or https://, and your program/email program must evaluate this. A code is transmitted that can be exchanged for an access token.

 

login_hintOptional; a username/email address can be passed. If a local account exists, this information will be prefilled in the browser login form.

 

 

 

 

 

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.

 

URLhttp://localhost:6080/oauth2/token

Data must be transmitted via HTTP-POST.

 

Parameters 
client_idMandatory field, information from the local email account under OAuth2 Clients

 

client_secretMandatory field, information from the local email account under OAuth2 Clients

 

codeMandatory field, retrieved code.

 

redirect_uriMandatory field, specify a custom redirect URL. The URL must start with http:// or https://, and your program/email program must evaluate this.  A code is transmitted, which can be exchanged for an access token.

 

grant_typeMandatory field, authorization_code must be passed.

 

 

 

 

 

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.

 

URLhttp://localhost:6080/oauth2/token

Data must be transmitted via HTTP-POST.

 

Parameters 
client_idMandatory field, information from the local email account under OAuth2 Clients

 

client_secretMandatory field, information from the local email account under OAuth2 Clients

 

refresh_tokenMandatory field, submission of the refresh token.

 

grant_typeMandatory field; refresh_token must be passed.

 

 

 

 

 

 

Logout

 

Example URL

 

Response

HTTP error 200 will be returned.

 

If errors occur a JSON array with parameters error= and error_description= are returned.

 

URLhttp://localhost:6080/oauth2/logout

Data must be transmitted via HTTP-POST.

 

Parameters 
tokenMandatory field; submission of the refresh token or access token.

 

 

 

 

 

 

 

 

 

 

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