Andreas Cieslak | 2 Feb 13:41
Picon

Squirrelmail in an iFrame (portal)

Hi list,
 
i want to display SM in an iFrame of our Portal, but browsers dont show the login page.

The following information is displayed:

The content cannot be displayed. It is not allowed to show it in an iframe. (something like this)

Is there a switch in the SM configuration to prevent this security issue?

Or a plugin?

Any ideas?

Kind regards

Andi

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Paul Lesniewski | 2 Feb 15:03
Favicon

Re: Squirrelmail in an iFrame (portal)

On Thu, Feb 2, 2012 at 4:41 AM, Andreas Cieslak <andreas <at> kado-web.de> wrote:
> Hi list,
>
> i want to display SM in an iFrame of our Portal, but browsers dont show the
> login page.
>
> The following information is displayed:
>
> The content cannot be displayed. It is not allowed to show it in an iframe.
> (something like this)

I'm sure you can take the time to show the exact error message if
you'd like us to take the time to give you free help.

> Is there a switch in the SM configuration to prevent this security issue?
>
> Or a plugin?
>
> Any ideas?

Look at the X-Frame-Options header in functions/page_header.php

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Goutam Baul | 7 Feb 08:42
Picon
Favicon

Unable to make MySQL based Global Address Book working

Hello List,

 

We are trying to use MySQL backend for storing user information and Global Address Book. We have installed Squirrel Mail 1.4.22. The PHP version is 5.3.3 and mysql version is 5.1.52. The OS is RHEL 6.1 (64 bit). The following is the details of the database configuration that we have made:

 

SquirrelMail Configuration : Read: config.php (1.4.0)

---------------------------------------------------------

Database

1.  DSN for Address Book   :

2.  Table for Address Book : address

 

3.  DSN for Preferences    :

4.  Table for Preferences  : userprefs

5.  Field for username     : user

6.  Field for prefs key    : prefkey

7.  Field for prefs value  : prefval

 

8.  DSN for Global Address Book            : mysql://root:mysql <at> localhost/mail

9.  Table for Global Address Book          : address

10. Allow writing into Global Address Book : false

11. Allow listing of Global Address Book   : true

 

R   Return to Main Menu

C   Turn color on

S   Save data

Q   Quit

 

Command >>

 

The schema of the address table is as follows:

 

CREATE TABLE `address` (

  `owner` VARCHAR(128) NOT NULL DEFAULT '',

  `nickname` VARCHAR(16) NOT NULL DEFAULT '',

  `firstname` VARCHAR(128) NOT NULL DEFAULT '',

  `lastname` VARCHAR(128) NOT NULL DEFAULT '',

  `email` VARCHAR(128) NOT NULL DEFAULT '',

  `label` VARCHAR(255) DEFAULT NULL,

  PRIMARY KEY (`owner`,`nickname`),

  KEY `firstname` (`firstname`,`lastname`)

) ENGINE=MYISAM DEFAULT CHARSET=latin1

 

The content of the table is as follows:

 

+-------+---------------+-----------+----------+------------------------+---------------------+

| owner | nickname      | firstname | lastname | email                  | label                   |

+-------+---------------+-----------+----------+------------------------+---------------------+

|           | Jayanta Ghosh | Jayanta   | Ghosh  | jayanta.ghosh <at> rp-sg.in | Executive |

+-------+---------------+-----------+----------+------------------------+---------------------+

 

The configtest.php report is enclosed.

 

We are going to compose page and clicking on the addresses button above the message area. We are able to give the search criteria but while clicking on the search or list all button we get the message “No persons matching your search were found”.

 

The server log files shows no errors at all. Would you kindly help to find out the issue?

 

With regards,

 

Goutam

 

 

SquirrelMail configtest
This script will try to check some aspects of your SquirrelMail configuration and point you to errors
whereever it can find them. You need to go run conf.pl in the config/ directory first before you run this script.

SquirrelMail version: 1.4.22 
Config file version: 1.4.0 
Config file last modified: 07 February 2012 12:35:39 

