On 10/8/13, Kaz Kylheku kaz@kylheku.com wrote:
The RoundCube UI has support for some basic headers. You can "Add CC", "Add Bcc", "Add Reply-To" and "Add Followup-To". You can look for these strings in the code and extend the UI with headers of your choice. A possibility would be "Add Arbitrary Header", where q quick and dirty way to implement it would be to let the user enter the header using "Name: value" syntax, and parse it out. You could repeat that button three times so the user can add up to three custom headers.
As far as PGP headers go, you really don't want users to be mucking around with headers; PGP support ought to be integrated into the client.
huh no, you have got that wrong, there is an official header type PGP which is where people can put in URL's to go to get persons keys etc,
Adding a custom header if the users want to, is what I was inquiring about, seems there is no such beast, so we may need to look at alternatives, squirelmail did this years ago, so I was surrpised roundcube doesnt. thanks anyway