Introduce MessageDispatcher interface
This allow to move the EWS email dispatcher out of ComposerViewBase to a
concrete implementation of MessageDispatcher. This primarely allow to
write unit tests for ComposerViewBase email composing without having to
implement a mock server as well as making it easier to implement a Graph
API backend in the future.