Checking PHP configuration...
    PHP version 5.3.3 OK.
    Running as N/A(N/A) / N/A(N/A)
    display_errors: 
    error_reporting: 22527
    variables_order OK: GPCS.
    PHP extensions OK. Dynamic loading is disabled.

    ERROR: You have configured PHP not to allow short tags (short_open_tag=off). This shouldn't be a problem
with SquirrelMail or any plugin coded coded according to the SquirrelMail Coding Guidelines, but if you
experience problems with PHP code being displayed in some of the pages and changing setting to "on" solves
the problem, please file a bug report against the failing plugin. The correct contact information is most
likely to be found in the plugin documentation.

Checking paths...
    Data dir OK.
    Attachment dir OK.
    Plugins are not enabled in config.
    Themes OK.
    Default language OK.
    Base URL detected as: http://10.40.4.23/newmail/src (location base autodetected)
Checking outgoing mail service....
    SMTP server OK (220 newmail.cesc.co.in)
Checking IMAP service....
    IMAP server ready (* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2011
Double Precision, Inc. See COPYING for distribution information.)
    Capabilities: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS 
Checking internationalization (i18n) settings...
     gettext - Gettext functions are available. On some systems you must have appropriate system locales compiled.
     mbstring - Mbstring functions are unavailable. Japanese translation won't work.
     recode - Recode functions are unavailable.
     iconv - Iconv functions are available.
     timezone - Webmail users can change their time zone settings.
Checking database functions...
     PHP Pear DB support is present.
    mysql database support present.
    global addressbook database connect successful.

Congratulations, your SquirrelMail setup looks fine to me!

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Andreas Cieslak | 7 Feb 09:48
Picon

Re: Squirrelmail in an iFrame (portal)

Thanks Paul,

Any advices for the values?
I tried to comment out, to set to false, to leave it blank and to set to
_parent
Or is there something else i should set in the config.php for $frame_top ?

-----Ursprüngliche Nachricht-----
Von: Paul Lesniewski [mailto:paul <at> squirrelmail.org] 
Gesendet: Donnerstag, 2. Februar 2012 15:04
An: Squirrelmail User Support Mailing List
Betreff: Re: [SM-USERS] Squirrelmail in an iFrame (portal)

On Thu, Feb 2, 2012 at 4:41 AM, Andreas Cieslak <andreas <at> kado-web.de> wrote:
> Hi list,
>
> i want to display SM in an iFrame of our Portal, but browsers dont 
> show the login page.
>
> The following information is displayed:
>
> The content cannot be displayed. It is not allowed to show it in an
iframe.
> (something like this)

I'm sure you can take the time to show the exact error message if you'd like
us to take the time to give you free help.

> Is there a switch in the SM configuration to prevent this security issue?
>
> Or a plugin?
>
> Any ideas?

Look at the X-Frame-Options header in functions/page_header.php

--
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

----------------------------------------------------------------------------
--
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options):
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

kwadronaut | 7 Feb 10:40

Re: Squirrelmail in an iFrame (portal)


On 07/02/12 09:48, Andreas Cieslak wrote:
> Any advices for the values?
> I tried to comment out, to set to false, to leave it blank and to set to
> _parent
> Or is there something else i should set in the config.php for $frame_top ?

I like Tofu when we're talking about culinary subjects, not here. Before
subscribing, you were supposed to have read the posting guidelines:
http://squirrelmail.org/docs/admin/admin-12.html#ss12.3

> -----Ursprüngliche Nachricht-----
> 
> I'm sure you can take the time to show the exact error message if you'd like
> us to take the time to give you free help.

If people *do* take the time to help you, the least you could do in a
follow-up message is give an answer to such remarks.
> 
>> Is there a switch in the SM configuration to prevent this security issue?
>>
>> Or a plugin?
>>
>> Any ideas?
> 
> Look at the X-Frame-Options header in functions/page_header.php
Did you look at that? Or did you look somewhere else in that file?

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Andreas Cieslak | 7 Feb 11:28
Picon

Re: Squirrelmail in an iFrame (portal)

Ok,
Here is the complete error message shown in a browser(frame)window when i
try to open Squirrelmail in a Portal(iframe):
"This content may not be displayed in a frame.
To protect the information you entered on this website, the publisher of
this content has prohibited to display the content in a frame.
Possible approach:
Open this content in a new window"

