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:41:08 UTC

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

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 SMTPClient would benefit from having methods such as setSoSendBufferSize() and setSoReceiveBufferSize().

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


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

Posted by "Raj Patel (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Rory Winston closed NET-183.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Added buffer size modifiers for SocketClient (SMTP parent class).

> 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
>             Fix For: 2.0
>
>
> 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.