MISP/app/Model
iglocska 3431d2cc0d Rework of the e-mailing, part 1
- Reworking the way e-mails are sent - all of it goes through a centralised e-mail method
- just pass the recipient, recipient encryption key collection, body, alternate body if the message cannot be encrypted, subject, reply to address and pgp key for reply to along and the method will do the rest

- encrypt if possible, check if sending without encryption is allowed, signing, adding attachment for reply to encryption key, using alternate sanitised body if it is enforced for accounts that cannot use encryption is all done in one place

- easy to maintain and expand with future changes (such as the S/MIME pull request on github)
2015-05-25 17:18:39 +02:00
..
Behavior
Datasource
AppModel.php
Attribute.php Security fix 2015-03-10 10:58:15 +01:00
Bruteforce.php
Dns.php
Event.php Rework of the e-mailing, part 1 2015-05-25 17:18:39 +02:00
EventTag.php
Job.php
Log.php
Post.php Merge branch 'unencrypted' into hotfix-2.3.69 2015-05-25 10:25:25 +02:00
Regexp.php
Role.php
Server.php Rework of the e-mailing, part 1 2015-05-25 17:18:39 +02:00
ShadowAttribute.php Security fix 2015-03-10 10:58:15 +01:00
Tag.php
Task.php
Template.php
TemplateElement.php
TemplateElementAttribute.php
TemplateElementFile.php
TemplateElementText.php
TemplateTag.php
Thread.php
ThreatLevel.php
User.php Rework of the e-mailing, part 1 2015-05-25 17:18:39 +02:00
Whitelist.php