jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
GeoServer
  • GeoServer
  • GEOS-1531 Add support for WCS 1.1 protocol
  • GEOS-1693

Replace usage of javamail with some custom code

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Andrea Aime added a comment - 21/Jan/08 10:46 AM

At the moment we're using javamail to output mime multipart/mixed messages. This is extremely inefficient, since javamail makes the output formats runs twice in order to decide wheter each part of the message can be encoded as 7bit or base64 (it scans the output of the first run to decide wheter the content is made only of ascii chars or not)

Show
Andrea Aime added a comment - 21/Jan/08 10:46 AM At the moment we're using javamail to output mime multipart/mixed messages. This is extremely inefficient, since javamail makes the output formats runs twice in order to decide wheter each part of the message can be encoded as 7bit or base64 (it scans the output of the first run to decide wheter the content is made only of ascii chars or not)
Hide
Permalink
Andrea Aime added a comment - 21/Jan/08 10:48 AM

Never mind, if one forces the content type encoding to base64 before write occurrs the guess code won't run

Show
Andrea Aime added a comment - 21/Jan/08 10:48 AM Never mind, if one forces the content type encoding to base64 before write occurrs the guess code won't run

People

  • Assignee:
    Andrea Aime
    Reporter:
    Andrea Aime
Vote (0)
Watch (0)

Dates

  • Created:
    21/Jan/08 10:43 AM
    Updated:
    21/Jan/08 10:48 AM
    Resolved:
    21/Jan/08 10:48 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.