mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
vCard parser fixes
This commit is contained in:
parent
147dce6e4a
commit
3613bf5270
8 changed files with 62 additions and 20 deletions
|
|
@ -483,7 +483,7 @@ class Client {
|
|||
if ($mr > 0)
|
||||
{
|
||||
$newurl = curl_getinfo($curl, CURLINFO_EFFECTIVE_URL);
|
||||
|
||||
|
||||
$rcurl = curl_copy_handle($curl);
|
||||
curl_setopt($rcurl, CURLOPT_HEADER, true);
|
||||
curl_setopt($rcurl, CURLOPT_NOBODY, true);
|
||||
|
|
@ -512,7 +512,7 @@ class Client {
|
|||
}
|
||||
}
|
||||
} while ($code && --$mr);
|
||||
|
||||
|
||||
curl_close($rcurl);
|
||||
if ($mr > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue