Currently we are working on implementing templates.
Regarding the S/MIME extension you can write it because it has nothing to do
with layout.
I don't now much about S/MIME but if I'm correct a S/MIME message exist out of
2 entities.
entity 1 is the encrypted part
entity 2 contains the information how to decrypt.
What I like to now is how a decrypted entity one looks like, what does it
contain?
Does it contain a encrypted message/rfc822 part or does it only contain the body.
If it contains a body, where is the information about the content-type?
In case of multipart bodies you have to do a manual search for the boundaries
so you can get the individual message entities of the encrypted body.
After that you need to fill the message object so the rest of the architecture
of SM can easyly work with the S/MIME message.
The easiest way is creating a new bodystructure for the decoded S/MIME message
and parse it to the mime-class. You also need to add an extra parameters to
each message-entity.
startbodyline: the linenumber in the decrypted message
lines: total number of lines of the entity in the decrypted message
is_smime: to tell SM that it is a s/mime entity.
In case SM has to deal with a s/mime entity the imap functions for fetching
parts of the body can't be used. Instead use the startbodyline and lines
property the fetch the entity out of the stored decoded s/mime file/session
var
Am I thinking correct till now?
Let me know.
Regards,
Marc Groot Koerkamp
Stefan Sels zei:
> Hi,
>
> is there anything (behind the scenes) going on with Zookeeper (the new
> framework for SM 2.0 ?)
>
> I am thinking about writing a S/MIME Extension, and of course I won´t do
> it if I know in 2 month I have to rewrite it at all. So is it realistic to
> exspect it (SM 2.0) not before 2003 ?
>
> MfG / regards
>
> Stefan Sels
>
> P.S. don´t get me wrong, but we are talking for years about that but don´t
> *do it*, and (i have not invested time into the new SM, more into QA of
> the old SM)....
>
> ---
> GPG/PGP key http://stefan.sels.com/pgp.asc
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> --
> squirrelmail-devel mailing list
> List Address: squirrelmail-devel@...
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
> http://squirrelmail.org/cvs
>
|