From 77b5d7ee304a688a2eb115ce04b460b43c0dd700 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 22 May 2016 08:43:54 -0400 Subject: [PATCH] Fix priority icon(s) position --- program/lib/Roundcube/README.md | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/program/lib/Roundcube/README.md b/program/lib/Roundcube/README.md index 06c6f6a..2965cf2 100644 --- a/program/lib/Roundcube/README.md +++ b/program/lib/Roundcube/README.md @@ -23,8 +23,8 @@ one or multiple of the following [PEAR][pear] libraries: - Mail_Mime 1.8.1 or newer -- Mail_mimeDecode 1.5.5 or newer -- Net_SMTP (latest from https://github.com/pear/Net_SMTP/) +- Net_SMTP 1.7.1 or newer +- Net_Socket 1.0.12 or newer - Net_IDNA2 0.1.1 or newer - Auth_SASL 1.0.6 or newer @@ -40,6 +40,7 @@ If you wanna use more complex functionality like IMAP access with database caching or plugins, the rcube singleton helps you loading the necessary files: +```php <?php define('RCUBE_CONFIG_DIR', '<path-to-config-directory>'); @@ -53,7 +54,7 @@ // do cool stuff here... ?> - +``` LICENSE ------- @@ -86,8 +87,8 @@ CONTACT ------- -For any bug reports or feature requests please refer to the tracking system -at [trac.roundcube.net][tracreport] or subscribe to our mailing list. +For bug reports or feature requests please refer to the tracking system +at [Github][githubissues] or subscribe to our mailing list. See [roundcube.net/support][support] for details. You're always welcome to send a message to the project admins: @@ -98,4 +99,4 @@ [gpl]: http://www.gnu.org/licenses/ [license]: http://roundcube.net/license [support]: http://roundcube.net/support -[tracreport]: http://trac.roundcube.net/wiki/Howto_ReportIssues \ No newline at end of file +[githubissues]: https://github.com/roundcube/roundcubemail/issues -- Gitblit v1.9.1