Pander | 7 May 2013 17:34
Picon
Gravatar

Support for more flags

Hi all,

At the moment Squirrelmail 1.4.22 and the development version supports the
flagged flag by either giving the email entry in the overview pane a red
font or providing it with a red flag.

This flag can also be toggled via Thunderbird by pressing '1' when that
particular message is selected. By default Thunderbird offers five
different flags, see
http://forums.mozillazine.org/viewtopic.php?p=6090655#p6090655

Could SquirelMail also support the four additional flags please?

Implementing this will improve using flags among different kind of email
applications. A similar request is also pending at K-9 email client for
Android.

Regards,

Pander

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
(Continue reading)

Pander | 29 Apr 2013 20:33
Picon
Gravatar

DAViCal CardDAV export to SquirrelMail address books

Hi all,

I am developing a Python script which will export contacts from DAViCal
CardDAV to SquirrelMail address books.

If you are interested in this for testing and helping out completing the
development, please have a look here:

http://sourceforge.net/mailarchive/forum.php?thread_name=517EB665.90909%40users.sourceforge.net&forum_name=davical-general
and:
  https://github.com/PanderMusubi/davical2abook/blob/master/test.py

Please continue discussion via GitHub and/or DAViCal mailing list.

Regards,

Pander

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
(Continue reading)

demaxil | 13 Mar 2013 16:36
Picon

ERROR You must be logged in to access this page. Go to the login page

Hi All,

I have been using Squirrelmail version 1.4.22 for over 2 months now and its
been working perfectly.
Suddenly this morning users cant login and it gives them this error:
ERROR
You must be logged in to access this page.
Go to the login page

When i use an alternative mail client users are able to login fine. I have
tried to read online and within this forum and everybody seems to point it
to a cookie issue. I have cross-checked by cookie session settings both on
the server and browser and i don't seem to see an issue.

Please advise will be greatful for any help 

--
View this message in context: http://squirrelmail.5843.n7.nabble.com/ERROR-You-must-be-logged-in-to-access-this-page-Go-to-the-login-page-tp25344.html
Sent from the squirrelmail-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
(Continue reading)

Pierre@critiqueslibres.com | 13 Feb 2013 22:29

Bug fixed in the fedora rpm but not in squirrelmail 1.4.22

Hi,

There is a bug that is fixed in the Fedora repository, and the fix is published in the bug report: https://bugzilla.redhat.com/show_bug.cgi?id=784015

For some reason, the fix is not available in the version 1.4.22 which can be downloaded from squirrelmail.org. I had to manually edit the file like explained in the bug report from Fedora; all my problems were solved with this patch !

I hope it helps and thanks a lot for this great product

Pierre Timmermans

There is extra return, that would prevent this to work correctly. So, instead of steps in comment #2, try following: - open /usr/share/squirrelmail/functions/i18n.php - in function charset_decode there is line 187: if (! $save_html) $string = htmlspecialchars ($string); change it to: if (! $save_html) $string = htmlspecialchars ($string, ENT_COMPAT, 'ISO-8859-1');
 
Pierre Timmermans
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
Adrian Hada | 17 Feb 2013 20:53
Picon

Re: New line character after Content-type: causing SquirrelMail to display messages incorrectly

I finally managed to connect the problem to HMail's IMAP responses. I
posted the problem there.

Thanks for the help and for the excellent piece of software. I've only
used Squirrelmail for the past four years but I still haven't
encountered any serious problems - I guess this HMail issue is just
another example of how reliable SM is!

