mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
785 B
JSON
18 lines
785 B
JSON
{
|
|
"name": "Lotus-Notes-Traveler",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "IBM Lotus Notes Traveler is a push email solution providing quick access to email, calendar, address book, journal, and to-do list for Lotus Notes mobile users.",
|
|
"website": "https://www-01.ibm.com/software/lotus/products/notes/traveler.html",
|
|
"matches": [
|
|
{
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:^Basic realm=\"Lotus Notes Traveler \\(([^\\)]+)\\)\"$)"
|
|
},
|
|
{
|
|
"status": 401,
|
|
"text": "<HTML><HEAD><TITLE>Unable to Process Request</TITLE></HEAD><BODY><P>Servlet Status Code: 401</P><P>Servlet Status Message: Unauthorized</P></BODY></HTML>"
|
|
}
|
|
]
|
|
}
|