I had a look at the file functions/page_header.php and modified the
following line 
header('X-Frame-Options: SAMEORIGIN');

First i comment out //header('X-Frame-Options: SAMEORIGIN'); --- same error
message as written above
Then i set it to: header('X-Frame-Options: '); --- also the error message
appears
After that i set: header('X-Frame-Options: _parent'); --- same error
Finally i set it to: header('X-Frame-Options: false'); --- same error

This values didnt work. Is there something else i have to modify?
Or have i to modify something else, like the value for $frame_top in the
config/config.php ?

Thanks in advance.

-----Ursprüngliche Nachricht-----
Von: kwadronaut [mailto:kwadronaut <at> aktivix.org] 
Gesendet: Dienstag, 7. Februar 2012 10:40
An: squirrelmail-users <at> lists.sourceforge.net
Betreff: Re: [SM-USERS] Squirrelmail in an iFrame (portal)

On 07/02/12 09:48, Andreas Cieslak wrote:
> Any advices for the values?
> I tried to comment out, to set to false, to leave it blank and to set 
> to _parent Or is there something else i should set in the config.php 
> for $frame_top ?

I like Tofu when we're talking about culinary subjects, not here. Before
subscribing, you were supposed to have read the posting guidelines:
http://squirrelmail.org/docs/admin/admin-12.html#ss12.3

> -----Ursprüngliche Nachricht-----
> 
> I'm sure you can take the time to show the exact error message if 
> you'd like us to take the time to give you free help.

If people *do* take the time to help you, the least you could do in a
follow-up message is give an answer to such remarks.
> 
>> Is there a switch in the SM configuration to prevent this security issue?
>>
>> Or a plugin?
>>
>> Any ideas?
> 
> Look at the X-Frame-Options header in functions/page_header.php
Did you look at that? Or did you look somewhere else in that file?

----------------------------------------------------------------------------
--
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options):
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Roland Fritz | 7 Feb 11:39
Picon

Re: Squirrelmail in an iFrame (portal)

Hi Andreas,

> Here is the complete error message shown in a browser(frame)window when i
> try to open Squirrelmail in a Portal(iframe):
> "This content may not be displayed in a frame.
> To protect the information you entered on this website, the publisher of
> this content has prohibited to display the content in a frame.
> Possible approach:
> Open this content in a new window"
>
> I had a look at the file functions/page_header.php and modified the
> following line
> header('X-Frame-Options: SAMEORIGIN');
>
> First i comment out //header('X-Frame-Options: SAMEORIGIN'); --- same
> error
> message as written above
> Then i set it to: header('X-Frame-Options: '); --- also the error message
> appears
> After that i set: header('X-Frame-Options: _parent'); --- same error
> Finally i set it to: header('X-Frame-Options: false'); --- same error

A quick Search in Google showed this page:
https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header

If you are on the same site (what only you know), SAMEORIGIN is the right
thing. If not you should skip this header line completely and have a look
at the source in your browser if maybe apache adds the line by itself.

Roland.

> This values didnt work. Is there something else i have to modify?
> Or have i to modify something else, like the value for $frame_top in the
> config/config.php ?
>
> Thanks in advance.
>
> -----Ursprüngliche Nachricht-----
> Von: kwadronaut [mailto:kwadronaut <at> aktivix.org]
> Gesendet: Dienstag, 7. Februar 2012 10:40
> An: squirrelmail-users <at> lists.sourceforge.net
> Betreff: Re: [SM-USERS] Squirrelmail in an iFrame (portal)
>
>
> On 07/02/12 09:48, Andreas Cieslak wrote:
>> Any advices for the values?
>> I tried to comment out, to set to false, to leave it blank and to set
>> to _parent Or is there something else i should set in the config.php
>> for $frame_top ?
>
> I like Tofu when we're talking about culinary subjects, not here. Before
> subscribing, you were supposed to have read the posting guidelines:
> http://squirrelmail.org/docs/admin/admin-12.html#ss12.3
>
>> -----Ursprüngliche Nachricht-----
>>
>> I'm sure you can take the time to show the exact error message if
>> you'd like us to take the time to give you free help.
>
> If people *do* take the time to help you, the least you could do in a
> follow-up message is give an answer to such remarks.
>>
>>> Is there a switch in the SM configuration to prevent this security
>>> issue?
>>>
>>> Or a plugin?
>>>
>>> Any ideas?
>>
>> Look at the X-Frame-Options header in functions/page_header.php
> Did you look at that? Or did you look somewhere else in that file?
>

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Picon

