Author |
|
kuemerle5 Newbie
Joined: 07 March 2010 Location: United States
Online Status: Offline Posts: 2
|
Posted: 07 March 2010 at 1:09pm | IP Logged
|
|
|
When the admin configures an IMAP host, there are no options for connection flags. The reason I mention this is because I would like to specify a /novalidate-cert flag because otherwise, I an unable to connect to my IMAP server. If someone could give me a tip on how to add these flags manually, I would really appreciate it. Thanks!
|
Back to Top |
|
|
kuemerle5 Newbie
Joined: 07 March 2010 Location: United States
Online Status: Offline Posts: 2
|
Posted: 07 March 2010 at 4:34pm | IP Logged
|
|
|
Also, I am using AfterLogic WebMail Lite with the PHP flavor.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 09 March 2010 at 7:08am | IP Logged
|
|
|
Standard PHP function called fsockopen is actually used by WebMail Lite to establish connection to IMAP server. You can find the code used for this in libs/class_imap.php file (line ~781), open_connection() function.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|