[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    Re: [SM-CVS] SF.net SVN: squirrelmail:[14860] branches/SM-1_4-STABLE/squirrelmail
From:       "Paul Lesniewski" <paul () squirrelmail ! org>
Date:       2020-05-25 5:22:18
Message-ID: 849cfc634e9ca9fc92b74bbd305c753338df.alpine () squirrelmail ! org
[Download RAW message or body]

James,

SquirrelMail is not a service provider.  SquirrelMail is webmail software
that anyone can download and install, and your service provider has done
just that.  You'll need to contact them to resolve your issue.  We are not
affiliated with your service provider.  See:

http://squirrelmail.org/support/enduser.php

If you have administrative access to your mail system and are looking for
a consultant to help resolve a problem, I am available in that capacity,
but usually, you just need to contact your provider and they can fix the
issue.

Good luck,

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


On Sun, May 24, 2020 10:19 pm, JAMES sinclaire wrote:
> hello , is it possible to recover a password from your email account
> please? indiowawrior@squirrel.com
> 
> On Sat, May 23, 2020 at 3:05 PM Paul Lesniewski <paul@squirrelmail.org>
> wrote:
> 
> > Barbara,
> > 
> > You'll need to go here to unsubscribe yourself:
> > 
> > https://sourceforge.net/projects/squirrelmail/lists/squirrelmail-cvs
> > 
> > On Sat, May 23, 2020 6:58 pm, Barbara Thompson wrote:
> > > I don't know what this is.
> > > 
> > > ---
> > > ( ¯`v ´ ¯)
> > > `*. ¸.* ´ Barbara
> > > ¸.• ´ ¸.•* ¨)  ¸.•* ¨)
> > > ( ¸.• ´ ( ¸.• ´ .• ´  ¸ ¸.• ¨ ¯`•
> > > 
> > > On 2020-05-23 11:54, pdontthink--- via squirrelmail-cvs wrote:
> > > > Revision: 14860
> > > > http://sourceforge.net/p/squirrelmail/code/14860
> > > > Author:   pdontthink
> > > > Date:     2020-05-23 18:54:31 +0000 (Sat, 23 May 2020)
> > > > Log Message:
> > > > -----------
> > > > Also fix printable page
> > > > 
> > > > Modified Paths:
> > > > --------------
> > > > branches/SM-1_4-STABLE/squirrelmail/functions/mime.php
> > > > branches/SM-1_4-STABLE/squirrelmail/src/printer_friendly_bottom.php
> > > > 
> > > > Modified: branches/SM-1_4-STABLE/squirrelmail/functions/mime.php
> > > > ===================================================================
> > > > --- branches/SM-1_4-STABLE/squirrelmail/functions/mime.php
> > 2020-05-23
> > > > 18:46:03 UTC (rev 14859)
> > > > +++ branches/SM-1_4-STABLE/squirrelmail/functions/mime.php
> > 2020-05-23
> > > > 18:54:31 UTC (rev 14860)
> > > > @@ -546,7 +546,7 @@
> > > > $defaultlink = $hookresults[6];
> > > > 
> > > > // base64 encoded file sizes are misleading, so approximate
> > > > real size
> > > > -        if (!empty($header->encoding) && $header->encoding ==
> > > > 'base64')
> > > > +        if (!empty($header->encoding) &&
> > > > strtolower($header->encoding) == 'base64')
> > > > $size = $header->size / 4 * 3;
> > > > else
> > > > $size = $header->size;
> > > > 
> > > > Modified:
> > > > branches/SM-1_4-STABLE/squirrelmail/src/printer_friendly_bottom.php
> > > > ===================================================================
> > > > ---
> > > > branches/SM-1_4-STABLE/squirrelmail/src/printer_friendly_bottom.php
> > 2020-05-23
> > > > 18:46:03 UTC (rev 14859)
> > > > +++
> > > > branches/SM-1_4-STABLE/squirrelmail/src/printer_friendly_bottom.php
> > 2020-05-23
> > > > 18:54:31 UTC (rev 14860)
> > > > @@ -274,11 +274,17 @@
> > > > 
> > > > $display_filename = $filename;
> > > > 
> > > > +        // base64 encoded file sizes are misleading, so approximate
> > > > real size
> > > > +        if (!empty($header->encoding) &&
> > > > strtolower($header->encoding) == 'base64')
> > > > +            $size = $header->size / 4 * 3;
> > > > +        else
> > > > +            $size = $header->size;
> > > > +
> > > > // TODO: maybe make it nicer?
> > > > $attachments .= '<table cellpadding="0" cellspacing="0"
> > > > border="1"><tr><th
> > > > colspan="2">'.decodeHeader($display_filename).'</th></tr>' .
> > > > '<tr border="0">'.
> > > > html_tag( 'td',_("Size:"), 'right') .
> > > > -            html_tag( 'td',show_readable_size($header->size),
> > 'left')
> > > > .
> > > > +            html_tag( 'td',show_readable_size($size), 'left') .
> > > > '</tr><tr>' .
> > > > html_tag( 'td',_("Type:"), 'right') .
> > > > html_tag(
> > > > 
> > 'td',sm_encode_html_special_chars($type0).'/'.sm_encode_html_special_chars($type1),
> > 
> > > > 'left') .
> > > > 
> > > > This was sent by the SourceForge.net collaborative development
> > > > platform, the world's largest Open Source development site.
> > > > 
> > > > 
> > > > 
> > > > -----
> > > > squirrelmail-cvs mailing list
> > > > List address: squirrelmail-cvs@lists.sourceforge.net
> > > > List info (subscribe/unsubscribe/change options):
> > > > https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
> > > > Repository: http://squirrelmail.org/svn
> > > 
> > > 
> > > -----
> > > squirrelmail-cvs mailing list
> > > List address: squirrelmail-cvs@lists.sourceforge.net
> > > List info (subscribe/unsubscribe/change options):
> > > https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
> > > Repository: http://squirrelmail.org/svn
> > 
> > 
> > 
> > 
> > -----
> > squirrelmail-cvs mailing list
> > List address: squirrelmail-cvs@lists.sourceforge.net
> > List info (subscribe/unsubscribe/change options):
> > https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
> > Repository: http://squirrelmail.org/svn
> 




-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic