main/src/main/java/org/apache/james/jdkim/tagvalue/SignatureRecordTemplate.java (6 lines): - line 35: // TODO ftext is defined as a sequence of at least one in %d33-57 or - line 69: // TODO: what about v=0.5 and no v= at all? - line 106: // TODO support ignoring signature for certain d values (externally to - line 177: // TODO x-sig-a-tag-h = ALPHA *(ALPHA / DIGIT) - line 190: // TODO x-sig-a-tag-h = ALPHA *(ALPHA / DIGIT) - line 276: // TODO add validation method[/option] main/src/main/java/org/apache/james/jdkim/tagvalue/SignatureRecordImpl.java (6 lines): - line 33: // TODO ftext is defined as a sequence of at least one in %d33-57 or - line 61: // TODO: what about v=0.5 and no v= at all? - line 98: // TODO support ignoring signature for certain d values (externally to - line 169: // TODO x-sig-a-tag-h = ALPHA *(ALPHA / DIGIT) - line 182: // TODO x-sig-a-tag-h = ALPHA *(ALPHA / DIGIT) - line 268: // 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 (3 lines): - line 175: // TODO check with the IETF group to understand if this is the - line 177: // TODO loggin - line 284: // TODO here we could check more parameters for main/src/main/java/org/apache/james/jdkim/tagvalue/TagValue.java (2 lines): - line 144: // TODO check whether this is correct or not - line 285: // TODO add folding main/src/main/java/org/apache/james/jdkim/impl/BodyHasherImpl.java (1 line): - line 53: // TODO enhance this to use a lookup service. main/src/main/java/org/apache/james/jdkim/parser/DKIMQuotedPrintable.java (1 line): - line 28: // TODO should we fail on WSP that is not part of FWS? 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