mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Stylite AG --> EGroupware GmbH
This commit is contained in:
parent
16d8d8dc35
commit
a41f78381c
@ -3,8 +3,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @author Ralf Becker <rb@stylite.de>
|
* @author Ralf Becker <rb@egroupware.org>
|
||||||
* @copyright (c) 2016 by Ralf Becker <rb@stylite.de>
|
* @copyright (c) 2016 by Ralf Becker <rb@egroupware.org>
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ module.exports = function (grunt) {
|
|||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
uglify: {
|
uglify: {
|
||||||
options: {
|
options: {
|
||||||
banner: "/*!\n * EGroupware (http://www.egroupware.org/) minified Javascript\n *\n * full sources are available under https://svn.stylite.de/viewvc/egroupware/\n *\n * build <%= grunt.template.today() %>\n */\n",
|
banner: "/*!\n * EGroupware (http://www.egroupware.org/) minified Javascript\n *\n * full sources are available under https://github.com/EGroupware/egroupware/\n *\n * build <%= grunt.template.today() %>\n */\n",
|
||||||
mangle: false,
|
mangle: false,
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
screwIE8: true
|
screwIE8: true
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Hadi Nategh [hn@stylite.de]
|
* @author Hadi Nategh [hn@egroupware.org]
|
||||||
* @copyright (c) 2013-16 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2013-2016 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-2016 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2013-2016 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-2016 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -1182,7 +1182,7 @@ class mail_compose
|
|||||||
unset($account);
|
unset($account);
|
||||||
}
|
}
|
||||||
|
|
||||||
//$content['bcc'] = array('kl@stylite.de','kl@leithoff.net');
|
//$content['bcc'] = array('kl@egroupware.org','kl@leithoff.net');
|
||||||
// address stuff like from, to, cc, replyto
|
// address stuff like from, to, cc, replyto
|
||||||
$destinationRows = 0;
|
$destinationRows = 0;
|
||||||
foreach(self::$destinations as $destination) {
|
foreach(self::$destinations as $destination) {
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2013-16 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Hadi Nategh [hn@stylite.de]
|
* @author Hadi Nategh [hn@egroupware.org]
|
||||||
* @copyright (c) 2015-16 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2015-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id:$
|
* @version $Id:$
|
||||||
*/
|
*/
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Hadi Nategh [hn@stylite.de]
|
* @author Hadi Nategh [hn@egroupware.org]
|
||||||
* @copyright (c) 2013-16 by Hadi Nategh <hn-AT-stylite.de>
|
* @copyright (c) 2013-16 by Hadi Nategh <hn-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -711,7 +711,7 @@ class mail_sieve
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Strip personal part from rfc822 addresses: "Ralf Becker <rb@stylite.de>" --> rb@stylite.de
|
* Strip personal part from rfc822 addresses: "Ralf Becker <rb@egroupware.org>" --> rb@egroupware.org
|
||||||
*
|
*
|
||||||
* Sieve only allows email-addresses, without angle brakets and personal parts.
|
* Sieve only allows email-addresses, without angle brakets and personal parts.
|
||||||
*
|
*
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Hadi Nategh [hn@stylite.de]
|
* @author Hadi Nategh [hn@egroupware.org]
|
||||||
* @copyright (c) 2015-16 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2015-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id:$
|
* @version $Id:$
|
||||||
*/
|
*/
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2013-2016 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-2016 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
/**
|
/**
|
||||||
* EGroupware Mail: Wizard to create mail accounts
|
* EGroupware Mail: Wizard to create mail accounts
|
||||||
*
|
*
|
||||||
* @link http://www.stylite.de
|
* @link http://www.egroupware.org
|
||||||
* @package emailadmin
|
* @package emailadmin
|
||||||
* @author Ralf Becker <rb@stylite.de>
|
* @author Ralf Becker <rb@egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @author Ralf Becker <rb@stylite.de>
|
* @author Ralf Becker <rb@egroupware.org>
|
||||||
* @author Philip Herbert <philip@knauber.de>
|
* @author Philip Herbert <philip@knauber.de>
|
||||||
* @copyright (c) 2014-16 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2014-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @copyright (c) 2013-2014 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-2016 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
* mail - static javaScript functions
|
* mail - static javaScript functions
|
||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2013-2014 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-2014 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @package mail
|
* @package mail
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
@ -5023,7 +5023,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
* dialog to give user a choice to which entry of selected app the compose
|
* dialog to give user a choice to which entry of selected app the compose
|
||||||
* should be integereated.
|
* should be integereated.
|
||||||
* @param {int|boolean} _integIndex
|
* @param {int|boolean} _integIndex
|
||||||
*
|
*
|
||||||
* @returns {Boolean} return true if to_tracker is checked otherwise false
|
* @returns {Boolean} return true if to_tracker is checked otherwise false
|
||||||
*/
|
*/
|
||||||
compose_integrate_submit: function (_integIndex)
|
compose_integrate_submit: function (_integIndex)
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
* mail - handle mailto and other links in preview
|
* mail - handle mailto and other links in preview
|
||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2014 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2014 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @package mail
|
* @package mail
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @subpackage setup
|
* @subpackage setup
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2014-16 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2014-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @subpackage setup
|
* @subpackage setup
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2013-16 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013-16 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -19,11 +19,11 @@ $setup_info['mail']['enable'] = 1;
|
|||||||
$setup_info['mail']['index'] = 'mail.mail_ui.index&ajax=true';
|
$setup_info['mail']['index'] = 'mail.mail_ui.index&ajax=true';
|
||||||
$setup_info['mail']['autoinstall'] = true; // install automatically on update
|
$setup_info['mail']['autoinstall'] = true; // install automatically on update
|
||||||
|
|
||||||
$setup_info['mail']['author'] = 'Stylite AG';
|
$setup_info['mail']['author'] = 'EGroupware GmbH';
|
||||||
$setup_info['mail']['license'] = 'GPL';
|
$setup_info['mail']['license'] = 'GPL';
|
||||||
$setup_info['mail']['description'] = 'IMAP client for EGroupware';
|
$setup_info['mail']['description'] = 'IMAP client for EGroupware';
|
||||||
$setup_info['mail']['maintainer'] = 'Stylite AG';
|
$setup_info['mail']['maintainer'] = 'EGroupware GmbH';
|
||||||
$setup_info['mail']['maintainer_email'] = 'info@stylite.de';
|
$setup_info['mail']['maintainer_email'] = 'info@egroupware.org';
|
||||||
|
|
||||||
$setup_info['mail']['tables'] = array(); // former felamimail tables are used by mail_sopreferences
|
$setup_info['mail']['tables'] = array(); // former felamimail tables are used by mail_sopreferences
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package mail
|
* @package mail
|
||||||
* @subpackage setup
|
* @subpackage setup
|
||||||
* @author Stylite AG [info@stylite.de]
|
* @author EGroupware GmbH [info@egroupware.org]
|
||||||
* @copyright (c) 2013 by Stylite AG <info-AT-stylite.de>
|
* @copyright (c) 2013 by EGroupware GmbH <info-AT-egroupware.org>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* Pixleegg Template app.css
|
* Pixleegg Template app.css
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @author Hadi Nategh <hn@stylite.de>
|
* @author Hadi Nategh <hn@egroupware.org>
|
||||||
* @package Mail
|
* @package Mail
|
||||||
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
||||||
*/
|
*/
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* Pixleegg Template app.css
|
* Pixleegg Template app.css
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @author Hadi Nategh <hn@stylite.de>
|
* @author Hadi Nategh <hn@egroupware.org>
|
||||||
* @package Mail
|
* @package Mail
|
||||||
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user