cloud_mdir_sync
cloud_mdir_sync copied to clipboard
Update messages.py to fix bug
Added return val to fix a bug in the get_header method.
Great, can you add a signed-off-by to follow the Developer Certificate of Origin? https://developercertificate.org/
There is a new issue, with the same file, which is that the _read_header sometimes fail with headers that contain foreign characters. This is fixed by making sure value return by emsg.get(hdr) is converted to a string.
can you rebase this and add a signed-off by to the commit that has missed it? It looks OK to me thanks