How is the PowerTCP Mail Tool different from the competition?
Dart’s primary design goal is ease-of-use while preserving capability and flexibility, and the Mail Tool is probably the best example of this duality. We do this by segmenting and simplifying the problem into a rich object model that is intuitive, but is only referenced if needed by the developer. For example, the POP3 control dynamically creates a collection of Message objects when it downloads messages. By creating the Message objects, we eliminate your need to understand anything about the how the transfer or decoding took place, and you only need to write enough code to pick out those features of the message that are relevant to your solution.