geary/src/engine
Michael Gratton c54ff85ccd Geary.RFC822.Message: Update API for SMTP formatting
Remove `Message.without_bcc` ctor since we can now get GMime to exclude
BCC headers when serialising, avoiding the overhead of taking a complete
copy of the message just to strip BCCs.

Rename `get_network_buffer` to `get_rfc822_buffer` to be a bit more
explicit in that's the way to get an actual RFC822 formatted message.
Replace book args with flags, and take a protocol-specific approach
rather than feature-specific, because in the end you're either going to
want all the SMTP formatting quirks or none of them.

Remove custom dot-stuffing support from Smtp.ClientConnection, since it
is redundant.
2020-05-06 14:58:56 +10:00
..
api Geary.RFC822Error: Rename so it's actually in the RFC822 namespace 2020-05-06 14:58:56 +10:00
app Geary.App.ConversationMonitor: Fix more races when starting/stopping 2020-04-24 15:30:04 +10:00
common Geary.SpecialFolderType: Rename class and related properties, signals 2020-03-31 16:15:57 +11:00
db Geary.Db: Disable SQL query logging by default again 2020-04-17 08:49:33 +10:00
imap Geary.RFC822.Message: Update API for SMTP formatting 2020-05-06 14:58:56 +10:00
imap-db Geary.RFC822Error: Rename so it's actually in the RFC822 namespace 2020-05-06 14:58:56 +10:00
imap-engine Geary.ImapEngine.GenericAccount: Fix duplicate folders on first load 2020-04-23 11:17:01 +10:00
memory Fix valadoc warning 2019-07-21 10:05:43 +10:00
mime Geary.Mime.ContentParameters: Minor ctor API update 2020-05-06 14:58:56 +10:00
nonblocking Fix misspellings 2019-05-22 20:47:08 +00:00
outbox Geary.RFC822.Message: Update API for SMTP formatting 2020-05-06 14:58:56 +10:00
rfc822 Geary.RFC822.Message: Update API for SMTP formatting 2020-05-06 14:58:56 +10:00
smtp Geary.RFC822.Message: Update API for SMTP formatting 2020-05-06 14:58:56 +10:00
state Remove trailing whitespace 2019-02-28 23:05:31 +01:00
util Geary.Util.ConnectivityManager: Fix a spurious connectivity error report 2020-04-24 15:30:04 +10:00
meson.build Geary.Logging: Move remaining code from api source to util source 2020-04-15 17:31:16 +10:00