Stephan Schulz | 3 Feb 12:48
Picon
Gravatar

Delete Move Next - Plugin: message order different than inbox listing

Hi all!

I'm using the 1.4.21 version shipped with debian squeeze and the "delete
next move"-plugin. Apparently the plugin seems to have some strange
behaviour where I'm not sure if it is a bug or a problem on my side:
Assuming my Inbox has some messages. If I view the last one I see that the
"delete & previous" link is active and while the "delete & next" link is
inactive. Now if I click "delete & previous" it shows the the next message
but "delete & previous" is now inactive but "delete & next" is active. How
does that come? Is this supposed behaviour?

Best regards,
Stephan

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

ck80 | 25 Jan 10:12
Picon
Gravatar

Download all plugin


Trying to install "Download_all" plugin for saving all attachments.
Installation is ok. But i dont see "download all" button. Need help.

Debian. Squirrelmail 1.4.0
--

-- 
View this message in context: http://old.nabble.com/Download-all-plugin-tp33199976p33199976.html
Sent from the squirrelmail-plugins mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Tomas Kuliavas | 30 Jan 17:56
Picon
Gravatar

Re: DSN in vadmin SQL specification


hstoellinger wrote:
> 
> Hello Tomas, 
> Super to have such prompt support! I did of course restart Apache after
> making the various changes in php.ini. I have been wondering about the
> "email_users" table, though. I cannot find it on my two MySQL-DBs related
> to Squirrelmail. There is a table "users" that I already had from the
> earlier install of SQ, and also address and userprefs in connection with
> installing vadmin. However, there isn't a table "email_users" anywhere.
> Should I possibly try to change the various SQL-queries accordingly? But
> then I can't find a "virtual" table either. I am using SQ together with
> Postfix, courier, and the software to do with viruses, spam, etc. etc..
> Thanks again for your very valuable help and regards from Salzburg... 
> 
What kind of Postfix email setup are you using? That server is very
versatile and it can be setup in lots of different ways. Only some of them
involve mysql.

SquirrelMail is only email client. It does not manage user accounts. If some
plugin allows to manage email accounts, that plugin must be written for
specific email server setup. There is no universal setup that works for all.

-- 
Tomas
--

-- 
View this message in context: http://old.nabble.com/DSN-in-vadmin-SQL-specification-tp33221992p33230502.html
Sent from the squirrelmail-plugins mailing list archive at Nabble.com.

------------------------------------------------------------------------------
(Continue reading)

Tomas Kuliavas | 30 Jan 00:34
Picon
Gravatar

Re: DSN in vadmin SQL specification


hstoellinger wrote:
> 
> Hi Tomas,
> 
> Thanks for your prompt reply. I tried your suggestions (display_errors=0
> and error_reporting=6143). Did not see anything from php-logging (version
> 5.3.9). MySQL-log showed the following message at the end:
>                   288 Connect   mail_admin <at> localhost on 
>                   288 Init DB   mail
>                   288 Init DB   mail
>                   288 Query     SELECT DISTINCT domain FROM email_users
> ORDER BY domain
>                   288 Quit
> I could of course also sen you the various conf.php files.
> 
> When selecting the "Administrator Interface" option in Squirrelmail, I get
> the error message
> SYSTEM ERROR: Could not query domain list!. We apologize for the
> inconvenience, but your request cannot be completed at this time. Please
> contact your system administrator if the problem persists.
> 
If you change settings in php.ini or apache configuration, you have to
restart apache. Only .htaccess changes are applied without restart or
settings for PHP CGI based setups. Your Debian setup is most likely DSO and
not CGI based.

Log into mysql manually with same login and password as used in plugin
configuration, select database and run that 'SELECT DISTINCT domain FROM
email_users ORDER BY domain' query. Based on comments in sql.conf file it
(Continue reading)

Tomas Kuliavas | 29 Jan 21:09
Picon
Gravatar

Re: DSN in vadmin SQL specification


hstoellinger wrote:
> 
> After installing the vadmin plugin and defining a "squirrelmail"
> MySQL-based database I ran the configtest as suggested by conf.pl.
> Unfortunately I keep getting the message 
> "ERROR: Vadmin plugin sql backend database DSN appears to be incorrect.
> Unable to connect to database".
> I cannot imagine that the "format" of the database DSN is wrong - having
> checked a dozen times. I do have a problem understanding WHICH
> user/password one should specify in the DSN-definition. 
> Can it be anything as long as it is the same as specified when actually
> creating the database itself? The DSN specification in file sql.conf.php
> is as follows: (the actual name/password is ofcourse different!):
> db_dsn = mysql://databasename:password <at> localhost/squirrelmail
> Again - a database with the SAME name/password exists in MySQL. 
> I'd be very grateful for any hints - as I definitely am stuck!!!
> Regards
> H. Stoellinger
> Trying to get things right I worked on the definition od db-dsn in
> sql-conf.php. Now the configtest says things are o.k. except that in the
> last lines it says: Checking database functions...     not using database
> functionality.
> Now, when I log in and then select Options->Administrator Interface, a
> blank page is displayed (i.e. .../squirrelmail/src/webmail.php). I wonder
> what's wrong. Is there anything like a trace/debugging spec that might
> help localize my problem?
> 
Set PHP to display_errors=1 and error_reporting=6143. See
http://php.net/errorfunc.configuration#ini.error-reporting. Setting can be
(Continue reading)

