You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2021/11/26 23:36:36 UTC

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #161: Why are some header keys missing here?

sebbASF opened a new issue #161:
URL: https://github.com/apache/incubator-ponymail-foal/issues/161


   https://github.com/apache/incubator-ponymail-foal/blob/f9ef562fd74e9a66a986556b16908ea2ff0c0b4d/tools/archiver.py#L361
   
   The list of keys that are decoded does not seem right.
   Why decode "to", but not "cc" or "from"?
   Or indeed any of the other headers that may contain charset encoded entries?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #161: Why are some header keys missing here?

Posted by GitBox <gi...@apache.org>.
sebbASF commented on issue #161:
URL: https://github.com/apache/incubator-ponymail-foal/issues/161#issuecomment-981902358


   Seems to me if a field is stored, it ought to be processed assuming it may become searchable or vital.
   If it is later wanted for searching etc, it would be a lot of work to retrofit the parsing.
   
   If it is not really needed, why store it at all?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-ponymail-foal] Humbedooh commented on issue #161: Why are some header keys missing here?

Posted by GitBox <gi...@apache.org>.
Humbedooh commented on issue #161:
URL: https://github.com/apache/incubator-ponymail-foal/issues/161#issuecomment-981895899


   AIUI, it is because cc is not a searchable component/"vital" component, and so it did not make sense to fiddle more with it at the time. However, I don't think there is anything preventing us from adding it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org