Wassilios Lytras
Wassilios Lytras
I have been able to exchange messages with most platforms, but there may be limitations on one or the other - but settings usually made things work. Limitations I have...
Currently I don't see that this is possible. Can you share some thoughts on how this should be implemented ? My assumption is that: * an Organization would have another...
This is first PR of series. Will add next ones when this on is merged.
Most probably this is related to this: https://github.com/abhishek-ram/pyas2-lib/issues/47 I did fix it in my fork temporarily but did not have time yet to make PR here.
The second option seem also to be used in other AS2 solutions and I feel it is more user friendly. I will proceed in that way and hope you will...
Just some thoughts/questions: The application that generates the file to be sent, could that one also create an additional file containing the headers? Then we could extend to read the...
Now covered in PR #65
Hello @osvaldo35 It seems that you passed a string object which it seems in oscrypto will be used to open files. When using bytes, it will use bytes... (at least...
You may use default Django Logging as well if you want to use system mail managers - maybe something like this ? ``` LOGGING = { 'version': 1, 'disable_existing_loggers': False,...
Not an issue for me - I have both HTTP as well as HTTPS and both work for me to receive AS2 messages as well as MDNs.