Juergen Nickelsen | 9 Feb 13:58
Picon
Picon
Favicon
Gravatar

Consquences of $lossy_encoding?

Hello all,

in the SquirrelMail installation I have inherited recently, we support
English and German, both with the ISO 8859-1 charset. When replying to
UTF8-encoded messages containing, for instane, german umlauts, there is
the usual charset problem.

I am preparing a new installation at the moment; with that one, I want
to do everything with UTF-8 to fix this class of problems. Of course
user settings, signatures, and addressbooks will have to be converted
(and we will probably put them into a database, while we are at it), so
this is not really a short-term solution.

But I understand that "$lossy_encoding = true" will heal at least some
of the problems, and that is what I would like to try with the currently
productive installation.

So, now my question is: are there any other consequences than the
intended one I should be aware of when I set $lossy_encoding = true?

Best regards,
Juergen.

--

-- 
Juergen Nickelsen <juergen.nickelsen <at> fu-berlin.de>
Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung
Fabeckstrasse 32, 14195 Berlin, Telefon +49.30.838-50740

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
(Continue reading)

Yavuz Maslak | 8 Feb 21:28
Picon
Gravatar

Problem during login with multiple browser in the same machine

Hello there

I use squirrelmail on dovecot.

It works well.  But I aware of a thing that if i login to my squirrel
webmail page using my second email account after i logged into the squirrel
webmail with  my first email account towards, first browser page gets
converts to the second account.

How can I correct this case? 

------------------------------------------------------------------------------
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
Gravatar

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
(Continue reading)

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 | 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
Stephen Liu | 27 Jan 15:19
Picon
Favicon

Re: fail to contact squirrelmail running domain

Hi Juergen,


On host terminal:

# ping server1.domain.com[code]
ping: unknown host server1.domain.com

# ping 192.168.0.xxx (server IP)
PING 192.168.0.xxx (192.168.0.xxx) 56(84) bytes of data.
64 bytes from 192.168.0.xxx: icmp_req=1 ttl=64 time=3.65 ms
64 bytes from 192.168.0.xxx: icmp_req=2 ttl=64 time=0.161 ms
....

On server (VM) terminal:
# cat /etc/resolv.conf
nameserver xxx.xxx.xxx.xxx (ISP nameserver IP)
nameserver 192.168.0.1


B.R.
Stephen L

From: Juergen Nickelsen <juergen.nickelsen <at> fu-berlin.de>
To: Stephen Liu <satimis <at> yahoo.com>; Squirrelmail User Support Mailing List <squirrelmail-users <at> lists.sourceforge.net>
Sent: Friday, January 27, 2012 5:52 PM
Subject: Re: [SM-USERS] fail to contact squirrelmail running domain

On 01/27/12 10:35, Stephen Liu wrote:

> Squirrelmail is running on a VM (guest).  It can be contacted on the
> host by running;
>
> http://ip/webmail
>
> But unable to contact it running:
> http://server1.domain.com/webmail

Hello Stephen,

with "ip" I assume you mean the numerical IP address.

Please state the exact error (including error message, if there is any)
you get, otherwise it cannot be more than guesswork. Anyway, I can
*guess* two potential issues here:

(a) DNS mapping for the server domain name to the ip address. If the
error messsage in the browser is something like "The server at
server1.domain.com can't be found, because the DNS lookup failed"
(example from Chrome here), this is the problem. Check if the domain
name correctly resolves to the server IP address *at the client*.

(b) Named virtual host in the HTTP server configuration. If you get
other content in the browser instead of the webmail interface, this may
be the problem. Check if there is perhaps the wrong virtual host
configured for that domain name in the server configuration.

Regards, Juergen.

--
Juergen Nickelsen <juergen.nickelsen <at> fu-berlin.de>
Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung
Fabeckstrasse 32, 14195 Berlin, Telefon +49.30.838-50740


------------------------------------------------------------------------------
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-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
Stephen Liu | 27 Jan 10:35
Picon
Favicon

fail to contact squirrelmail running domain

Hi folks,

Ubuntu 1010 server 64bit
Oracle VirtualBox

Squirrelmail is running on a VM (guest).  It can be contacted on the host by running;

http://ip/webmail

