You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "George Kirkham (JIRA)" <ji...@apache.org> on 2012/07/25 01:40:33 UTC

[jira] [Created] (OPENMEETINGS-379) The Calendar ics format email notification is incorrectly formed

George Kirkham created OPENMEETINGS-379:
-------------------------------------------

             Summary: The Calendar ics format email notification is incorrectly formed
                 Key: OPENMEETINGS-379
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-379
             Project: Openmeetings
          Issue Type: Bug
          Components: BuildsAndReleases
    Affects Versions: 2.0 Apache Incubator Release, 2.1 Apache Incubator Release
            Reporter: George Kirkham
            Assignee: SebastianWagner
            Priority: Minor
             Fix For: 2.0 Apache Incubator Release, 2.1 Apache Incubator Release


The Calendar ics format email notification is incorrectly formed, please correct so that a) the email is recognized by Microsoft Outlook and b) any updates become actual updates and not new events.

I believe the correct content-Type is as below (I expect that there will be other mime data required).
Content-Type: text/calendar; name="calendar.ics"; charset="utf-8";
METHOD="REQUEST"; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Currently the OpenMeetings is sending the email as 
Content-Type: text/plain; name=invite.ics
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=invite.ics


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENMEETINGS-379) The Calendar ics format email notification is incorrectly formed

Posted by "George Kirkham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Kirkham updated OPENMEETINGS-379:
----------------------------------------

        Fix Version/s:     (was: 2.0 Apache Incubator Release)
    Affects Version/s:     (was: 2.0 Apache Incubator Release)

I have emailed specific details about the issue, which after discussion seems to be an issue with how Microsoft Outlook responds to the email invitation as opposed to how Gmail handles the invitation email.
                
> The Calendar ics format email notification is incorrectly formed
> ----------------------------------------------------------------
>
>                 Key: OPENMEETINGS-379
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-379
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: BuildsAndReleases
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: George Kirkham
>            Assignee: Maxim Solodovnik
>            Priority: Minor
>             Fix For: 2.1 Apache Incubator Release
>
>
> The Calendar ics format email notification is incorrectly formed, please correct so that a) the email is recognized by Microsoft Outlook and b) any updates become actual updates and not new events.
> I believe the correct content-Type is as below (I expect that there will be other mime data required).
> Content-Type: text/calendar; name="calendar.ics"; charset="utf-8";
> METHOD="REQUEST"; charset=utf-8
> Content-Transfer-Encoding: quoted-printable
> Currently the OpenMeetings is sending the email as 
> Content-Type: text/plain; name=invite.ics
> Content-Transfer-Encoding: 7bit
> Content-Disposition: attachment; filename=invite.ics

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OPENMEETINGS-379) The Calendar ics format email notification is incorrectly formed

Posted by "Maxim Solodovnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-379.
-------------------------------------------

    Resolution: Cannot Reproduce
      Assignee: Maxim Solodovnik  (was: SebastianWagner)
    
> The Calendar ics format email notification is incorrectly formed
> ----------------------------------------------------------------
>
>                 Key: OPENMEETINGS-379
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-379
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: BuildsAndReleases
>    Affects Versions: 2.0 Apache Incubator Release, 2.1 Apache Incubator Release
>            Reporter: George Kirkham
>            Assignee: Maxim Solodovnik
>            Priority: Minor
>             Fix For: 2.0 Apache Incubator Release, 2.1 Apache Incubator Release
>
>
> The Calendar ics format email notification is incorrectly formed, please correct so that a) the email is recognized by Microsoft Outlook and b) any updates become actual updates and not new events.
> I believe the correct content-Type is as below (I expect that there will be other mime data required).
> Content-Type: text/calendar; name="calendar.ics"; charset="utf-8";
> METHOD="REQUEST"; charset=utf-8
> Content-Transfer-Encoding: quoted-printable
> Currently the OpenMeetings is sending the email as 
> Content-Type: text/plain; name=invite.ics
> Content-Transfer-Encoding: 7bit
> Content-Disposition: attachment; filename=invite.ics

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-379) The Calendar ics format email notification is incorrectly formed

Posted by "Maxim Solodovnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421962#comment-13421962 ] 

Maxim Solodovnik commented on OPENMEETINGS-379:
-----------------------------------------------

Which version Are you testing?
2.1 (and I believe 2.0) has:

for html body
"text/html; charset="utf-8""

for attachment
"text/calendar;method=REQUEST;charset=\"UTF-8\""
iCalAttachment.setFileName("invite.ics");
                
> The Calendar ics format email notification is incorrectly formed
> ----------------------------------------------------------------
>
>                 Key: OPENMEETINGS-379
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-379
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: BuildsAndReleases
>    Affects Versions: 2.0 Apache Incubator Release, 2.1 Apache Incubator Release
>            Reporter: George Kirkham
>            Assignee: SebastianWagner
>            Priority: Minor
>             Fix For: 2.0 Apache Incubator Release, 2.1 Apache Incubator Release
>
>
> The Calendar ics format email notification is incorrectly formed, please correct so that a) the email is recognized by Microsoft Outlook and b) any updates become actual updates and not new events.
> I believe the correct content-Type is as below (I expect that there will be other mime data required).
> Content-Type: text/calendar; name="calendar.ics"; charset="utf-8";
> METHOD="REQUEST"; charset=utf-8
> Content-Transfer-Encoding: quoted-printable
> Currently the OpenMeetings is sending the email as 
> Content-Type: text/plain; name=invite.ics
> Content-Transfer-Encoding: 7bit
> Content-Disposition: attachment; filename=invite.ics

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira