Re: [SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-26 Thread Gerry72
Ralf, I think I've a work around for your problem. I changed the source code in $SM/src/compose.php on line 55 from: sqgetGlobalVar('send', $send, SQ_POST); to: sqgetGlobalVar('send', $send); Now everything works fine. BR Gerald Ralf Hildebrandt wrote: > > After the recent upgrade of t

Re: [SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-26 Thread Gerry72
Hi, I have the same issue as Ralf described. Is there already a solution available. Tnx Gerald Ralf Hildebrandt wrote: > > After the recent upgrade of the GnupG/PGP plugin I'm encountering > problems with signing mails: > > I created a keypair on our squirrelmail server and selected the newl

Re: [SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-25 Thread Tomas Kuliavas
>>> After the recent upgrade of the GnupG/PGP plugin I'm encountering >>> problems with signing mails: >>> ... >>> libapache2-mod-php5 5.2.3-1+b1 >> >> Decryption of attachments (gpg_decrypt_attach.php) is broken in PHP5. >> scandir function is not wrapped with if (!function_exists('scandir')) {

Re: [SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-25 Thread Ralf Hildebrandt
* Tomas Kuliavas <[EMAIL PROTECTED]>: > > > After the recent upgrade of the GnupG/PGP plugin I'm encountering > > problems with signing mails: > ... > > libapache2-mod-php5 5.2.3-1+b1 > > Decryption of attachments (gpg_decrypt_attach.php) is broken in PHP5. > scandir function is not wrapped with

Re: [SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-25 Thread Ralf Hildebrandt
* Tomas Kuliavas <[EMAIL PROTECTED]>: > src/compose.php > > /** SESSION/POST/GET VARS */ > if (sqgetGlobalVar('send', $send, SQ_POST) || > (sqgetGlobalVar('REQUEST_METHOD',$request_method,SQ_SERVER) && > strtolower($request_method) == 'post' && > sqgetGlobalVar('send',$send,SQ_G

Re: [SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-25 Thread Tomas Kuliavas
> After the recent upgrade of the GnupG/PGP plugin I'm encountering > problems with signing mails: ... > libapache2-mod-php5 5.2.3-1+b1 Decryption of attachments (gpg_decrypt_attach.php) is broken in PHP5. scandir function is not wrapped with if (!function_exists('scandir')) { ... } -- View this

Re: [SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-25 Thread Tomas Kuliavas
> After the recent upgrade of the GnupG/PGP plugin I'm encountering > problems with signing mails: ... > I enter the correct passphrase, but after that the mail is not sent, > instead I'm thrown back to the "edit message screen" and another instance > of my .signature is added to the bottom of the

[SM-USERS] GnuPG Plugin (v2.1) signing problem

2007-09-13 Thread Ralf Hildebrandt
After the recent upgrade of the GnupG/PGP plugin I'm encountering problems with signing mails: I created a keypair on our squirrelmail server and selected the newly generated key for signing. If I send and email and select "Beim Senden signieren" (sign when sending), a window pops up, asking me f