Re: [SM-USERS] 1.4.20 and change_sqlpass

2010-03-25 Thread Tomasz
does change the password, but then the return shows that error. >> is related to the new token section in strings.php it seems. > > I have a version of this plugin available offlist for testing that > does not cause this issue. > Hi, When can we

Re: [SM-USERS] Problem with spam buttons after upgrade

2009-05-18 Thread Tomasz
Paul Lesniewski pisze: > On Tue, May 12, 2009 at 4:16 PM, Tomasz wrote: >> Hello, >> >> I have already updated webmail to the latest version(from 1.4.17). >> All my previous plugins works correctly but there is a problem with >> spam buttons(2.2). Message is not

[SM-USERS] Problem with spam buttons after upgrade

2009-05-12 Thread Tomasz
= 'INBOX.Spam'; $sb_report_not_spam_by_move_to_folder = 'INBOX'; Any hints ? -- Tomasz -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a

Re: [SM-USERS] How to disable "Show all messages" option

2008-11-13 Thread Tomasz
> Tomasz-13 wrote: >> >> Hello, >> >> Is there a way to disable "Show all" option? >> > functions/mailbox_display.php > get_paginator_str() function > find lines with > > /* If necessary, compute the 'show all' string

[SM-USERS] How to disable "Show all messages" option

2008-11-11 Thread Tomasz
s, so that, user can only display 100 at a time. Is it possible? Regards, Tomasz - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &am

Re: [SM-USERS] one time passwords (OTP) and SquirrelMail?

2008-10-29 Thread Tomasz Chmielewski
Chris Hilts schrieb: > Tomasz Chmielewski wrote: >> >> No, I would like to use exactly one password per session. >> >> And, as an alternative, it would be nice to be able to use the >> "original" password. >> >> >> Technically, i

Re: [SM-USERS] one time passwords (OTP) and SquirrelMail?

2008-10-29 Thread Tomasz Chmielewski
gging with the main password in some random internet cafe at the other end of the world, probably running all sorts of keyloggers etc... -- Tomasz Chmielewski http://wpkg.org - This SF.Net email is sponsored by the Moblin Y

[SM-USERS] one time passwords (OTP) and SquirrelMail?

2008-10-29 Thread Tomasz Chmielewski
sword functions in sqimap_login(). But not much more info. Anyone? -- Tomasz Chmielewski http://wpkg.org - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based ap

Re: [SM-USERS] Squirrelmail and PHP5

2006-05-16 Thread Tomasz Pajor
That's not squirrelmail related issue, you php is not compiled with session support. You can check with what modules you had compiled php, with the phpinfo function. -- Tomasz Pajor WebSolutions > Greetings, > > Does anyone know when the next version of squirrelmail (1.5.x) will

Re: [SM-USERS] How can I correct this problem that "ERROR: You need the openssl PHP extension to use SMTP/IMAP TLS!"

2006-04-19 Thread Tomasz Pajor
Find this line in your php.ini file and uncomment it: ;extension=openssl.so Sould help. -- Tomasz Pajor WebSolutions > Hello > > I use squirrelmail1.4.5. > Also I use courier-imap-4.1.0 on freebsd6.0. > > Squirrelmail works well but When I typed > http://webmailipaddress

Re: [SM-USERS] strange quota error message

2006-04-18 Thread Tomasz Pajor
Yes but the strangest thing is that, that is was working properly and suddenly stopped. Courier-imap is getting the quota variable from the database without any problems, so what could be wrong? -- Tomasz Pajor WebSolutions >> When I want to move an email from inbox to one of my folders

[SM-USERS] strange quota error message

2006-04-18 Thread Tomasz Pajor
When I want to move an email from inbox to one of my folders I keep getting this message: ERROR: Could not complete request. Query: COPY 726 "INBOX.squirrelmail.users" Reason Given: [ALERT] You exceeded your mail quota. Am I missing something? -- Tomasz Pajor We

Re: [SM-USERS] can't change my language

2006-04-16 Thread Tomasz Pajor
It works just fine now. Thanks. > This error does not depend on translation state. Error is displayed when > your IMAP server does not support ISO-8859-2 character set. > > Use of character set can be turned off in SquirrelMail configuration. See > 4. General Options menu options. If you have cour

Re: [SM-USERS] can't change my language

2006-04-16 Thread Tomasz Pajor
I think it helped because I see some Polish error messages, but there's this error now: BŁĄD: Nie można wykonać polecenia. Zapytanie: SEARCH CHARSET ISO-8859-2 ALL UNDELETED TO {29} [EMAIL PROTECTED] Podany powód: ISO-8859-2 character set is not supported. > OpenBSD developers changed setlocale b

Re: [SM-USERS] can't change my language

2006-04-16 Thread Tomasz Pajor
That's the output: string(25) "C/pl_PL.ISO8859-2/C/C/C/C" string(0) "" > Could you do a little test? Run attached test script and show output of > the script. > >> bash-3.1# sysctl -a kern.version >> kern.version=OpenBSD 3.9-current (GENERIC) #670: Sat Apr 1 23:34:55 MST >> 2006 >> [EMAIL PR