From: Banana Date: Sun, 23 Feb 2020 19:06:27 +0000 (+0100) Subject: code docu update X-Git-Tag: 2.5_2020-03-21~12 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=2ea63b950c937168f2b2ef42f877cb5696e6f874;p=insipid.git code docu update --- diff --git a/webroot/lib/category.class.php b/webroot/lib/category.class.php index d2a1343..13f9bad 100644 --- a/webroot/lib/category.class.php +++ b/webroot/lib/category.class.php @@ -3,7 +3,7 @@ * Insipid * Personal web-bookmark-system * - * Copyright 2016-2017 Johannes Keßler + * Copyright 2016-2020 Johannes Keßler * * Development starting from 2011: Johannes Keßler * https://www.bananas-playground.net/projekt/insipid/ diff --git a/webroot/lib/simple-imap.class.php b/webroot/lib/simple-imap.class.php index c7d492d..4eef04a 100644 --- a/webroot/lib/simple-imap.class.php +++ b/webroot/lib/simple-imap.class.php @@ -1,7 +1,16 @@ + * * simple IMAP SSL/TLS email connection based on the imap PHP functions * the code supports SSL/TLS and IMAP only *