But unable to contact it running:
http://server1.domain.com/webmail

Please help.  TIA

B.R.
satimis

------------------------------------------------------------------------------
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-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
Stuart McGraw | 27 Jan 05:16
Favicon
Gravatar

japanese text in emails gets mojibaked

Hello all,

I am trying Squirrelmail for the first time and am having
some problems with garbled display of Japanese text.

I have installed the Custom-charset plugin and set my Squirrelmail
Display Settings -> Language to "English (custom)". 

I frequently send and receive message with Japanese text.
When I view saved (IMAP) messages, the Japanese text displays
frequently (but not always) as mojibake.  The mail are usually
ISO-2022-jp encoded.  Often the mojibake starts at a "、"
(U+3001) character.  When I choose Japanese as the interface
language, the emails display correctly but of course so
too do all the interface elements which I want to remain in 
English.

Japanese text in Shift-JIS encoded email is totally unreadable
whether i/f language is english or japanese.  I have no problem 
reading any of these emails with Thunderbird.

Below are other details of my config.

Are there some instructions somewhere that say how to get 
Squirrelmail to work reliably with east-asian character sets
and encodings (iso2022-jp, sjis, euc-jp)?  Spent near a whole 
day Googling outdated, erroneaous and incomprehensible information 
and figured its time to ask... :-)
----------------
Fedora-15
Squirrelmail-1.4.22 from Fedora repo with plugins
 delete_move_next, squirrelspell, newmail.
 custom_charset-1.1 installed from d/l tar file.
php-5.8.3
apache-2.2.21
imap: dovecot-2.0.17
have iconv and php iconv support enabled

>From php info:
Multibyte Support 	enabled
Multibyte string engine 	libmbfl
HTTP input encoding translation 	disabled

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under
the GNU Lesser General Public License version 2.1.

Multibyte (japanese) regex support 	enabled
Multibyte regex (oniguruma) backtrack check 	On
Multibyte regex (oniguruma) version 	4.7.1

Directive	Local Value	Master Value
mbstring.detect_order	no value	no value
mbstring.encoding_translation	Off	Off
mbstring.func_overload	0	0
mbstring.http_input	pass	pass
mbstring.http_output	pass	pass
mbstring.http_output_conv_mimetypes	^(text/|application/xhtml\+xml)	^(text/|application/xhtml\+xml)
mbstring.internal_encoding	no value	no value
mbstring.language	neutral	neutral
mbstring.strict_detection	Off	Off
mbstring.substitute_character	no value	no value

------------------------------------------------------------------------------
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-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

Nikolaos Milas | 26 Jan 18:23
Picon
Favicon

Questions on Address Book Grouping Plugin

Hello,

We have installed and we are experimenting with the very nice Address 
Book Grouping and Pagination Plugin.

I would like to ask (because I haven't been able to find out if and how):

1. Is there a way to display a column in the addresses listing showing 
the group(s) each address belongs to? This is a must because otherwise, 
esp. when an address belongs to multiple groups, it is hard for the user 
to be able to realize and easily handle group memberships.

To save space, a color could be assigned to each group (at creation) and 
then a palette (a set of little colored squares) of relevant colors for 
each address (depending on group memberships) could be displayed under a 
Group column.

Additionally, for group selection I always believe that a series of 
checkboxes is much more handy (for the vast majority of users) for 
multiple selection of groups. If this would (could) be implemented, we 
would like to display the name and color of each group next to each 
checkbox.

2. Also, in general for the address book: Is there a way to 
select/unselect with one click all addresses displayed, e.g. a button 
"Toggle All"?(It may be cumbersome if the number of addresses to select 
is big.) This would fit nicely with group functionality, because all 
displayed addresses (e.g. for a particular group or for multiple groups)

If the above features are not available, could I ask for them?

Thanks and best regards,
Nick

------------------------------------------------------------------------------
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 | 22 Jan 18:59
Favicon

Re: Users - Multisession problem

On Thu, Jan 19, 2012 at 8:40 AM,  <roberto.trovo <at> redix.it> wrote:
>
> Just to be clear with an example:
>
> 1) User Bob on its PC login as bob01 <at> xxxx.xxx on tab1 of its browser;
>
> 2) then later the same user Bob open another tab tab2 (of the same browser)
> an login as info <at> xxxx.xxx;
>
> 3) the user Bob save some preferences on the tab1 (former bob01's tab);
>
> 4) the preferences of user info (who is actually logged on) are overwritten
> with those of bob01;
>
> So is this behaviour already known ? Or I am missing somthing ...
> if yes is there any solution or pathch ?

