Commit graph

102 commits

Author SHA1 Message Date
Ludovic Marcotte 4ab2c57903 (feat) handle priority and return receipt in mail editor (needs layout work) 2015-07-07 08:35:53 -04:00
Francis Lachapelle ad012cfd60 Save message to IMAP server before saving plist
By first appending the message to the mailbox, we obtain the IMAP ID and
save it to the local plist. Having the message ID, we can delete it when
saving/appending a new version of the draft to the mailbox.
2015-06-11 15:49:18 -04:00
Francis Lachapelle 9e97c11401 Don't store draft on disk when not required 2015-06-11 15:42:33 -04:00
Francis Lachapelle 6d899008ca Improve SOGoDraftObject to avoid crash when saving 2015-06-11 15:40:25 -04:00
Ludovic Marcotte de3d38262b Fix for bug #3034 2014-12-19 09:01:39 -05:00
Ludovic Marcotte 9dd0d6c427 Draft autossave feature 2014-12-11 13:31:32 -05:00
Ludovic Marcotte 11adf388cf Cleaned the code and fixed #2894 while at it ... 2014-09-17 11:51:46 -04:00
Ludovic Marcotte b05fcc7d82 Fat commit to refactor the quick record generation 2014-07-30 14:51:00 -04:00
Francis Lachapelle 44d0cb5c0d Fix refresh of list when forwarding a message
Fixes #2818
2014-07-09 11:19:35 -04:00
Alexandre Cloutier 302e40a1c3 bugFix#2823 2014-06-26 16:08:47 -04:00
Francis Lachapelle fe38518a36 Minor syntax and comments improvements 2014-06-05 12:14:34 -04:00
Ludovic Marcotte 0c2e2f28f7 Don't try to add attachments during reply operations 2014-05-30 13:53:20 -04:00
Ludovic Marcotte f0dfe37a55 Avoid crashing when forwarding mails with no Subject header 2014-05-30 08:41:42 -04:00
Francis Lachapelle c5922b07aa Restore options when editing a draft
Fixes #193
2014-05-28 11:21:11 -04:00
Alexandre Cloutier c9cbcf2566 applied Morgan's law 2014-04-07 16:40:44 -04:00
Alexandre Cloutier 09bcd2aee2 fix code 2014-04-07 10:59:38 -04:00
Alexandre Cloutier bce701208a Added the modifications specified by extrafu 2014-03-25 14:53:42 -04:00
Alexandre Cloutier 76307cfaaf New feature : 1496; Unknown outgoing email addresses can now be automatically be added to your address books. 2014-03-24 13:41:57 -04:00
Francis Lachapelle eee5beb698 Add message-id header to appointment notification
Fixes #2535
2014-02-07 10:52:06 -05:00
Francis Lachapelle 5105dbb342 Make all attachments available when re/fwd'ing
To do so, we save the draft to the mailstore.
2014-01-23 14:39:03 -05:00
Francis Lachapelle b26e767a10 Respect signature placement when forwarding a msg 2014-01-23 14:34:44 -05:00
Francis Lachapelle 80fd439dea Fix message forwarding as attachment
Restored the filename of the message source in the body part
content-disposition header.
Also forced the mail to be saved to the mailstore immediately in order
to have a clickable link to the attached message.
2014-01-08 14:40:39 -05:00
Francis Lachapelle ff9ea3b779 Don't alter the draft when saving it
We must not extract inline HTML images when simply saving a draft. The
images extraction process must only be performed when sending the
message.
2014-01-07 10:28:53 -05:00
Francis Lachapelle 1a900b05d9 DraftObject: return more attachments attributes 2013-12-18 22:18:08 -05:00
Francis Lachapelle 1cf696f57c Mail composition: add text part before html part
Fixes #2512
2013-11-25 09:52:18 -05:00
Ludovic Marcotte e4aedbac08 <img src=data...> conversion to file attachments + CIDs. 2013-11-20 08:56:29 -05:00
Ludovic Marcotte eb7d1f08bc Fix for bug #2482 2013-11-19 11:39:45 -05:00
Ludovic Marcotte 91f1ab6a60 Fix for bug #2217 2013-09-19 16:14:08 -04:00
Jean Raby ea26e0cc0a Use string version number where applicable
The goal is to be able to use 'letter' releases such as '2.0.3a'
in the Version file.
SoObjects/Mailer/GNUmakefile.preamble: UIX_MAILER_*_VERSION are now strings
  Can't use SOGoVersion since the etag uses an 'underscore' notation (2_0_3a)
