You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce MailAgentInterface and default ezcomponents/mail implementation. This interface will contain all actions on mails (sending, removing, receiving). This interface represents mail agent from a real life, like mutt and Outlook.
Refactor Mailbox and Mail classes to be abstract data containers (Mailbox will be simple collection of Mail objects with some specific methods).
The text was updated successfully, but these errors were encountered:
I suggest do some model refactoring.
By steps:
MailAgentInterface
and default ezcomponents/mail implementation. This interface will contain all actions on mails (sending, removing, receiving). This interface represents mail agent from a real life, like mutt and Outlook.Mailbox
andMail
classes to be abstract data containers (Mailbox
will be simple collection ofMail
objects with some specific methods).The text was updated successfully, but these errors were encountered: