On Fri, 13 Dec 2002 23:28:03 +0100 (Romance Standard Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
> The rationale is that I'd like to keep the code modular (in literal > sense of the word: all PGP code should live in the modules) and would > like to avoid putting PGP logic directly into MessageView I'll try to devise something to this end. > (BTW, I assume you meant MessageView and not > MessageViewer above as MessageViewer is just an interface so we can't put > anything there and duplicating code in all viewer doesn't make sense, does > it?). Of course... > XN> > It would be nice but I don't really know how to do it... Of course, we can > XN> > have the pure virtual StartBox()/EndBox() in the viewer class -- this > XN> > doesn't cost much. But how to implement them? > XN> > XN> Something like this, perhaps... > ... > what if we had a margin, i.e. a vertical column on the left of the > window in which we'd simply display a vertical line for the entire > extent of the signed text? I like this idea. > XN> > XN> This seems to me particularly important for MIME messages: attachements > XN> > XN> can be signed or not: this should be prominent. > XN> > XN> > We could include the list of signed message parts in the "details" window > XN> > of the PGP signature. > XN> > XN> This will not do for ASCII armor, where it will not be easy to state > XN> exactly where the signed text starts and end. BTW, ASCII armor signature > XN> detection code could (should?) be recursive... > If it should, this is not difficult to do. I suppose I'll actually wait to see if this is needed. -- Xavier Nodet "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759. ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