HOW CAN I CREATE SQUIRRELMAIL

HOW CAN I CREATE SQUIRRELMAIL AND MAILER?

JAMES.

Hello List,

We are trying to use MySQL backend for storing user information and Global
Address Book. We have installed Squirrel Mail 1.4.22. The PHP version is
5.3.3 and mysql version is 5.1.52. The OS is RHEL 6.1 (64 bit). The
following is the details of the database configuration that we have made:

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Database
1.  DSN for Address Book   :
2.  Table for Address Book : address

3.  DSN for Preferences    :
4.  Table for Preferences  : userprefs
5.  Field for username     : user
6.  Field for prefs key    : prefkey
7.  Field for prefs value  : prefval

8.  DSN for Global Address Book            :
mysql://root:mysql <at> localhost/mail
9.  Table for Global Address Book          : address
10. Allow writing into Global Address Book : false
11. Allow listing of Global Address Book   : true

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit

Command >>

The schema of the address table is as follows:

CREATE TABLE `address` (
  `owner` VARCHAR(128) NOT NULL DEFAULT '',
  `nickname` VARCHAR(16) NOT NULL DEFAULT '',
  `firstname` VARCHAR(128) NOT NULL DEFAULT '',
  `lastname` VARCHAR(128) NOT NULL DEFAULT '',
  `email` VARCHAR(128) NOT NULL DEFAULT '',
  `label` VARCHAR(255) DEFAULT NULL,
  PRIMARY KEY (`owner`,`nickname`),
  KEY `firstname` (`firstname`,`lastname`)
) ENGINE=MYISAM DEFAULT CHARSET=latin1

The content of the table is as follows:

+-------+---------------+-----------+----------+------------------------+---
------------------+
| owner | nickname      | firstname | lastname | email                  |
label                   |
+-------+---------------+-----------+----------+------------------------+---
------------------+
|           | Jayanta Ghosh | Jayanta   | Ghosh  | jayanta.ghosh <at> rp-sg.in |
Executive |
+-------+---------------+-----------+----------+------------------------+---
------------------+

The configtest.php report is enclosed.

We are going to compose page and clicking on the addresses button above the
message area. We are able to give the search criteria but while clicking on
the search or list all button we get the message “No persons matching your
search were found”.

The server log files shows no errors at all. Would you kindly help to find
out the issue?

With regards,

Goutam

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Tomas Kuliavas | 7 Feb 18:10
Picon
Gravatar

Re: Unable to make MySQL based Global Address Book working

2012.02.07 09:42 Goutam Baul rašė:
> Hello List,
>
> We are trying to use MySQL backend for storing user information and Global
> Address Book. We have installed Squirrel Mail 1.4.22. The PHP version is
> 5.3.3 and mysql version is 5.1.52. The OS is RHEL 6.1 (64 bit). The
> following is the details of the database configuration that we have made:
>
> The content of the table is as follows:
>
> +-------+---------------+-----------+----------+------------------------+---
> ------------------+
> | owner | nickname      | firstname | lastname | email                  |
> label                   |
> +-------+---------------+-----------+----------+------------------------+---
> ------------------+
> |           | Jayanta Ghosh | Jayanta   | Ghosh  | jayanta.ghosh <at> rp-sg.in
> |
> Executive |
> +-------+---------------+-----------+----------+------------------------+---

Set owner field value to 'global' without quotes.

--

-- 
Tomas

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Goutam Baul | 8 Feb 06:02
Picon
Favicon

Re: HOW CAN I CREATE SQUIRRELMAIL

>HOW CAN I CREATE SQUIRRELMAIL AND MAILER?

>JAMES.
Would you kindly give some more information regarding your problems? We have
configured Squirrelmail to use MySQL backend. Might try to help if the
things you are asking for are known to us.

Regards,
Goutam

------------------------------------------------------------------------------
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-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Gmane