Skip to content

ytnobody/azure-functions-sisimai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-functions-sisimai

The Sisimai running on the Azure Functions

Deploy to Azure

image

SYNOPSIS

  1. Check the https endpoint url for function, and copy it.

  2. Check the path of your mailbox file. Maildir is not supported.

  3. Send a POST request to endpoint url with curl as followings.

ENDPOINT_URL="https://yourfuncname.azurewebsites.net/api/sisimai?code=..."
curl -X POST \
     -H "Content-Type: text/plain" \
     --data-binary @path/to/mailbox \
     $ENDPOINT_URL

SEE ALSO

About

The Sisimai running on the Azure Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages