[
https://issues.apache.org/jira/browse/IMAP-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917617#action_12917617
]
Norman Maurer commented on IMAP-221:
------------------------------------
Reading again the rfc this will not help..
Again:
nz-number = digit-nz *DIGIT
; Non-zero unsigned 32-bit integer
; (0 < n < 4,294,967,296)
So we need to use an Long as an Integer can not hold 4,294,967,296. So let me
just write a patch to handle it in the processor / parser
> Methods which return uid values should use int as return type
> -------------------------------------------------------------
>
> Key: IMAP-221
> URL: https://issues.apache.org/jira/browse/IMAP-221
> Project: JAMES Imap
> Issue Type: Improvement
> Components: Parser, Protocol
> Affects Versions: 0.1
> Reporter: Norman Maurer
> Assignee: Norman Maurer
> Fix For: 0.2
>
>
> Currently we use long/Long as return type when a message uid is retrieved.
> Thats wrong as the RFC only allow 32-Bit numbers. We should change the
> methods to make this clear.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]