On Sat, Nov 10, 2012 at 11:53 AM, Adrian Hada <adrian.hada <at> gmail.com> wrote:
> Thank you for your answer. I forgot to add some details to the last message
> so here's some additional info.
>
>  The e-mail I had sent was HTML plus a txt file attachment (a readme.txt I
> added trying to debug). I wasn't able to reproduce the problem using plain
> text e-mails (actually, most people in my organization still choose to send
> plain text and only a few go for HTML - this is why I was very slow in
> finding out there was a problem). Yesterday I found out that sending message
> receipts fails with the same problem - the text does not appear, but a .dat
> attachment gets added to the e-mail with the message contents from the new
> boundary.
>
> The reason I pointed out the newline was that I was messing around with the
> original messages' contents (as stored by HMail) and removing the newline
> character solved the problem. Adding it broke the display again. Using a
> logfile which posted headers as they were processed, I was able to track the
> newline being added by the foldline function.
>
>
> On Sat, Nov 10, 2012 at 8:41 AM, Tomas Kuliavas
> <tokul <at> users.sourceforge.net> wrote:
>>
>> Adrian Hada wrote
>> > I encountered a problem using SquirrelMail which I wasn't able to solve
>> > using regular means or find in the mailing lists so far. The problem
>> > goes
>> > like this - some HTML e-mails are missing contents with the relevant
>> > parts
>> > appearing as ATT-n.dat attachments.
>> >
>> > I was able to track the problem to the MIME header of the e-mail, namely
>> > to
>> > there being a new line character after Content-Type for
>> > multipart/alternative. For example, this e-mail header (I removed the
>> > domain info):
>> >
>> > ....
>> > I was able to track this issue to the foldline function in the deliver
>> > class - namely, the long Content-type line causes foldline to do a fold
>> > before the soft limit and sends the rest of the line to the new one.
>> > From
>> > there on, I guess the boundary is not correctly interpreted. As a
>> > workaround, I added a preg_match test so that foldLine is not called for
>> > Content-Type lines.
>> >
>> > My knowledge of MIME is limited so I can't figure out if the problem is
>> > in
>> > the message creation (the newline shouldn't be there) or reception
>> > (newline
>> > should be ignored) and I'd prefer to rely on something better than my
>> > quick-fix skills to solve the issue.
>> >
>> > Further info:
>> >
>> >    - SquirrelMail version - *1.4.23 [SVN] (config file is 1.4.20)*
>> >    - PHP version 5.3.18
>> >    - Web server IIS 6.0
>> >    - HMail Server 5.3.3
>> >    - Windows 2003
>> >    - Installed Manually
>> >    - Browsers - tried multiple
>> >
>> > Thanks for your help.
>>
>> email has two content-type headers. if it is reply, check headers in
>> original email. check, if you can reproduce it without html_mail plugin
>> messing with message structure.
>>
>>
>> newline after header tag is allowed, if header value+header tag does not
>> fit
>> into recommended header line length.
>> --
>> Tomas
>>
>>
>>
>> --
>> View this message in context:
>> http://squirrelmail.5843.n7.nabble.com/New-line-character-after-Content-type-causing-SquirrelMail-to-display-messages-incorrectly-tp25122p25123.html
>> Sent from the squirrelmail-devel mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_nov
>> -----
>> squirrelmail-devel mailing list
>> Posting guidelines: http://squirrelmail.org/postingguidelines
>> List address: squirrelmail-devel <at> lists.sourceforge.net
>> List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
>> List info (subscribe/unsubscribe/change options):
>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
>
>
>
>
> --
>
> Adrian Hada

--

-- 

Adrian Hada

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Akash Wadhwa | 24 Jan 2013 15:19
Picon

Unable to see mails when clicking on INBOX of left side panel of squrriel

  I am using
   1> dovecot 2.1.9 for Imap
   2> postfix 2.1.3   for sending
   3> xampp-linux-1.7.7
   4> operating system is Redhat Linux Enterprise 5

              The problem  which i am facing right know is that i am
unable to see my mails on browser whenever i log in but when i click
on INBOX.Drafts or Trash i can see my send mails and deleted or saved
mails...

               In the configuration file of dovecot i.e mail.conf of
the above mentioned dovecot version , I have added one line in that as
,
                                   mail_location = mdbox:~/mdbox
              The purpose of using this instead of mdbox is that it
creates hashes on mails and do not duplicates data...
                  But even when i am using  mail_location =
mbox:~/mail:INBOX=/var/mail/%u still i am unable to see my mails....
The task which i have to do is more easier when i use mdbox....
                 But when i installed older version of dovecot it
shows me mails but it doesnot have mdbox facility......
                What should i do or do i have to edit some code of
squirrel mail so that i it can support latest dovecot and mdbox
facility... plz help...    And if yes i have to edit then from where
should i start or any thing which will help me to understand working
of the squrriel mail...

               We are doing this thing so as to avoid duplication of
attachments or mails .....

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Adam Weinberger | 26 Nov 2012 03:22

A status question, and php-5.4 updates

( This is a resend; I initially send this to squirrelmail-users, but
Paul was kind enough to point me to the right place. )

Hello, squirrelmail! I am a longtime SM user, starting from back
when----well, when the javascript address book was too advanced for some
of the browsers at work :-) I am also a FreeBSD committer, and the
maintainer of the FreeBSD squirrelmail port.

