aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-05Added function to retrieve sequence numbers of messages whose UID is greater ...Vincent Richard3-0/+68
2011-11-15Set Diffie-Hellman prime size (bug SF#3434852).Vincent Richard1-0/+1
2011-11-15GNU TLS 3 has no 'extra' (thanks to mabrand).Vincent Richard1-0/+2
2011-08-21Removed dependency on gcrypt for gnutls version >= 2.12.Vincent Richard1-2/+12
2011-08-20Use gnutls_strerror() for reporting errors.Vincent Richard1-111/+9
2011-06-26Fixed encoding of whitespace. Fixed old test case.Vincent Richard1-6/+0
2011-06-26Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.Vincent Richard1-0/+17
2011-06-25Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).Vincent Richard1-0/+5
2011-06-19Added support for mailboxes that specify an (encoded) full name with an empty...Vincent Richard1-1/+3
2011-06-19Fixed messageBuilder to accept an empty mailbox group in 'To:' field, to allo...Vincent Richard1-5/+3
2011-06-19Alias for UTF-7 charset.Vincent Richard1-0/+7
2011-06-19Correctly generate attachment names which are long and have high characters f...Vincent Richard1-22/+48
2011-06-19Fixed parsing of an attachment filename that is between 66 and 76 characters ...Vincent Richard1-1/+2
2011-03-31Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).Vincent Richard1-4/+9
2011-03-09Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...Vincent Richard2-14/+25
2011-01-28Fixed possible read to invalid memory location (thanks to Alexander Konovalov).Vincent Richard1-1/+1
2011-01-21Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).Vincent Richard1-1/+1
2010-12-10Fixed boundary parsing (thanks to John van der Kamp, Zarafa).Vincent Richard1-2/+41
2010-12-08No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ...Vincent Richard1-2/+3
2010-10-20Return failed email address in exception for RCPT TO.Vincent Richard1-1/+1
2010-10-19Added support for DRAFT flag.Vincent Richard3-1/+7
2010-10-18Fold non-encoded lines in the case there is no whitespace in them.Vincent Richard1-1/+34
2010-10-12Fixed missing whitespace in text parsing.Vincent Richard1-0/+12
2010-10-12Better RFC-2047 encoding.Vincent Richard2-147/+169
2010-10-12Encode quotation marks in QP/RFC-2047.Vincent Richard1-0/+1
2010-09-07Added an option to recognize inline objects as attachments.Vincent Richard1-42/+54
2010-09-07Support filenames with charset (thanks to John van der Kamp, Zarafa).Vincent Richard1-2/+10
2010-09-06Fixed extraction of root part body.Vincent Richard1-2/+5
2010-08-19Fixed pointer-type argument for gnutls_credentials_set (thanks to Mike Smellie).Vincent Richard1-2/+2
2010-08-17Encode TSpecials in RFC-2231 encoded chunks.Vincent Richard1-0/+12
2010-08-16Added stubs for timeout handler (#3045770).Vincent Richard1-3/+8
2010-08-05Connection time out.Vincent Richard4-10/+121
2010-07-17Take account of charset recommended encoding (thanks to John van der Kamp, Za...Vincent Richard1-8/+19
2010-06-23Do not generate 7-bit value for parameter if RFC-2231 extended value is gener...Vincent Richard1-6/+43
2010-05-23Improved automatic encoding selection. Added helper functions on body for set...Vincent Richard10-71/+226
2010-05-21Always encode special charsets.Vincent Richard3-22/+90
2010-05-21Fixed missing #include.Vincent Richard1-0/+1
2010-05-20Fixed case-sensitive include.Vincent Richard1-1/+1
2010-05-20Fixed type size.Vincent Richard1-7/+7
2010-05-18Added helper function to construct parsed message from net message. Splitted ...Vincent Richard8-198/+561
2010-05-14Fixed parsing of header field value with no data on the first line (folding).Vincent Richard1-0/+6
2010-05-04Use STARTTLS for additional connections (thanks to Andrei).Vincent Richard1-1/+1
2010-04-13Register non-standard encoding names.Vincent Richard1-0/+4
2010-04-08Fixed parsing of non-significant whitespaces in field values.Vincent Richard1-3/+23
2010-03-16Fixed calls to 'empty' instead of 'clear' (thanks to John van der Kamp, from ...Vincent Richard1-2/+2
2010-03-16Return false instead of throwing an exception if file does not exist in isDir...Vincent Richard1-0/+12
2010-03-10Fixed compilation issue with 'const'.Vincent Richard1-1/+1
2010-03-10Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF).Vincent Richard1-2/+2
2010-02-10Don't quote if no encoding is needed.Vincent Richard1-1/+2
2010-02-10Allow spaces to appear in mailbox display name without encoding or quoting. E...Vincent Richard1-2/+3