Commit graph

9 commits

Author SHA1 Message Date
Charles Lindsay
cce04b814f Add option to save sent mail
This adds the ability for Geary to push sent mail up to the account's
Sent Mail folder (if available).  There's an accompanying account option
that defaults to on (meaning: push sent mail).

The current implementation will leave messages in the Outbox (though
they won't be sent again) if they fail to be pushed to Sent Mail.  This
isn't the best solution, but it at least means you have a way of seeing
the problem and hopefully copying the data elsewhere manually if you
need to save it.

Note that Geary might not always recognize an account's Sent Mail
folder.  This is the case for any "Other" accounts that don't support
the "special use" or "xlist" IMAP extensions.  In this case, Geary will
either throw an error and leave messages in the Outbox, or erase the
message from the Outbox when it's sent, depending on the value of the
account's save sent mail option.  Better support for detecting the Sent
Mail folder in every case is coming soon.

Closes: bgo #713263
2014-01-29 18:18:31 -08:00
Jim Nelson
676319127f Send files with geary-mailer 2013-04-24 18:26:56 -07:00
Charles Lindsay
910e1c3d0b Update copyright headers; fix #6195
Also removing the erroneous space that had crept in at the end of the
line in most of our header comments.
2013-04-12 12:32:39 -07:00
Charles Lindsay
4bc369639c Use correct address in SMTP; fix #6572
* The composer correctly sets its returned From address based on the
  selection of the account dropdown
* New MAIL FROM SMTP command argument required when sending, to separate
  the message contents from the SMTP-level sending a bit more
2013-03-15 17:23:12 -07:00
Robert Schroll
4c069df348 Closes #6419 Don't use ComposedEmail to open ComposerWindow 2013-03-08 14:54:59 -08:00
Nate Lillich
2f2dca09b1 Closes #4780. This adds support for STARTTLS with SMTP as well as replaces the previous uses of "TLS" with "SSL" to prevent confusion related to the two similar protocols.
Also it adds debug support to geary-mailer.
2012-05-24 12:14:05 -07:00
Jim Nelson
1f636af133 Retooling geary-mailer
This patch changes geary-mailer to make it more usable from the
command-line (for scripting and such).  Not perfect (yet), but a
start.  Important additions for later is being able to specify
subject and message body.
2012-05-16 17:13:44 -07:00
Jim Nelson
4b6ac96a7d Reestablish dropped connections: Closes #4568
This rather large patch makes Geary.Conversations now responsible
for reestablishing a connection with the server if it ever drops
due to error.  Once reestablished, Conversations will resynchronize
and report any new messages to the client.  To the client, it's
invisible.

Working on this revealed problems with session teardown and Folder
state issues, as well as a memory leak.  These are all fixed in
the patch.

There remains other connection timeout problems when the network is
unavailable, but will need to be addressed in a separate patch.
2012-05-01 20:36:35 -07:00
Eric Gregory
9e3bab47f0 Closes #4982 Closes #4964 Switched to CMake, added an installer/uninstaller 2012-04-23 18:54:26 -07:00
Renamed from src/norman/main.vala (Browse further)