I know that this is a question that OSS development teams hate getting
pestered with, but I was wondering if you could give me an idea of when
1.4.23 may see the light of day? If momentum has stalled and there is no
projected plans for a release coming, that's totally okay and I'll work
on collecting patches to update our port.

The main thing that I'd like to backport if 1.4.23 is on an indefinite
delay would be fixes for php-5.4 compatibility. Due to the mechanics of
our ports system (which encourages building from source), I get a lot
of confused emails due to us erroring out at php > 5.3.

I've identified and backported r14343 (plugins/message_details
session_unregister->sqsession_unregister), and r14276
(plugins/mail_fetch hex2bin clobbering). Are there other patches
that I should be including as php-5.4 fixes? What is your level of
confidence regarding 5.4 compatibility in 1.4.23-devel?

I really appreciate you taking the time to help me clear up the status
and the 5.4 fixes. Thanks, and have a great weekend!

# Adam

--
Adam Weinberger
adamw <at> adamw.org
http://www.adamw.org

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

Priscila Thompson | 23 Nov 2012 13:50
Picon

[Newbie] Get logged in user

Hi guys,


What I need is really simple: I´d like to get the logged in user to authenticate in another php application (I don´t want to use the Login Authentication plugin or SSO).

I know that´s too easy, but I haven´t found my way around this yet...

TIA,

Priscila

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
Joy Denise | 12 Nov 2012 19:06

No Subject = No Ability To Read?

Can't view received email messages that don't have a subject.. there's nowhere to click and open the message.. is there a fix to this or something I have configured wrong?

DJ
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
Adrian Hada | 8 Nov 2012 10:52
Picon

New line character after Content-type: causing SquirrelMail to display messages incorrectly

I encountered a problem using SquirrelMail which I wasn't able to solve using regular means or find in the mailing lists so far. The problem goes like this - some HTML e-mails are missing contents with the relevant parts appearing as ATT-n.dat attachments.
 
I was able to track the problem to the MIME header of the e-mail, namely to there being a new line character after Content-Type for multipart/alternative. For example, this e-mail header (I removed the domain info):

Received: from <IP part>
        (SquirrelMail authenticated user adrian.hada)
        by <webmail> with HTTP;
        Thu, 8 Nov 2012 09:56:41 +0200
Message-ID: f22b0cce2b6dd3c51ff6a39835859b2c.squirrel <at> domain
Date: Thu, 8 Nov 2012 09:56:40 +0200
Subject:
From: adrian.hada <at> domain
To: adrian.hada <at> domain
User-Agent: SquirrelMail/1.4.23 [SVN]
MIME-Version: 1.0
Content-Type: multipart/mixed;boundary="----=_20121108095641_79409"
X-Priority: 3 (Normal)
Importance: Normal
------=_20121108095641_79409
Content-Type:
 multipart/alternative;boundary="7478fsu_trap_90497_14659080112102_=----"
--7478fsu_trap_90497_14659080112102_=----
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
 
I was able to track this issue to the foldline function in the deliver class - namely, the long Content-type line causes foldline to do a fold before the soft limit and sends the rest of the line to the new one. From there on, I guess the boundary is not correctly interpreted. As a workaround, I added a preg_match test so that foldLine is not called for Content-Type lines.
 
My knowledge of MIME is limited so I can't figure out if the problem is in the message creation (the newline shouldn't be there) or reception (newline should be ignored) and I'd prefer to rely on something better than my quick-fix skills to solve the issue.
 
Further info:
  • SquirrelMail version - 1.4.23 [SVN] (config file is 1.4.20)
  • PHP version 5.3.18
  • Web server IIS 6.0
  • HMail Server 5.3.3
  • Windows 2003
  • Installed Manually
  • Browsers - tried multiple

Thanks for your help.

 

--

Adrian Hada
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
eddie | 29 Oct 2012 23:30

squirrelmail related thread on oss-security

Hello,

I'm subscribed to oss-security and someone started a thread on there 
about squirrelmail, prompting an interesting discussion.

http://www.openwall.com/lists/oss-security/2012/10/26/4

not trying to fan any flames or anything, it's just something I'm sure a 
squirrelmail developer might be interested in.

------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel


Gmane