Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Fixed test_mailbox.py
|
|
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The latest changes on the platform caused the user agent to be
unable to download the smtp client certificate, receiving a 401 in
response. I added the authorization header to the call on the user
agent so that is fixed.
|
|
|
|
|
|
|
|
Adapted to run on current application module
|
|
It was used only to retrieve encryption key. This should be done by who
is using it.
|
|
- accidentally removed in previous commit
|
|
|
|
|
|
otherwise
|
|
We removed app factory and moved root resource
initialization to application.py
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|