This is a repeat post and was already answered.

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

------------------------------------------------------------------------------
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-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

Curtis Rubel | 20 Jan 15:51

Re: Users - Multisession problem

Roberto,

 

 As I said before this appears to be an issue with the way SQmail is using

the cookies it generates when you login and has been an issue

with SQmail ever since I can remember.  I can not remember though if

it has been reported or not back to the SQmail group to fix or not...

 

Regards,

 

Curtis

 

On 19.01.2012 11:40, roberto.trovo <at> redix.it wrote:

Just to be clear with an example: 1) User Bob on its PC login as bob01 <at> xxxx.xxx on tab1 of its browser; 2) then later the same user Bob open another tab tab2 (of the same browser) an login as info <at> xxxx.xxx; 3) the user Bob save some preferences on the tab1 (former bob01's tab); 4) the preferences of user info (who is actually logged on) are overwritten with those of bob01; So is this behaviour already known ? Or I am missing somthing ... if yes is there any solution or pathch ? again thanks in advance Roberto On Thu, January 19, 2012 16:48, Curtis Rubel wrote:
It is my belief that this is due to the way SQ cookies are being used. The same cookie is used no matter what user is logged in. Thus when the second user logs in it overwrites/corrupts the cookie of the first user that was already logged in. Once this occurs it has strange behavior when saving anything in the settings area. Regards, Curtis On 19.01.2012 10:13, Roberto wrote:
Hi to all, I had a
problem with SQ when the same user logged in (at the same time) fromthe same PC / browser but with a different browser tab: the user ended up with
overwriting the preferences of the other user messing up
things.
I have read on the page known bugs that it could happen "on
a random basis",
but it seems to me that will happen and I can repeat
the problem.
I would like to understand if the bug (if any) is
known and if there are
solution (other than saying to user not to
login with 2 differen account
concurrently - unfortunately this does
not work for my place)
server: Debian 6.x, SQ 1.4.21 thanks in
advance
Roberto
------------------------------------------------------------------------------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[1]
----- squirrelmail-users
mailing list
Posting guidelines:
http://squirrelmail.org/postingguidelines[2]
List address:
squirrelmail-users <at> lists.sourceforge.net[3]
List archives:
http://news.gmane.org/gmane.mail.squirrelmail.user[4]
List info
(subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users [5] -- Curtis Rubel Senior Development Engineer Compro Computer Services, Inc. 105 East Drive - Melbourne, Florida, 32904 Phone: 321-727-2211 email: crubel <at> compro.net Web: http://www.compro.net "An ISO 9001:2008 Registered Company" --------------------------------------------------------------------------- CONFIDENTIALITY NOTICE: This email transmission, and any documents, files or previous email messages attached to it may contain confidential information that is legally privileged. If you are not the intended recipient or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify the sender by email or call 321-727-2211. Please destroy the original transmission and its attachments without reading or saving it in any manner. Links: ------ [1] http://p.sf.net/sfu/learndevnow-d2d [2] http://squirrelmail.org/postingguidelines [3] mailto:squirrelmail-users <at> lists.sourceforge.net [4] http://news.gmane.org/gmane.mail.squirrelmail.user [5] 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
-- Curtis Rubel Senior Development Engineer Compro Computer Services, Inc. 105 East Drive - Melbourne, Florida, 32904 Phone: 321-727-2211 email: crubel <at> compro.net Web: http://www.compro.net "An ISO 9001:2008 Registered Company" --------------------------------------------------------------------------- CONFIDENTIALITY NOTICE: This email transmission, and any documents, files or previous email messages attached to it may contain confidential information that is legally privileged. If you are not the intended recipient or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify the sender by email or call 321-727-2211. Please destroy the original transmission and its attachments without reading or saving it in any manner.
------------------------------------------------------------------------------
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