outboundProtocol
info.outboundProtocol = fSMTPAddOnRef;
_GetAuthEncrMenu(info.outboundProtocol, fOutboundAuthMenu,
entry_ref outboundProtocol;
account.outboundProtocol = _CreateOutboundProtocol(settings,
if (account.outboundProtocol != NULL) {
account.outboundProtocol->SetMailNotifier(notifier);
account.outboundProtocol->Run();
account.outboundProtocol);
if (account.inboundProtocol != NULL || account.outboundProtocol != NULL)
if (account.outboundProtocol != NULL) {
account.outboundProtocol->Lock();
account.outboundProtocol->Quit();
return found->second.outboundProtocol;
BOutboundMailProtocol* outboundProtocol;