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
59 lines
2.1 KiB
HTML
59 lines
2.1 KiB
HTML
<html>
|
|
<head><title>Geary</title></head>
|
|
<body>
|
|
<div id="message_container"><span id="placeholder"></span></div>
|
|
<div id="multiple_messages"><div id="selection_counter" class="email"></div></div>
|
|
<div id="email_template" class="email">
|
|
<div class="compressed_note"><span><span></div>
|
|
<div class="geary_spacer"></div>
|
|
<div class="email_container">
|
|
<div class="email_warning"></div>
|
|
<div class="header_container">
|
|
<img src="" class="avatar" />
|
|
<div class="button_bar">
|
|
<div class="starred button"><img src="" class="icon" /></div>
|
|
<div class="unstarred button"><img src="" class="icon" /></div>
|
|
<div class="menu button"><img src="" class="icon" /></div>
|
|
</div>
|
|
<img src="" class="attachment icon" />
|
|
<div class="header"></div>
|
|
<div class="preview"></div>
|
|
</div>
|
|
<div class="remote_images"><img class="close_show_images button" /></div>
|
|
<div class="body"></div>
|
|
<div class="draft_edit"><span class="draft_edit_button button"></span></div>
|
|
</div>
|
|
</div>
|
|
<div id="attachment_template" class="attachment_container">
|
|
<div class="top_border"></div>
|
|
<table class="attachment"><tr>
|
|
<td class="preview"><img src="" /></td>
|
|
<td class="info">
|
|
<div class="filename"></div>
|
|
<div class="filesize"></div>
|
|
</td>
|
|
</tr></table>
|
|
</div>
|
|
<div id="link_warning_template" class="link_warning">
|
|
<img class="close_link_warning button" />
|
|
</div>
|
|
<div id="spinner">
|
|
<!--
|
|
Spinner code from CSSLoad.net
|
|
License: http://cssload.net/en/terms_of_use
|
|
-->
|
|
<div id="floatingCirclesG">
|
|
<div class="f_circleG" id="frotateG_01"></div>
|
|
<div class="f_circleG" id="frotateG_02"></div>
|
|
<div class="f_circleG" id="frotateG_03"></div>
|
|
<div class="f_circleG" id="frotateG_04"></div>
|
|
<div class="f_circleG" id="frotateG_05"></div>
|
|
<div class="f_circleG" id="frotateG_06"></div>
|
|
<div class="f_circleG" id="frotateG_07"></div>
|
|
<div class="f_circleG" id="frotateG_08"></div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|