forked from roundcube/roundcubemail
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/roundcube/roundcubemail
* 'master' of https://github.com/roundcube/roundcubemail: (24 commits) Fix recognizing Sent folder on search if current folder has been changed by plugins in meantime CS improvements, _xor() method replaced with an anonymous function Fix style of Save button in password form (larry) Fix so templating system does not mess with external (e.g. email) content (roundcube#5499) Make "Add contact" image/text ignored when copying/selecting recipients in main headers (roundcube#5103) Fix redundant keep-alive/refresh after session error on compose page (roundcube#5500) Icons alignment fix Get rid of "popupmessage" class Warn about too many disclosed recipients in composed email [max_disclosed_recipients] (roundcube#5132) Allow to omit a subject when sending an email (roundcube#5068) identity_select: Support Received header (roundcube#5085) Fix error checking on get_script() result + some CS fixes Fix missing contact ID for contacts from non-sql addressbooks Remove "@Version @package_version@" Removed unused moxieplayer.swf CS fixes, use $this instead of local variable Plugin API: Added get_compose_responses hook (roundcube#5457) Enigma: Support GnuPG 2.1 (roundcube#5313) Better handling of rcube_text_editor.replace()'s input argument, some simplification GnuPG 2.1: Support password prompt on private key import GnuPG 2.1: Support password input on private key export ...
- Loading branch information
Showing
57 changed files
with
464 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
/** | ||
* ACL plugin script | ||
* | ||
* @version @package_version@ | ||
* @author Aleksander Machniak <[email protected]> | ||
*/ | ||
|
||
if (window.rcmail) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
/** | ||
* Folders Access Control Lists Management (RFC4314, RFC2086) | ||
* | ||
* @version @package_version@ | ||
* @author Aleksander Machniak <[email protected]> | ||
* | ||
* Copyright (C) 2011-2012, Kolab Systems AG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
* | ||
* A plugin that reminds a user to attach the files | ||
* | ||
* @version @package_version@ | ||
* @author Thomas Yu - Sian, Liu | ||
* @author Aleksander Machniak <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
* | ||
* @author Ziba Scott <[email protected]> | ||
* @author Aleksander Machniak <[email protected]> | ||
* @version @package_version@ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.