Lin Zhan
4175a4ebaf
Update mailimap.c
7 years ago
Lin Zhan
40518e0f5d
Update mailimap.h
7 years ago
Lin Zhan
12f9dd83c3
Update mailimap_types.h
changed mailimap's member `complex_command_tag_enabled` to `is_163_workaround_enabled`.
7 years ago
Lin Zhan
00b201eb31
Update mailimap.h
changed
` int mailimap_is__complex_command_tag_enabled(mailimap * imap); `
` void mailimap_set_complex_command_tag_enabled(mailimap * imap, int enabled);`
to
`int mailimap_is_163_workaround_enabled(mailimap * imap);`
`void mailimap_set_163_workaround_enabled(mailimap * imap, int enabled);`
7 years ago
Lin Zhan
293143a246
Update mailimap.c
changed
` int mailimap_is__complex_command_tag_enabled(mailimap * imap); `
` void mailimap_set_complex_command_tag_enabled(mailimap * imap, int enabled);`
to
`int mailimap_is_163_workaround_enabled(mailimap * imap);`
`void mailimap_set_163_workaround_enabled(mailimap * imap, int enabled);`
7 years ago
Lin Zhan
1ea3f883cd
Update mailimap.c
7 years ago
Lin Zhan
382bccb740
Update mailimap.c
7 years ago
Lin Zhan
dc4410f9c7
Update mailimap.h
7 years ago
Lin Zhan
09c5ad3b39
Update mailimap.h
7 years ago
Lin Zhan
ce9989d749
Update mailimap_types.h
7 years ago
Lin Zhan
f0f5b4a64d
Update mailimap.c
7 years ago
Lin Zhan
0d2e1b28f3
Update mailimap.c
163 mail server will reject the command which with a number tag.
7 years ago
Hoa V. Dinh
dcf4861553
#183 : added comment
8 years ago
Ewan Mellor
725716250a
Fix IMAP ID send.
Use mailimap_quoted_send rather than mailimap_astring_send when
sending names and values inside mailimap_id_param_send.
This means skipping the "workaround for buggy Courier-IMAP that
does not accept quoted-strings for fields name but prefer atoms"
and instead always sending quoted strings.
RFC 2971 (with reference to RFC 2060) is clear that these fields
may only be quoted strings or literals, not atoms. Yahoo's server
rejects this command when atoms are sent (and it is correct to do so).
We shouldn't break compat with well-behaving servers as a workaround
for buggy ones, so using quoted strings here is the best choice.
8 years ago
Hoa V. DINH
b2fbdaf28e
Fixed warnings reported by PVS-Studio
8 years ago
Hoa V. Dinh
3310162627
Handle properly stream errors
8 years ago
Viktor Gedzenko
85a39afe95
Added timeout handling while SMTP auth
8 years ago
Stéphane Queraud
63aeb589eb
moving braces to the end of their block
typo fix…
8 years ago
Stéphane Queraud
2aa47763cc
removing fprintf
removing fprintf
8 years ago
Stéphane Queraud
bbc57ae425
kCFStreamPropertySSLPeerTrust fail on OS X<=10.8
on OS X <= 10.8 (maybe 10.9 too), the kCFStreamPropertySSLPeerTrust
method works the first time, but always returns NULL after, causing an
infinite loop. This change falls back to the old
kCFStreamPropertySSLPeerCertificates method if the first one returns
NULL.
8 years ago
Hoa V. DINH
2a2307c3b7
Added required files to android build
8 years ago
Hoa V. Dinh
850a91369a
Android build
8 years ago
Hoa V. DINH
c3d37fa8a1
Removed assert ( fixed #175 )
8 years ago
Hoa V. Dinh
c61bb340d8
More exports for windows
8 years ago
Hoa V. Dinh
3c0de18eee
Removed duplication
8 years ago
Hoa V. Dinh
a86e768cce
Fixed build for windows
8 years ago
Hoa V. Dinh
c5103de9ff
Exports for windows, cleanup
8 years ago
Hoa V. Dinh
5cd077edb2
Dll exports for win32
8 years ago
dunemaster
61dbf74423
uninit one more critical section
8 years ago
dunemaster
c09f9cad2d
added critical section deletion on windows
8 years ago
Kyle Powers
b71bbe1665
oauth2 -> xoauth2
8 years ago
Kyle Powers
0fadcb04ac
adding comments for OAuth2 token login
8 years ago
Kyle Powers
e1d1f64e11
consistent formatting with proj
8 years ago
Kyle Powers
d851c4a781
fix for gmail imap (via oauth2)
8 years ago
Hoa V. DINH
4079ddce0a
Fixed build for Linux
8 years ago
Hoa V. DINH
7020007cfc
Parse this: =?utf-8?Q?=D0=92=D0=B5=D1=81=D1=82=D0=BD=D0=B8=D0=BA=20=D0=A7=D0=B8=D0=BF=D1=82=D1=80=D0=B8=D0=BF=D0=B0=C2=AE=20:)?= <cheaptripinsider@moitrip.ru>. The colon didn't go through. ( https://github.com/MailCore/mailcore2/issues/870 )
8 years ago
Hoa V. DINH
126bd7c564
Fixed crash ( #919 )
8 years ago
Hoa V. DINH
6f269a36ac
Fixed error
8 years ago
Hoa V. DINH
d03bc62ce1
Fixed warnings. Fixed 32/64 conversions
8 years ago
Hoa V. DINH
cba71ca522
If BYE response data is received, return a stream error instead of returning a parse error ( fixed #42 )
8 years ago
Hoa V. DINH
6de5766e8f
Fixed 32bits/64bits conversions ( fixed #162 )
8 years ago
Hoa V. DINH
705023bc1e
Fixed clang static analyzer issues
8 years ago
Hoa V. DINH
6ea5ecb9c3
Ability to SEARCH using LITERAL+ (part of the fix for https://github.com/MailCore/mailcore2/issues/421 )
8 years ago
Hoa V. DINH
3bab421ef4
Added comment
8 years ago
Hoa V. DINH
82b89cd4b6
Try a fix for https://github.com/MailCore/mailcore2/issues/919
8 years ago
Dhiraj
832e0a906e
Moved function mailmime_param_new_with_data to mailmime_types_helper.c
8 years ago
dunemaster
4c70b5d995
fix issue 153
8 years ago
Hoa V. DINH
fb73212f4d
Improved MIME parsing when encountering "Content-Type: multipart/related; boundary=----=_NextPart_000_0023_5B_DBFDE019.E3E6259B"
8 years ago
Hoa V. Dinh
ea6bc2eda0
Fixed SSL connection to iCloud IMAP
8 years ago
Pitiphong Phongpattranont
2ae04e4cc5
IMAP permanent flag parsing '\*' incorrectly.
8 years ago