@a-lurker said in openLuup email server:
To keep things so they are more likely to work, it's suggested the email address should be totally case insensitive regardless.
Yes. I see from the ource code comments tht eraly-on I removed address wrapping to lower case. It's an easy change, but I'm going to find out why I did that in the first place, before reverting.
@a-lurker said in openLuup email server:
Is it your preference to leave the saved files in the raw mode or would you consider translating the base64 text in the openLuup code base?
Don't see why not. Again, I need to dig in to see why that isn't working out of the box. There's plenty Base64 decoding going on within the server anyway.
@a-lurker said in openLuup email server:
On a side note, does the reception of an email by openLuup generate some sort of trigger that can be watched.
Your best bet would surely be to register a callback handler to listen for messages on a specific address?
I have another big project ongoing with some sort of a deadline at the start of December, so I'll need to leave things until then before I can get back to this code.
Thanks again for your documentation efforts. I did say I would provide a link from the openLuup app... perhaps in the footer, like there is for the forum?