You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Raj Patel (JIRA)" <ji...@apache.org> on 2008/02/14 18:53:08 UTC

[jira] Updated: (NET-183) SMTPClient - Allow setting of socket send and recieve buffer size

     [ https://issues.apache.org/jira/browse/NET-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raj Patel updated NET-183:
--------------------------

    Description: 
When sending large emails, I think the SocketClient would benefit from having methods such as setSoSendBuffer(int size) and setSoReceiveBuffer(int size).

If agreed, i can go ahead and make the changes.


  was:When sending large emails, I think the SMTPClient would benefit from having methods such as setSoSendBufferSize() and setSoReceiveBufferSize().


> SMTPClient - Allow setting of socket send and recieve buffer size
> -----------------------------------------------------------------
>
>                 Key: NET-183
>                 URL: https://issues.apache.org/jira/browse/NET-183
>             Project: Commons Net
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Raj Patel
>            Priority: Minor
>
> When sending large emails, I think the SocketClient would benefit from having methods such as setSoSendBuffer(int size) and setSoReceiveBuffer(int size).
> If agreed, i can go ahead and make the changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.