Hi,<br>I modified &quot;plain.c&quot; to add another parameter as an image to the sasl server. Now the parameter structure would be as below: <br><br><b>Authentication-id Authorization-id Password Image<br><br>The fourth parameter Image will be a base-64 converted string. When I tried passing a image of small length say (20000 characters), There is no problem in it, The mechanism can accept it. I tested the same with huge image where the base-64 string is of (1,00000) characters. I am getting the response &quot;Overflowed Buffer&quot;. <br>
<br>What Will be the issue here? I am calling the SASL mechanism from client end via IMAP.<br></b>