/
niceSOFT
/
dovecot
ОбзорДокументацияВойти
/
niceSOFT
/
dovecot
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
dovecot/
src/lib-mail/
..
Makefile.am

global: Include fuzzer dict files in dist

6 дней назад
fuzz-message-date.c

COPYING: Simplify and standardize copyright handling

месяц назад
fuzz-message-date.dict

lib-*: Add libFuzzer dictionaries for the fuzz targets

2 месяца назад
fuzz-message-decoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
fuzz-message-decoder.dict

lib-*: Add libFuzzer dictionaries for the fuzz targets

2 месяца назад
fuzz-message-parser.c

COPYING: Simplify and standardize copyright handling

месяц назад
fuzz-message-parser.dict

lib-*: Add libFuzzer dictionaries for the fuzz targets

2 месяца назад
fuzz-qp-decoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
fuzz-qp-decoder.dict

lib-*: Add libFuzzer dictionaries for the fuzz targets

2 месяца назад
html-entities.h

lib-mail: Added mail-html2text API What makes it mail-specific is that it allows skipping over data inside <blockquote>. This code probably doesn't parse HTML perfectly, but hopefully good enough for HTML emails.

12 лет назад
istream-attachment-connector.c

COPYING: Simplify and standardize copyright handling

месяц назад
istream-attachment-connector.h

global: Use UOFF_T_MAX instead of (uoff_t)-1

6 лет назад
istream-attachment-extractor.c

lib: istream - Make istreams declare the istreams they read

6 дней назад
istream-attachment-extractor.h

lib-mail: Clarify istream-attachment-extractor's error handling API usage.

10 лет назад
istream-binary-converter.c

lib: istream - Make istreams declare the istreams they read

6 дней назад
istream-binary-converter.h

Added istream-binary-converter to convert binary MIME parts to base64.

14 лет назад
istream-dot.c

lib: istream - Make istreams declare the istreams they read

6 дней назад
istream-dot.h

lib-mail: i_stream_create_dot() - Replace boolean send_last_lf with enumerated flags

2 года назад
istream-header-filter.c

lib: istream - Make istreams declare the istreams they read

6 дней назад
istream-header-filter.h

global: Change CALLBACK_TYPECHECK() to used with subtraction

7 лет назад
istream-qp-decoder.c

lib: istream - Make istreams declare the istreams they read

6 дней назад
istream-qp-encoder.c

lib: istream - Make istreams declare the istreams they read

6 дней назад
istream-qp.h

lib-mail: Add qp encoder

9 лет назад
mail-html2text.c

COPYING: Simplify and standardize copyright handling

месяц назад
mail-html2text.h

lib-mail, fts: Put application/xhtml+xml MIME parts through html parser as well.

11 лет назад
mail-types.h

Moved GUID code to liblib. Use guid_128_t type consistently everywhere.

15 лет назад
mbox-from.c

COPYING: Simplify and standardize copyright handling

месяц назад
mbox-from.h

mbox_from_parse() now returns also the parsed timezone.

18 лет назад
message-address.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-address.h

lib-mail: Add message_address_parse_full() and struct message_address_list

2 года назад
message-binary-part.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-binary-part.h

imap: URLFETCH BINARY BODYPARTSTRUCTURE returns binary-decoded line counts.

14 лет назад
message-date.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-date.h

Avoid using shadow variables. Unfortunately -Wshadow also complains about index variable conflicting with index(), which is used in way too many places to change.

18 лет назад
message-decoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-decoder.h

lib-mail: message-decoder - Add flag to skip RFC 2047 decoding for address headers

3 месяца назад
message-header-decode.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-header-decode.h

Replaced "decomposed titlecase" conversions with more generic normalizer function. Plugins can now change mail_user.default_normalizer. Specific searches can also use different normalizers by changing mail_search_context.normalizer.

14 лет назад
message-header-encode.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-header-encode.h

lib-mail: message-header-encode - Update function descriptions.

6 лет назад
message-header-hash.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-header-hash.h

