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
- Branch
- mailer6
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 19363 Build 26180: Run Core Tests Build 26179: arc lint + arc unit
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. |