Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Mar 7, 2019
1 parent 3199644 commit f4748a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Kanboard IMAP User Authentication Plugin
========================================
IMAP User Authentication Plugin for Kanboard
============================================

Login to Kanboard using your IMAP credentials

Expand All @@ -13,7 +13,7 @@ Requirements
------------

- Kanboard >= 1.2.8
- PHP IMAP plugin
- PHP IMAP module

Installation
------------
Expand Down Expand Up @@ -59,6 +59,11 @@ Some example IMAP Server settings:

Where *imap.example.org* is your IMAP server.

**NOTE:** For version 1.0.0 of this plugin, the IMAP Server field was
known as Mailbox, and its value must be enclosed in curly braces;
e.g., `{Imap.example.org:143/imap/tls}`. For later versions, the curly
braces are optional.

**IMPORTANT:** If your IMAP TLS certificate is invalid, then disable
certificate validation by adding `/novalidate-cert` to the IMAP Server setting.

Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release Notes for plugin-imap-user-auth
## Release Notes -- IMAP User Authentication Plugin for Kanboard

### v1.0.2

Expand Down

0 comments on commit f4748a3

Please sign in to comment.