From 2ea63b950c937168f2b2ef42f877cb5696e6f874 Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 23 Feb 2020 20:06:27 +0100 Subject: [PATCH] code docu update --- webroot/lib/category.class.php | 2 +- webroot/lib/simple-imap.class.php | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 * -- 2.39.5