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/11 14:53:13 UTC

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #131: SHORT_BODY_MAX_LEN and BODY_MAXLEN: must these be the same?

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


   The constants BODY_MAXLEN and SHORT_BODY_MAX_LEN both have the value 200 currently.
   
   Is this chance, or must the values be equal, or at least related?
   
   If they are related, this should be documented, and ideally enforced.
   
   Also such constants should be defined centrally.


-- 
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 closed issue #131: SHORT_BODY_MAX_LEN and BODY_MAXLEN: must these be the same?

Posted by GitBox <gi...@apache.org>.
sebbASF closed issue #131:
URL: https://github.com/apache/incubator-ponymail-foal/issues/131


   


-- 
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 #131: SHORT_BODY_MAX_LEN and BODY_MAXLEN: must these be the same?

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


   Following discussion on the dev mailing list, it seems body_short is currently needed as a work-round.
   
   This is because the design currently requires all emails to be returned in one response, rather than using a paging or scrolling technique. See issue #94.


-- 
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 #131: SHORT_BODY_MAX_LEN and BODY_MAXLEN: must these be the same?

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


   It looks like BODY_MAXLEN must not be greater than SHORT_BODY_MAX_LEN otherwise messages.query will not add the truncation marker '...'.
   
   However, I think body_short is redundant, so SHORT_BODY_MAX_LEN could be dropped.


-- 
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