IMAP: Disallow direct `new IMAPConnection()` construct Disallows constructing an `IMAPConnection` class directly with `new IMAPConnection` construct, by throwing an `Error` exception if atte
IMAP: Disallow direct `new IMAPConnection()` construct Disallows constructing an `IMAPConnection` class directly with `new IMAPConnection` construct, by throwing an `Error` exception if attempted. `imap_open` is still the only way to create `IMAPConnection` objects.
show more ...
|