Details
Details
Processed some mail locally. The testing on this is still pretty flimsy, but I plan to solidify it in an upcoming change.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/metamta/storage/PhabricatorMetaMTAMail.php | ||
---|---|---|
485 | This works because we don't invoke validateOptions() before invoking setOptions(), right? |
src/applications/metamta/storage/PhabricatorMetaMTAMail.php | ||
---|---|---|
485 | The top-level shared stuff (key, type, priority) is a level above options. setOptions() will validate options, but "options" only has mailer-specifc stuff (api key, domain, username, etc.), not shared stuff. |