PHP Classes

Problems with Long Subjects

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Problems with Long Subjects  >  (Un) Subscribe thread alerts  
Subject:Problems with Long Subjects
Summary:Spaces are getting removed at some places for long subjects
Messages:13
Author:Raja Sekhar
Date:2012-03-08 17:08:46
Update:2012-03-29 08:23:14
 
  1 - 10   11 - 13  

  11. Re: Problems with Long Subjects   Reply   Report abuse  
Picture of Raja Sekhar Raja Sekhar - 2012-03-27 07:53:24 - In reply to message 10 from Raja Sekhar
Hi Manuel

There seems to be another bug that got introduced when the earlier issue was fixed. I could be wrong. But I am seeing an extra spaces suddenly in between a word when the subject is long.

for example:
Re: [abcd efghe ijklmno] Re: Re: abcde abcde Sabcdedx for Development fund - more Insight needed

gets converted to
Re: [abcd efghe ijklmno] Re: Re: abcde abcde Sabcdedx for Development fund - more Insight neede d

You can see the space between e and d in the last word of the suvject.

I have noticed this with few other long subject mails as well.

Let me know if you think there could be a problem.

  12. Re: Problems with Long Subjects   Reply   Report abuse  
Picture of Raja Sekhar Raja Sekhar - 2012-03-27 07:54:01 - In reply to message 10 from Raja Sekhar
Hi Manuel

There seems to be another bug that got introduced when the earlier issue was fixed. I could be wrong. But I am seeing an extra spaces suddenly in between a word when the subject is long.

for example:
Re: [abcd efghe ijklmno] Re: Re: abcde abcde Sabcdedx for Development fund - more Insight needed

gets converted to
Re: [abcd efghe ijklmno] Re: Re: abcde abcde Sabcdedx for Development fund - more Insight neede d

You can see the space between e and d in the last word of the suvject.

I have noticed this with few other long subject mails as well.

Let me know if you think there could be a problem.

  13. Re: Problems with Long Subjects   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-03-29 08:23:14 - In reply to message 12 from Raja Sekhar
Right that is because you should be having a long header that is split in multiple lines and the continuation character is a space.

However the space character is significant and should be included in the decoded value. That was what the last fix address.

Anyway what program is generating those messages with long headers?

Can you open the message in a text editor and copy and paste here the lines of the header that is causing that effect?

 
  1 - 10   11 - 13