tpitale / mail_room

Forward mail from gmail IMAP to a callback URL or job worker, simply.
MIT License
193 stars 51 forks source link

fix postback username and password to delivery_username and delivery_… #141

Closed clairton closed 2 years ago

clairton commented 2 years ago

…password as doc

tpitale commented 2 years ago

@clairton Would you mind also fixing the README? It should have been username. That's my fault.

clairton commented 2 years ago

At the doc delivery_username and in code username, with this PR works with two. What is correct?

tpitale commented 2 years ago

Since it has been published already as delivery_username the code needs to support it, which you've done. This way the code will work regardless of the case.

But, the docs in README should say username and password.

clairton commented 2 years ago

Hi @tpitale, done =)

tpitale commented 2 years ago

Thank you!