Hey devs, i need to know if an imap server supports threading. I can
ask this through the capability functions, but that is a really
expensive call because it asks the imap server. Obviously RC could
know the capabilities right at login because the response of the login
is a capability string.

Is this string saved anywhere so I can use it without making an
expensive imap call? From any task.

Regards,

Cor


Probably you can use ...

{{{

   if(is_array($_SESSION['STORAGE_THREAD'])){
     // threads supported
   }

}}}

_______________________________________________
Roundcube Development discussion mailing list
dev@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to