SoObjects/Mailer/*.m: updated format for UIX_MAILER_*_VERSION
SoObjects/SOGo/GNUmakefile: zap SOGo_VERSION, unsused
SoObjects/SOGo/GNUmakefile.preamble: fix defines
UI/MainUI/SOGoRootPage.m: use SOGoVersion
2012-12-21 13:55:03 -05:00
Ludovic Marcotte 28f66c6fd9 We correctly use <br/> instead of \n when handling the signature.
This happens when using HTML composition, instead of plain/text.
2012-11-20 20:29:27 -05:00
Francis Lachapelle e037ca0a49 Fix bug with reply-to header in messages 2012-11-12 15:32:03 -05:00
Wolfgang Sourdeau 5a76790418 Added support for SMTP PLAIN authentication 2012-10-16 16:56:48 -04:00
Jean Raby 395a1b16e1 * SoObjects/Mailer/SOGoDraftObject.m (bodyPartForAttachmentWithName):
Merge back lost code to handle encoding of binary and rcf822 attachments.

Monotone-Parent: e4c701f2293beb98253d68bb64b7fa0133b1dda5
Monotone-Revision: a4d3a18ad2c918187328e23c7ab29824357cd199

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-05-18T15:02:42
2012-05-18 15:02:42 +00:00
Ludovic Marcotte 93dd01d271 See ChangeLog
Monotone-Parent: dbb4d0d0fcdbbccb83eb0faf29ecfd26bb48dbc0
Monotone-Revision: 4e44cee96e74269b692d100a0c98730015a49d07

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-05-09T10:52:36
2012-05-09 10:52:36 +00:00
Wolfgang Sourdeau a4358ab02b Monotone-Parent: 0e5184582f5d3e24e8418e6c09048eb31dd79c83
Monotone-Revision: 546030b7b1310706d148f176ba3f7dfa1f1138b1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-01T18:38:40
2012-05-01 18:38:40 +00:00
Wolfgang Sourdeau f8b55543e0 Monotone-Parent: ebefc72cf1f85cf9726bac12a387a3b5d92e0945
Monotone-Revision: bfe92d024d362b0f22f21f877f8e6518e00ab543

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-01T14:47:20
2012-05-01 14:47:20 +00:00
Wolfgang Sourdeau f7e9f2fc7d Monotone-Parent: 2cc377d2c23e8b670331c8dffc558d00e9cf7e62
Monotone-Revision: d8a0de208631b406144e740ab09b4e5a92f0e66c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-25T20:56:14
2012-04-25 20:56:14 +00:00
Wolfgang Sourdeau fa4d2d3141 Monotone-Parent: f90d169fbc251326ea6c8a2f620e125a8a7b4168
Monotone-Revision: 7786f49f6724383b92e91ba7998b99cfb52ceec3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-20T13:27:21
2012-04-20 13:27:21 +00:00
Wolfgang Sourdeau 34f3b7a0a9 Monotone-Parent: 753e863b1e3ac69df91f82bcd8d13909de69ea5b
Monotone-Revision: f5375423b8629730c6f88e76c660c389426c1f5a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-09-26T15:49:11
Monotone-Branch: ca.inverse.sogo
2011-09-26 15:49:11 +00:00
Francis Lachapelle b6bd0c4497 Cleanup of unused variables.
Monotone-Parent: 7f72bf38468755bb297376dd8f4ea909be348709
Monotone-Revision: 8c19f19f3be5a4b6fb34ceeaab91ee58b54610d1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-07-08T01:34:36
Monotone-Branch: ca.inverse.sogo
2011-07-08 01:34:36 +00:00
Wolfgang Sourdeau 141933f9eb Monotone-Parent: b0de250ad5fa2e4afb2daba52426ee8123e26ef1
Monotone-Revision: 6ab1e30417c6d736d1e01fa379f1ef179d460ba7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-12T13:57:41
Monotone-Branch: ca.inverse.sogo
2011-04-12 13:57:41 +00:00
Ludovic Marcotte f5378d5228 See ChangeLog
Monotone-Parent: 93bde4643a2fb0ad0e86c36a29a73bc23ad39c64
Monotone-Revision: 04f443d215f2bc7c0d902f56f363c597ecffbcff

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-02-23T23:06:55
Monotone-Branch: ca.inverse.sogo
2011-02-23 23:06:55 +00:00
Francis Lachapelle d325930d9f See ChangeLog.
Monotone-Parent: 539a6de4e61b62d0eecf5d485884649c2dd6444b
Monotone-Revision: d44813d7233d6d5cad1ae38fa520e06886d97b83

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-01-27T14:57:04
Monotone-Branch: ca.inverse.sogo
2011-01-27 14:57:04 +00:00
Ludovic Marcotte bfe5cfe5f9 See ChangeLog
Monotone-Parent: d61deeadebd9f79f9603928dca395cad83167394
Monotone-Revision: 5d74c28ea0fcf5aa4d6ab7fc81f9bade5e4cfe5d

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-12-09T19:41:28
Monotone-Branch: ca.inverse.sogo
2010-12-09 19:41:28 +00:00
Ludovic Marcotte 8c924af93b Removed useless and sensitive debug info
Monotone-Parent: 6b2ab08cb3954daacb8c9007f41296b61035de29
Monotone-Revision: 2344911344b24c7c53ef3da63936891ede85d323

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-11-25T18:35:20
Monotone-Branch: ca.inverse.sogo
2010-11-25 18:35:20 +00:00
Wolfgang Sourdeau e4956f5d1f Monotone-Parent: 50626dad4bfc5d3baa2556f6d16ca3eb3cc21bb6
Monotone-Revision: f6dd6e26aadfa52716bf3ca2c504de3593e5f35b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-23T13:53:54
Monotone-Branch: ca.inverse.sogo
2010-11-23 13:53:54 +00:00
Francis Lachapelle e2ce30b69d See Changelog.
Monotone-Parent: a42c5d851619b9189a0c4a611c29eba535c00e93
Monotone-Revision: ccb49b853f2059fd3133a0ab1c7e4f79f4b87c23

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-10-28T13:52:02
Monotone-Branch: ca.inverse.sogo
2010-10-28 13:52:02 +00:00
Wolfgang Sourdeau d4c7a0520a Monotone-Parent: eafd3c0c3b5dc6879988981674509a8d1ccfc286
Monotone-Revision: b2324fd0b056d26c1f593b22e0516160fd06bd3c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-31T13:49:31
Monotone-Branch: ca.inverse.sogo
2010-08-31 13:49:31 +00:00
Wolfgang Sourdeau 14d3f1ae86 Monotone-Parent: e339a3442f42acdf4909a6baec00b5327ae53cb3
Monotone-Revision: ee950e307e6571a0c19bb8438551295e0126c17e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-26T15:30:51
Monotone-Branch: ca.inverse.sogo
2010-08-26 15:30:51 +00:00
Wolfgang Sourdeau b880434179 Monotone-Parent: ec44ffcb951f3db4e0041a44e56a9f0d5df4ef3b
Monotone-Revision: 4363c5abe7a96c858bbccbbad1061ca3229e0217

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-06T14:25:59
Monotone-Branch: ca.inverse.sogo
2010-08-06 14:25:59 +00:00