Vanilla666 | 20 Jan 10:01
Picon
Favicon
Gravatar

How to install the Archive Plugin?


Okay, I am totally new to this. I use Windows XP and use SquirrelMail in my
Firefox Browser. Well, I use it for work and I would like to archive the
mails so I won't lose any important information, just in case.

I googled and found this:
http://squirrelmail.org/plugin_view.php?id=121

I downloaded archive_mail.1.2-1.4.2.tar.gz, and opened it with my winRAR,
but I couldn't find an installation .exe inside.
Then I read this:
Requires: SquirrelMail 1.4.2 and PHP with Zlib enabled

I have absolutely no idea what that means. What's a PHP? Whats Zlib? I
visited the website of Zlip, but AGAIN I found a weird .tar.gz file without
any installation .exe inside. I don't even know how to install a Firefox
plugin.

I really need a step by step guide.
Like
1. Go here and download this
2. Open it with this
3. Put this file in that folder
and so on

Please could anyone help me?
--

-- 
View this message in context: http://old.nabble.com/How-to-install-the-Archive-Plugin--tp33173073p33173073.html
Sent from the squirrelmail-plugins mailing list archive at Nabble.com.

(Continue reading)

Peter Vils Hansen | 17 Jan 15:37

Access keys not working in IE, FF, or Chrome

Hello all,

(This is technically a response to the thread "How do you use access keys in Squirrelmail?", last
replied to by P. Lesniewski on Jan. 13th, 2012, but since I was not subscribed to the mailing list
at that time, I am forced to post a new thread.)

[Quote P. Lesniewski]
>> How do you use "access keys" in Squirrelmail with the "compose extras"
>> plugin?
>
> Depends on the platform you're using to acess it.  On a PC it should
> be Alt+Shift+key.

Neither this nor any other sane combination of meta keys seem to work for me in IE, FF, or Chrome.
Can anyone other than PL confirm that shortcuts are working for them in any recent version of the
above browsers?

Thanks,
Peter

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins <at> lists.sourceforge.net
(Continue reading)

Andreas Cieslak | 12 Jan 12:41
Picon

forgot password plugin

Hi list,

 

is there a plugin to change the password when a squirrelmail user has forgotten it and want to set a new one?

Or is this function already implemented in another plugin of the squirrelmail plugin page?

 

Regards

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
Bjcsurf | 11 Jan 19:59
Picon
Favicon

How do you use access keys in Squirrelmail?

How do you use "access keys" in Squirrelmail with the "compose extras" 
plugin?

I have Sqirrelmail and the plugin installed correctly. Everything seems 
to work fine. The access key options are set in the display 
preferences, but I do not know how to use them. Obviously, I can't just 
press the defined access key while composing a message, as then it 
simply types that letter in the message. Is there a key combination 
that is used?

I love the ability to control the tabbing sequence with the "compose 
extras" plugin, to begin with "to" then go to "subject" and then the 
"message". I just wish it could be set so that after that, the next tab 
went to "send". But, since I cannot figure how to do that, it would be 
nice to figure how to use the "access key" for send. Thank you.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Andreas Cieslak | 12 Jan 12:59
Picon

password forgot plugin

Hi list,

 

is there a plugin to change the password when a squirrelmail user has forgotten it and want to set a new one?

Or is this function already implemented in another plugin of the squirrelmail plugin page?

 

Regards

Andl

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
WJCarpenter | 11 Jan 17:38

trajectory for html_mail and Chrome

I'm just looking for info here ... not trying (very hard :-) to get 
someone to jump into action to do real work.

Someone recently brought to my attention that the HTML email editing 
doesn't work for them when they use Chrome.  That led me quickly to the 
html_mail plugin (by Paul Lesniewski), which we have locally configured 
to use FCKeditor.  After some brief poking around, I searched the old 
email archives, which confirmed what I had found:

-- the plugin itself does some browser user agent checking, and it won't 
even try to use the HTML editors if you are not using IE or FF (or 
derivatives)

-- even if you get past that, the included version of FCKeditor has 
problems for Chrome, but there are hints that newer versions of 
FCKeditor cope OK

It looks pretty straightforward to solve both of those things locally 
(fix up the user agent checks in the plugin and update to a newer 
version of FCKeditor.  (The html_mail plugin includes helpful notes on 
how to actually do an FCKeditor update.)  Naturally, one prefers that 
the html_mail plugin itself get updated so that all can benefit and so 
as to minimize local tweaks.

So,

-- Is there any plan (even if vague and with no timeline) to update 
html_mail for Chrome?

-- If not, and if someone else stepped up to do labor of the mods to 
html_mail, would they be accepted as an official update to that plugin?

As usual, thanks to Paul and all other SM and plugin developers for past 
and future efforts.

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins


Gmane