aws icon indicating copy to clipboard operation
aws copied to clipboard

Refatorar aws_ses

Open mdbs99 opened this issue 8 years ago • 1 comments

Definir novas interfaces e classes para o módulo aws_ses.

  • [ ] 1. Remover ISESRegion e ISESObject;
  • [ ] 2. Refatorar ISESObjects;
  • [ ] 3. Refatorar TSESMessage (desmembrar em várias classes);
  • [ ] 4. Remover sAWS_SES_URL;

mdbs99 avatar Apr 11 '16 15:04 mdbs99

Ideias para novas Interfaces:

ISESAddressee

  • Name: string
  • EMail: string

ISESAddressees

  • Add(Addressee: ISESAddressee)
  • Item(Index: Integer)
  • Count: Integer

ISESMessage

  • From(Addressee: ISESAddressee)
  • Subject(S: string)
  • Body(Stream: IAWSStream)

ISESPostman

  • Deliver(Message: ISESMessage; Addressees: ISESAddressees)

mdbs99 avatar Apr 17 '16 11:04 mdbs99