Age | Commit message (Collapse) | Author |
|
- Created the replier component to generate the reply dict for the
email. This was needed to decouple the InputMail from the need to know
who is the logged user.
|
|
This is needed for protecting against concurrent saves on drafts.
--Issue #512
|
|
As delete_mail checks for mail_id there will be no more need to create
errors.
--Issue #512
|
|
|
|
That way we don't need extra logic for the welcome
mail, we just have to read the file and send the contents
to the input mail parser and that's it.
Also moved the logic of adding a welcome mail to the mailboxes
because it has knowledge of mailbox methods anyways.
|
|
|
|
|