[SM-USERS] Re: Read Messages Not Unread After Back

2006-05-03 Thread Keefe John
Sorry about that, there was a slight typo in that statement. After viewing an UNREAD message and hitting the back button the message STILL appears as UNREAD. Keefe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 03,

Re: [SM-USERS] Attach filesize still a problem...

2006-05-03 Thread Fredrik Jervfors
I am still having a problem setting the filesize on attachments. Right now it is fixed a 2MB, I would like to increase it to 5MB. My php.ini is fine (I use gallery and people can upload 10MB files!) I must be missing something. Does anybody know how to set this? >>> >>> Do you k

Re: [SM-USERS] Attach filesize still a problem...

2006-05-03 Thread Fredrik Jervfors
>>> I am still having a problem setting the filesize on attachments. >>> Right now it is fixed a 2MB, I would like to increase it to 5MB. My >>> php.ini is fine (I use gallery and people can upload 10MB files!) I >>> must be missing something. Does anybody know how to set this? >> >> Do you know if

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Tomas Kuliavas
Same rfc2045 5.2. Content-Type Defaults Default RFC 822 messages without a MIME Content-Type header are taken by this protocol to be plain text in the US-ASCII character set, which can be explicitly specified as: Content-type: text/plain; charset=us-ascii This default is a

Re: [SM-USERS] Strange behavior with an attachment.

2006-05-03 Thread J Adams
SquirrelMail 1.4.2 Courier-IMAP FreeBSD 6.x PHP 5.1.x Apache 1.3 I had this issue a while back, but was unable to resolve it.  Problem still persists for my users. What I noticed is that some Content-type that comes into our system is interpretted (correctly), by SM and I am able to view/downl

Re: [SM-USERS] Strange behavior with an attachment.

2006-05-03 Thread Alex Ng
SquirrelMail 1.4.2 Courier-IMAP FreeBSD 6.xPHP 5.1.xApache 1.3 I had this issue a while back, but was unable to resolve it.  Problem still persists for my users.What I noticed is that some Content-type that comes into our system is interpretted (correctly), by SM and I am able to view/download the

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Arnór Heiðar
You know what Tomas, you're a genius... That WORKED! :) Thank you very much Tomas Kuliavas wrote: "3. Message MUST have MIME-Version header, because rfc2045 requires this header." RFC 2045 chapter 4. Ok, now this is freaking me out. I've modified the code so it corrects the headers, but

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Arnór Heiðar
And that's a feature not a bug, right ? :) Tomas Kuliavas wrote: In thunderbird and outlook default character set is set in configuration. In SquirrelMail and any other imap program, that depends on information provided by IMAP server, default email character set is always US-ASCII. That w

Re: [SM-USERS] Attach filesize still a problem...

2006-05-03 Thread maillists
On Wed, 2006-05-03 at 15:13 +, Arnór Heiðar wrote: > Hi Rick > > Do you know if the file-upload itself was a success? > > Br, Arnor > > maillists wrote: > > >Hi, > > > >I am still having a problem setting the filesize on attachments. Right > >now it is fixed a 2MB, I would like to increase

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Tomas Kuliavas
In thunderbird and outlook default character set is set in configuration. In SquirrelMail and any other imap program, that depends on information provided by IMAP server, default email character set is always US-ASCII. > That was supposed to be: > 1. Why does squirrelmail print it out with ? marks

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Tomas Kuliavas
"3. Message MUST have MIME-Version header, because rfc2045 requires this header." RFC 2045 chapter 4. > Ok, now this is freaking me out. > > I've modified the code so it corrects the headers, but it's still the > same way. > > I've got two questions: > 1. Why does squirrelmail print it out with ?

Re: [SM-USERS] Strange behavior with an attachment.

2006-05-03 Thread Matt Ruzicka
Hmm.. That's really interesting because we have had similar reports. Here are our specs: SquirrelMail 1.4.6 FreeBSD 4.x Apache 2.2.x PHP 5.1.x Courier-IMAP It has been a while since I looked into this, but I seem to remember my testing indicated it was the result of certain mailer scripts or c

Re: [SM-USERS] Attach filesize still a problem...

2006-05-03 Thread Arnór Heiðar
Hi Rick Do you know if the file-upload itself was a success? Br, Arnor maillists wrote: Hi, I am still having a problem setting the filesize on attachments. Right now it is fixed a 2MB, I would like to increase it to 5MB. My php.ini is fine (I use gallery and people can upload 10MB files!) I

[SM-USERS] Strange behavior with an attachment.

2006-05-03 Thread J Adams
A user attaches a file in SquirrelMail. It shows up in the compose window and it seems to attach correctly but, after sending, the attachment is no longer there. It appears in the sent fold as "untitled-[1]  0 k   [ multipart/alternative ]" I have several reports of this behavior from users, but

[SM-USERS] Attach filesize still a problem...

2006-05-03 Thread maillists
Hi, I am still having a problem setting the filesize on attachments. Right now it is fixed a 2MB, I would like to increase it to 5MB. My php.ini is fine (I use gallery and people can upload 10MB files!) I must be missing something. Does anybody know how to set this? Thanks Rick

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Arnór Heiðar
That was supposed to be: 1. Why does squirrelmail print it out with ? marks, when e-mail clients I've tested (thunderbird & outlook) output the e-mails with correct letters Arnór Heiðar wrote: Ok, now this is freaking me out. I've modified the code so it corrects the headers, but it's still

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Arnór Heiðar
Ok, now this is freaking me out. I've modified the code so it corrects the headers, but it's still the same way. I've got two questions: 1. Why does squirrelmail print it out with ? marks, when e-mail clients I've tested (thunderbird & outlook) 2. Why does the text print out incorrectly when

Re: [SM-USERS] Charset problem in icelandic? Text is scrambled - not HTML

2006-05-03 Thread Arnór Heiðar
Ahhh.. beautiful, it's actually partly my fault, I had noticed that mambo was forming the headers incorrectly but I didn't know that this customer was receiving the e-mail through mambo. // Btw. asking mambo developers to follow standars is like asking an contractor to be on time. Thanks for

Re: [SM-USERS] s/mime - signing possible?

2006-05-03 Thread Friedemann Schorer
Hi, >> I skimmed through the website and didn't find any information if and how >> SQ is capable of _signing_ my messages with S/MIME certs. Did I >> overlook >> something, or is this feature planned for a new release? > > > See: . thx

Re: [SM-USERS] s/mime - signing possible?

2006-05-03 Thread Fredrik Jervfors
> I skimmed through the website and didn't find any information if and how > SQ is capable of _signing_ my messages with S/MIME certs. Did I overlook > something, or is this feature planned for a new release? See: . Sincerely, Fredrik

[SM-USERS] s/mime - signing possible?

2006-05-03 Thread Friedemann Schorer
Hi, I skimmed through the website and didn't find any information if and how SQ is capable of _signing_ my messages with S/MIME certs. Did I overlook something, or is this feature planned for a new release? Thanks! Friedemann --- Using Tomca