val mode reading from stdin no longer working
I find that the above sequence will not be handled corrently by the 'unesc' command: echo '"' | xmlstarlet unesc entity name too long: " " It looks to me like the length check is one-off. The patch below works for me, but not 100% sure that it doesn't create a buffer overrun. --- src/xml_escape.c.orig 2021-01-09 11:26:11.363863708 +0100 +++ src/xml_escape.c 2021-01-09 11:26:17.678959009 +0100 @@ -222,7 +222,7 @@ semicolon_off++; } entity_len = semicolon_off - i; - if (entity_len < MAX_ENTITY_NAME)...
Okay. I'm not familiar enough with IMAP to understand the difference, but I can confirm that with '*' it works also.
Okay. I'm not familiar enough to understand the difference, but I can confirm that with '*' it works also.
Pushing through davmail records messages as lost and duplicates them