Cool, but wouldn't it be shorter than that? An example address: USK at PFeLTa1si2Ml5sDeUy7eDhPso6TPdmw-2gWfQ4Jg02w,3ocfrqgUMVWA2PeorZx40TW0c-FiIOL-TWKQHoDbVdE,AQABAAE/Index/35/ (110)
We can drop the bits at each end: PFeLTa1si2Ml5sDeUy7eDhPso6TPdmw-2gWfQ4Jg02w,3ocfrqgUMVWA2PeorZx40TW0c-FiIOL-TWKQHoDbVdE,AQABAAE (96) And the commas: PFeLTa1si2Ml5sDeUy7eDhPso6TPdmw-2gWfQ4Jg02w3ocfrqgUMVWA2PeorZx40TW0c-FiIOL-TWKQHoDbVdEAQABAAE (94) But we have to use base32 instead of base64... that increases it to 94*6/5=113 chars... :< Oh well. On Wed, Jul 12, 2006 at 04:01:20PM +0000, dbkr at freenetproject.org wrote: > Author: dbkr > Date: 2006-07-12 16:01:17 +0000 (Wed, 12 Jul 2006) > New Revision: 9577 > > Modified: > trunk/apps/Freemail/docs/spec/spec.tex > Log: > Another spec correction > > > Modified: trunk/apps/Freemail/docs/spec/spec.tex > =================================================================== > --- trunk/apps/Freemail/docs/spec/spec.tex 2006-07-12 15:53:30 UTC (rev > 9576) > +++ trunk/apps/Freemail/docs/spec/spec.tex 2006-07-12 16:01:17 UTC (rev > 9577) > @@ -18,7 +18,7 @@ > > All Freemail users have an Freemail address, which one may give out to > others in order to allow them to contact you. From this Freemail address, it > is possible to derive a Freenet SSK URI. This is the user's 'mailsite'. > > -A Freemail address comprises an arbitrary text string, followed by an '@' > character. Following this is the mailsite address encoded in base 32 - that > is, a valid Freenet uri that points to the mailsite. The string '.freenet' is > appended to the whole address. An example Freemail address follows: > +A Freemail address comprises an arbitrary text string, followed by an '@' > character. Following this is the mailsite address encoded in base 32 - that > is, a valid Freenet uri that points to the mailsite. The URI must be base 32 > encoded in order to make the address case insensitive to maintain > compatability with traditional email clients. The string '.freenet' is > appended to the whole address. An example Freemail address follows: > > bob at > KVJUWQCMJ53UI6KEGJKFI2JQIZZFKY3XG4YE4QRSMUYWYV2PLJ4U27TLGR4DI3TLNZXW6QTSJIYCYNKSOR4XK23MGZDS2UDRKVCTITBXJJWDQYKIOFMWC33VONTFOZTQMJZTS5LCONEWGY3WGQWECUKBIJAUCRJPNVQWS3DTNF2GKLZNGEXQ.freemail > > > _______________________________________________ > Freemail mailing list > Freemail at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/freemail > -- Matthew J Toseland - toad at amphibian.dyndns.org Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/freemail/attachments/20060712/3045e3f8/attachment.pgp>
