0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-13 04:53:21 +00:00
Commit graph

24 commits

Author SHA1 Message Date
Clemente Raposo
2524e55359 Fix - Add Imap2Handler to use imap2 lib
- Add Imap2Handler
- Update ImapHandlerFactory to be able to choose between both handlers
- Update InboundEmail to choose the handler based on the configuration
2022-12-12 13:13:45 +00:00
j.dang
1c83d82a60 Replace explicit bean instantiations in files 281 - 290
- File: '... /modules/Administration/UpgradeFields.php'

   - Replaced 1 occurrence(s) of 'new DynamicField()'

- File: '... /modules/Administration/updater_utils.php'

   - Replaced 8 occurrence(s) of 'new Administration()'

- File: '... /modules/Administration/RebuildSchedulers.php'

   - Replaced 1 occurrence(s) of 'new Scheduler()'

- File: '... /modules/Administration/PasswordManager.php'

   - Replaced 1 occurrence(s) of 'new Administration()'

   - Replaced 1 occurrence(s) of 'new InboundEmail()'

- File: '... /modules/Administration/RepairIE.php'

   - Replaced 1 occurrence(s) of 'new InboundEmail()'

- File: '... /modules/Administration/RebuildRelationship.php'

   - Replaced 1 occurrence(s) of 'new Relationship()'

- File: '... /modules/Administration/DisplayWarnings.php'

   - Replaced 1 occurrence(s) of 'new Administration()'

- File: '... /modules/Administration/RepairActivities.php'

   - Replaced 3 occurrence(s) of 'new Call()'

   - Replaced 1 occurrence(s) of 'new Meeting()'

- File: '... /modules/Administration/RepairIndex.php'

   - Replaced 1 occurrence(s) of 'new Account()'

- File: '... /modules/Administration/Save.php'

   - Replaced 1 occurrence(s) of 'new Administration()'
2020-01-22 13:51:19 +00:00
Dillon-Brown
d7ac85c772 Binary-unsafe 'fopen(...)' usage 2019-08-05 16:27:11 +01:00
Ross Moroney
afcf55ff85
Merge pull request from Dillon-Brown/style
PSR-2
2019-07-11 12:44:33 +01:00
Dillon-Brown
8eb9dbf1c2 PSR-2 2019-07-04 17:06:34 +01:00
604media
1c14d1ca19 Fixed - Unable to set Minimum Password Length in Password Management 2019-06-18 17:38:07 +05:30
a.nicolson
ed026ab4b8 Now....Resolved blank screen on PasswordManager 2018-12-21 11:46:41 +00:00
a.nicolson
6f6b8a2bb9 Resolved blank screen on PasswordManager 2018-12-21 10:25:45 +00:00
Gyula Madarasz
34dd6bbfbd imap refact: admin/pwd man 2018-10-15 12:03:53 +01:00
Dillon-Brown
6745e82ba0 indentation_type 2018-07-19 11:46:25 +01:00
Dillon-Brown
68f69400bc braces 2018-07-12 11:40:27 +01:00
Daniel Samson
8f6a13c924 Code review - Reformatting files to meet PSR-2 2018-03-13 13:18:04 +00:00
Daniel Samson
0b22dca705 replacing mbcryp_cbc with openssl_encrypt for SOAP key over LDAP
mycrypt is fully deprecated as of PHP 7.1. It will no longer be
available in future versions of PHP. This change, ensures that the
soap calls continue to work.
2018-03-12 13:49:30 +00:00
Dillon Brown
8f2ad588d9 Merge branch 'hotfix' into develop
# Conflicts:
#	data/SugarBean.php
#	include/ListView/ListView.php
#	include/ListView/ListViewSmarty.php
#	include/SugarPHPMailer.php
#	install/install_utils.php
#	modules/Administration/PasswordManager.php
#	modules/Administration/UpgradeAccess.php
#	modules/Contacts/Contact.php
#	modules/SecurityGroups/SecurityGroup.php
#	themes/Suite7/css/colourSelector.php
#	themes/Suite7/css/style.css
#	themes/SuiteP/css/listview.scss
#	themes/SuiteR/css/style.css
2018-02-14 17:43:21 +00:00
p.ernst
c78bdbabac Remove dead code 2018-02-09 12:55:31 +00:00
Gyula Madarasz
4e1707b714 fixing pwd settings save on admin page 2018-01-25 10:43:32 +00:00
Matt Lorimer
8bf6968276 Update License 2018-01-19 13:22:30 +00:00
Gyula Madarasz
e7b2bda92c code cleanup 2017-11-27 14:05:46 +00:00
Gyula Madarasz
08fd16f7d2 adding more validation to factor email 2017-11-27 13:53:14 +00:00
Gyula Madarasz
e37ac4503c finalize fixes after merges 2017-11-14 14:53:51 +00:00
Gyula Madarasz
ff9f6a1cd0 code email sending and email template 2017-11-14 13:04:06 +00:00
Matthew
b533ad20e5 Updated Script header 2014-07-07 16:33:41 +01:00
Matthew
eddc2e4513 fixed recaptcha api url 2014-03-18 13:32:00 +00:00
Matthew
8e51b0e900 initial commit 2013-09-23 20:30:44 +01:00