lib-mail: message_header_hash() - add v4 that strips tabs

9 лет назад
message-header-parser.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-header-parser.h

global: Fix whitespace

2 года назад
message-id.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-id.h

Changed .h ifdef/defines to use <NAME>_H format.

19 лет назад
message-parser-from-parts.c

lib-mail: message-parser - Check both dashes of the epilogue boundary

16 дней назад
message-parser-private.h

lib-mail: message-parser - Limit headers total count to 50MB by default

2 года назад
message-parser.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-parser.h

lib-mail: message-parser - Limit headers total count to 50MB by default

2 года назад
message-part-data.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-part-data.h

lib-mail: Make message_part_is_attachment() part parameter const

8 месяцев назад
message-part-serialize.c

lib-mail: message-part-serialize - Enforce message part offset consistency

16 дней назад
message-part-serialize.h

Changed .h ifdef/defines to use <NAME>_H format.

19 лет назад
message-part.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-part.h

global: Fix spelling

3 месяца назад
message-search.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-search.h

lib-mail: message_search_msg() passes through message_parser_deinit_from_parts()'s error string

10 лет назад
message-size.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-size.h

lib-mail: message_skip_virtual() - Fix handling plain CRs in message body

2 года назад
message-snippet.c

COPYING: Simplify and standardize copyright handling

месяц назад
message-snippet.h

lib-mail: Added message_snippet_generate() to produce a short text snippet of a mail.

12 лет назад
ostream-dot.c

COPYING: Simplify and standardize copyright handling

месяц назад
ostream-dot.h

lib-mail: ostream-dot API changes The dot-line sending is now done when o_stream_flush() is called. This should be used instead of relying on close() doing it, because it still needs to write a few bytes and there are no guarantees that the parent stream allows sending them.

11 лет назад
qp-decoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
qp-decoder.h

lib-mail: Added qp-decoder, which is a rewritten quoted_printable_decode() The main benefit is that qp-decoder allows feeding data to it in smaller pieces. It can also give better error reporting.

11 лет назад
qp-encoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
qp-encoder.h

lib-mail: Add qp encoder

9 лет назад
quoted-printable.c

COPYING: Simplify and standardize copyright handling

месяц назад
quoted-printable.h

lib-mail: Removed quoted_printable_decode*() quoted_printable_q_decode() was still left in quoted-printable.h, but maybe it should be moved to qp-decoder.c as well.

11 лет назад
rfc2231-parser.c

COPYING: Simplify and standardize copyright handling

месяц назад
rfc2231-parser.h

lib-mail: Change NUL -> 0x80 replacement to use unicode replacement char instead

8 лет назад
rfc822-parser.c

lib-mail: rfc822-parser - Remove rfc822_decode_punycode()

месяц назад
rfc822-parser.h

lib-mail: rfc822-parser - Remove rfc822_decode_punycode()

месяц назад
test-iostream-dot.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-istream-attachment.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-istream-binary-converter.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-istream-dot.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-istream-header-filter.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-istream-qp-decoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-istream-qp-encoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-mail-html2text.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-mbox-from.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-address.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-date.c

global: Drop TIME_T_SIGNED define

20 дней назад
test-message-decoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-header-decode.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-header-encode.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-header-hash.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-header-parser.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-id.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-parser.c

lib-mail: message-parser - Check both dashes of the epilogue boundary

16 дней назад
test-message-part-data.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-part-serialize.c

lib-mail: message-part-serialize - Enforce message part offset consistency

16 дней назад
test-message-part.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-search.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-size.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-message-snippet.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-ostream-dot.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-qp-decoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-qp-encoder.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-quoted-printable.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-rfc2231-parser.c

COPYING: Simplify and standardize copyright handling

месяц назад
test-rfc822-parser.c

lib-mail: test-rfc822-parser - Consolidate domain tests in one test function

месяц назад
test.out~2004081.core.2004143

lib-mail: test-rfc822-parser - Consolidate domain tests in one test function

месяц назад