This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
libetpan
forked from
pEp.foundation/libetpan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixed IMAP ID sender
dvh-chacham15-master
Hoa V. DINH
9 years ago
parent
f1007d1b0b
commit
df05280572
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/low-level/imap/mailimap_id_sender.c
+ 1
- 0
src/low-level/imap/mailimap_id_sender.c
View File
@ -34,6 +34,7 @@ static int mailimap_id_params_list_send(mailstream * fd, struct mailimap_id_para
r
=
mailimap_token_send
(
fd
,
"
NIL
"
)
;
if
(
r
!
=
MAILIMAP_NO_ERROR
)
return
r
;
return
MAILIMAP_NO_ERROR
;
}
r
=
mailimap_oparenth_send
(
fd
)
;
Write
Preview
Loading…
Cancel
Save