Commit graph

12 commits

Author SHA1 Message Date
Eric Gregory
27b8450df1 Closes #4167 Updated to GMime 2.6 2012-04-26 18:45:37 -07:00
Nate Lillich
a56014ce38 Closes #4633. Geary will now handle mailto links and can be set up as the default email client. 2012-04-24 18:28:45 -07:00
Nate Lillich
6186622c2f Closes #4385. Quoted text will not be separated from non-quoted text and may have controlls for showing/hiding them. 2012-03-26 13:21:00 -07:00
Eric Gregory
b61e309dee Message view can now add/remove messages. Closes #4658 2012-02-07 18:37:04 -08:00
Eric Gregory
cb236b6758 HTML support via WebKitGtk. Closes #3709 2012-01-20 17:31:56 -08:00
Adam Dingle
281f29bc77 Updated copyrights to 2012. Closes #4564 2012-01-10 10:40:34 -08:00
Eric Gregory
6c89dc58e5 Fixes emails without specified charset header. Closes #4493 2011-12-16 16:15:50 -08:00
Jim Nelson
0fdc45e4ec Move to GTK+3: Closes #4163 2011-09-22 13:11:35 -07:00
Jim Nelson
4b03ba004e Use GMime to display the text/plain portion of email messages: #3710
This makes available MIME portions of the message, although more work will need to be done to expose all MIME parts.
2011-07-06 15:46:24 -07:00
Jim Nelson
4ccabcbd3e Further work toward persisting messages locally (#3742).
This iteration now stores headers locally and fetches them first before going to the network.  Work done in the database to deal with IMAPisms.  More work on the GMime bindings (couple of mistakes in prior commit).
2011-06-21 17:48:40 -07:00
Jim Nelson
2fbe93afce Patched up InternetAddress* bindings in GMime.
InternetAddress and its children and brethren were not properly bound by vapigen, probably because they aren't prefixed with "GMime" (unlike everything else in the library).  Still some problems here, notably that certain private data members are exposed, but I've been unable to coax vapigen into not displaying them.  Will work for now.
2011-06-21 15:14:15 -07:00
Jim Nelson
ba81ad43a4 Prettier dates and From: labels. Initial GMime integration.
This adds a VAPI (including generation files and Makefile) for GMime to the repo, which we'll be using extensively to come.  This VAPI is incomplete in many ways, so care should be used going forward.

Also, with GMime now interpreting RFC822 dates, can now pretty-print them.  Prettier From: names also added this time around.
2011-05-26 17:29:00 -07:00