main/src/main/java/org/apache/james/jdkim/tagvalue/SignatureRecordImpl.java (7 lines): - line 32: // TODO ftext is defined as a sequence of at least one in %d33-57 or - line 59: // TODO: what about v=0.5 and no v= at all? - line 96: // TODO support ignoring signature for certain d values (externally to - line 164: // TODO should we fail on WSP that is not part of FWS? - line 231: // TODO x-sig-a-tag-h = ALPHA *(ALPHA / DIGIT) - line 244: // TODO x-sig-a-tag-h = ALPHA *(ALPHA / DIGIT) - line 326: // TODO add validation method[/option] main/src/main/java/org/apache/james/jdkim/tagvalue/PublicKeyRecordImpl.java (4 lines): - line 40: // TODO this should support CFWS: are they supported in DKIM for real? - line 70: // TODO do we treat v=NONDKIM1 records, syntax error records and v=DKIM1 in - line 135: // TODO this works but smells too much as an hack. - line 150: // TODO we need some escaping. On Java 5 we have Pattern.quote that main/src/main/java/org/apache/james/jdkim/DKIMVerifier.java (4 lines): - line 169: // TODO check with the IETF group to understand if this is the - line 171: // TODO loggin - line 283: // TODO here we could check more parameters for - line 449: // TODO loops signatureExceptions to give a more complete main/src/main/java/org/apache/james/jdkim/tagvalue/TagValue.java (2 lines): - line 144: // TODO check whether this is correct or not - line 288: // TODO add folding main/src/main/java/org/apache/james/jdkim/impl/BodyHasherImpl.java (1 line): - line 59: // TODO enhance this to use a lookup service. main/src/main/java/org/apache/james/jdkim/impl/DNSPublicKeyRecordRetriever.java (1 line): - line 71: // TODO log main/src/main/java/org/apache/james/jdkim/DKIMSigner.java (1 line): - line 110: // TODO handle b= in SignatureRecord. main/src/main/java/org/apache/james/jdkim/canon/SimpleBodyCanonicalizer.java (1 line): - line 54: // TODO output the lone \r ? (this condition should never happen