Closed Bug 888855 Opened 11 years ago Closed 11 years ago

[MMS] 40 character restriction on content type name of MMS message parts should be removed

Categories

(Firefox OS Graveyard :: Gaia::SMS, defect, P1)

ARM
Gonk (Firefox OS)

Tracking

(blocking-b2g:leo+)

RESOLVED WONTFIX
1.1 QE4 (15jul)
blocking-b2g leo+

People

(Reporter: leo.bugzilla.gaia, Unassigned)

References

Details

FFOS is having a 40 character restriction on content type name of MMS message parts.This is not as per specification.We should remove this restriction
This is discussed in Taiwan workweek.
We have to remove the following if part for that 40 character restriction

if (name && name.length > MMS.MMS_MAX_LENGTH_NAME_CONTENT_TYPE) {
   return false;
}

Thanks,
Leo, 
One question after re-check the In OMA-TS-MMS_CONF-V1_3-20110511-C 10.2.5.
Why they use headers in "Name-parameter for Content-Type in WSP multipart headers" if it is not check for every part?
Flags: needinfo?(leo.bugzilla.gaia)
Hi Ctai,

This is our understanding. WSP 230 document is used for encoding all the multipart headers. MMS specification also uses the same for encoding. However MMS adds limitations interms of size of header fields. This we have already discussed.
Content type is a general encoding rule defined by WSP 230, which can be used anywhere and Name parameter is a optional. Its used for all the parts not for WSP/WAP headers (other header information in WAP headers are To/CC/Bcc).
blocking-b2g: --- → leo+
Flags: needinfo?(leo.bugzilla.gaia)
Target Milestone: --- → 1.1 QE4 (15jul)
Priority: -- → P2
OMA-TS-MMS-CONF-V1_3-20110913-A clause 10.2.5 "Maximum Values of MMS Parameters" clearly says "Name-parameter for Content-Type in WSP multipart headers" can only have 40 characters in maximum.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Priority: P2 → P1
Per face-to-face meeting, if you just want a long long file name for each part, please file another bug instead.  On that case, file names should have no restrictions on their lengths, at least not addressed in MMS conformance documents.
You need to log in before you can comment on or make changes to this bug.