Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refatorar aws_ses #8

Open
4 tasks
mdbs99 opened this issue Apr 11, 2016 · 1 comment
Open
4 tasks

Refatorar aws_ses #8

mdbs99 opened this issue Apr 11, 2016 · 1 comment
Assignees

Comments

@mdbs99
Copy link
Owner

mdbs99 commented Apr 11, 2016

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 mdbs99 self-assigned this Apr 11, 2016
@mdbs99
Copy link
Owner Author

mdbs99 commented Apr 17, 2016

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant