You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Jochen Gazda (Created) (JIRA)" <se...@james.apache.org> on 2012/02/06 22:12:59 UTC

[jira] [Created] (IMAP-354) Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer

Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer
---------------------------------------------------------------------------

                 Key: IMAP-354
                 URL: https://issues.apache.org/jira/browse/IMAP-354
             Project: JAMES Imap
          Issue Type: Improvement
            Reporter: Jochen Gazda
            Priority: Minor


All CharsetUtil.encodeModifiedUTF7 invocations should be moved to org.apache.james.imap.encode.ImapResponseComposer analogically to org.apache.james.imap.decode.ImapRequestLineReader.mailbox()

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Updated] (IMAP-354) Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer

Posted by "Jochen Gazda (Updated) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Gazda updated IMAP-354:
------------------------------

    Attachment: IMAP-354.1-patch.txt

Improved patch. Apply against apache-james-imap-message project.
                
> Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer
> ---------------------------------------------------------------------------
>
>                 Key: IMAP-354
>                 URL: https://issues.apache.org/jira/browse/IMAP-354
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Jochen Gazda
>            Priority: Minor
>         Attachments: IMAP-354.1-patch.txt
>
>
> All CharsetUtil.encodeModifiedUTF7 invocations should be moved to org.apache.james.imap.encode.ImapResponseComposer analogically to org.apache.james.imap.decode.ImapRequestLineReader.mailbox()

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Closed] (IMAP-354) Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer

Posted by "Eric Charles (Closed) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Charles closed IMAP-354.
-----------------------------

    Resolution: Fixed

Committed, Thx Jochen.
                
> Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer
> ---------------------------------------------------------------------------
>
>                 Key: IMAP-354
>                 URL: https://issues.apache.org/jira/browse/IMAP-354
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Jochen Gazda
>            Priority: Minor
>         Attachments: IMAP-354.1-patch.txt
>
>
> All CharsetUtil.encodeModifiedUTF7 invocations should be moved to org.apache.james.imap.encode.ImapResponseComposer analogically to org.apache.james.imap.decode.ImapRequestLineReader.mailbox()

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Updated] (IMAP-354) Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer

Posted by "Jochen Gazda (Updated) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Gazda updated IMAP-354:
------------------------------

    Attachment:     (was: IMAP-354-patch.txt)
    
> Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer
> ---------------------------------------------------------------------------
>
>                 Key: IMAP-354
>                 URL: https://issues.apache.org/jira/browse/IMAP-354
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Jochen Gazda
>            Priority: Minor
>         Attachments: IMAP-354.1-patch.txt
>
>
> All CharsetUtil.encodeModifiedUTF7 invocations should be moved to org.apache.james.imap.encode.ImapResponseComposer analogically to org.apache.james.imap.decode.ImapRequestLineReader.mailbox()

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Commented] (IMAP-354) Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer

Posted by "Jochen Gazda (Commented) (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/IMAP-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202334#comment-13202334 ] 

Jochen Gazda commented on IMAP-354:
-----------------------------------

The patch needs to be applied against the root directory of apache-james-imap-message project.
                
> Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer
> ---------------------------------------------------------------------------
>
>                 Key: IMAP-354
>                 URL: https://issues.apache.org/jira/browse/IMAP-354
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Jochen Gazda
>            Priority: Minor
>         Attachments: IMAP-354-patch.txt
>
>
> All CharsetUtil.encodeModifiedUTF7 invocations should be moved to org.apache.james.imap.encode.ImapResponseComposer analogically to org.apache.james.imap.decode.ImapRequestLineReader.mailbox()

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Updated] (IMAP-354) Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer

Posted by "Jochen Gazda (Updated) (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Gazda updated IMAP-354:
------------------------------

    Attachment: IMAP-354-patch.txt

The patch centralizes the mailbox name encoding to org.apache.james.imap.encode.base.ImapResponseComposerImpl.mailbox(String).
All CharsetUtil.encodeModifiedUTF7() callers were modified to use ImapResponseComposer.mailbox().
                
> Move all CharsetUtil.encodeModifiedUTF7 invocations to ImapResponseComposer
> ---------------------------------------------------------------------------
>
>                 Key: IMAP-354
>                 URL: https://issues.apache.org/jira/browse/IMAP-354
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Jochen Gazda
>            Priority: Minor
>         Attachments: IMAP-354-patch.txt
>
>
> All CharsetUtil.encodeModifiedUTF7 invocations should be moved to org.apache.james.imap.encode.ImapResponseComposer analogically to org.apache.james.imap.decode.ImapRequestLineReader.mailbox()

--
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org