Commit Graph

761 Commits (eb18249d2b66d69356c8d59b99fac2cc74c27d27)

Author SHA1 Message Date
Patrice Levesque 5e9d0ce95a Fix warning: ‘-textValue’ not found in protocol(s)
Confusingly, labelNode is a DOMElement, not a DOMNode, so textValue cannot
apply here; textContent which would be an appropriate replacement does not
exist AFAIK in this DOM Library.

So we manually get the text node via firstChild then get its text value
via nodeValue.
2016-03-07 10:34:40 -05:00
Francis Lachapelle a668d89ef9 Fix unseen count retrieval of nested IMAP folders 2016-02-26 14:59:54 -05:00
Francis Lachapelle 07d47829ab Fix default priority of sent messages
Fixes #3542
2016-02-25 11:53:34 -05:00
Patrice Levesque a5cc2bb5d5 Merge branch 'master' into fix-some-warnings
Conflicts:
	SoObjects/Appointments/SOGoAppointmentObject.m
2016-02-15 11:23:27 -05:00
Patrice Levesque 7c25b53fdf Remove pointless #imports from .m and .h files
This was done with a brute-force approach, ensuring no additional
warnings from GCC 4.9 under x86_64.
2016-02-13 16:11:52 -05:00
Francis Lachapelle 99e5c1b93c (feature) Convert a message to an event or task
Resolves #1722
2016-02-10 16:15:00 -05:00
Patrice Levesque 51cbb980ad Add some missing preprocessing #import directives
Fixes most GCC warnings of form:
	warning: @interface of class ‘MyClass’ not found
2016-02-10 14:46:11 -05:00
Ludovic Marcotte 693f80dc9a (feat) now supports RFC6154 and NoInferiors IMAP flag 2016-02-10 10:00:59 -05:00
Ludovic Marcotte ee3276f01d (feat) added Junk handling feature from v2 2016-02-08 15:36:01 -05:00
Ludovic Marcotte d3f59ba621 (fix) add shared/public namespaces in the list or returned folders 2016-02-05 10:01:18 -05:00
Francis Lachapelle b265de91fd Add Croatian translation 2016-01-25 11:14:45 -05:00
Ludovic Marcotte 30377c0fd6 (feat) new junk/not junk capability with generic SMTP integration
Conflicts:

	NEWS
	SoObjects/Mailer/SOGoMailAccount.m
	SoObjects/SOGo/SOGoDefaults.plist
	SoObjects/SOGo/SOGoUser.m
	UI/MailerUI/UIxMailFolderActions.h
	UI/MailerUI/UIxMailFolderActions.m
	UI/MailerUI/product.plist
2016-01-22 13:58:45 -05:00
Francis Lachapelle 8076a1a7ef Update translations 2016-01-21 10:17:36 -05:00
Ludovic Marcotte b3bc6bb7dc Applied changes coming from v2/PR#184. 2016-01-18 09:26:07 -05:00
Ludovic Marcotte 6ffeba59ed (feat) Now able to sync only default mail folders when using EAS
Conflicts:

	NEWS
	SoObjects/SOGo/SOGoUserDefaults.h
	SoObjects/SOGo/SOGoUserDefaults.m
2016-01-07 09:19:44 -05:00
Ludovic Marcotte ae6ed0c055 (feat) applied all changes as a patch coming from PR #180 2015-12-30 09:22:08 -05:00
Francis Lachapelle 544cb85e4d Localization 2015-12-15 10:05:46 -05:00
Francis Lachapelle ffe4d0f232 Localization 2015-12-15 09:56:52 -05:00
Ludovic Marcotte e80c7da188 (fix) add the languages to the classes too 2015-12-04 13:49:11 -05:00
Ludovic Marcotte b4aa8b27d4 (fix) added Macedonian and Portuguese to the GNUmakefile files 2015-12-04 13:43:36 -05:00
Ludovic Marcotte 3cd973b365 (fix) added missing files for Macedonian and Portuguese translations 2015-12-04 13:03:11 -05:00
Ludovic Marcotte c427a62fb0 (fix) sync'ed translations with files from v2 2015-12-04 12:48:52 -05:00
Ludovic Marcotte ab322093cd (fix) handle emails having an attachment as their content 2015-11-05 15:21:33 -05:00
Ludovic Marcotte 5f82d3fb37 (fix) manually added fixes from PR#120 2015-11-05 09:59:31 -05:00
extrafu cc1555af22 Merge pull request #108 from ethoms/clang-warnings-stage1
Stage1 of clang compiler warning patches.
2015-11-04 13:40:09 -05:00
ethoms 6bff05b84a Update SOGoMailLabel.m 2015-11-04 07:24:02 +08:00
Euan Thoms a64d55f95c Stage 3 of clang compiler warning patches. 2015-11-04 03:59:40 +08:00
Euan Thoms 3c62cc744e Stage 1 of clang compiler warning patches. 2015-10-31 14:10:03 +08:00
Ludovic Marcotte 987700cd87 (fix) inline images sent from SOGo webmail are not displayed in Mozilla Thunderbird (#3271) 2015-10-23 14:35:10 -04:00
Ludovic Marcotte a55d5c95b5 (fix) avoid crash when replying to a mail with no recipients (#3359) 2015-10-23 12:45:28 -04:00
Ludovic Marcotte 020fa78848 (feat) initial S/MIME support for EAS (#3327) 2015-10-15 15:32:15 -04:00
Ludovic Marcotte bfa3cf379c (fix) numerous EAS fixes when connections are dropped before the EAS client receives the response (#3058, #2849)
Conflicts:

	NEWS
2015-10-14 09:23:03 -04:00
Ludovic Marcotte 59ad8a2e5a (fix) improved EAS speed during initial syncing of large mailboxes (#3293)
Conflicts:

	SoObjects/Mailer/SOGoMailFolder.h
	SoObjects/SOGo/SOGoGCSFolder.m
2015-09-09 10:22:29 -04:00
Francis Lachapelle 21f214659e (fix) Some compilation warnings 2015-08-03 12:16:16 -04:00
Ludovic Marcotte f515106bcc (fix) added patch from PR93 2015-08-03 09:16:55 -04:00
Ludovic Marcotte 0c7bdac091 (fix) refactored code and we now return the unseenCount when fetching uids 2015-07-31 14:31:38 -04:00
Francis Lachapelle 538e6fa4b1 Add Chinese (Taiwan) translation 2015-07-23 12:08:04 -04:00
Francis Lachapelle 8f49778501 Fix .wod files for English and Basque 2015-07-23 12:03:45 -04:00
Francis Lachapelle f0b88811d6 Add Slovenian translation 2015-07-23 12:02:42 -04:00
Ludovic Marcotte 4ab2c57903 (feat) handle priority and return receipt in mail editor (needs layout work) 2015-07-07 08:35:53 -04:00
Ludovic Marcotte e65ff2105e Revert "(fix) ensure calendar objects have a (fake) filename"
This reverts commit a145fdbb53.
2015-06-17 15:57:53 -04:00
Ludovic Marcotte 772a682655 (fix) correctly localize mail labels from common bundle 2015-06-12 11:43:52 -04:00
Ludovic Marcotte 0f2e3df164 More cleanups, defaults values for mail/contact/calendar labels and data validation 2015-06-12 11:35:51 -04:00
Francis Lachapelle 8d003a7c35 Return used space of quota as a number in JSON 2015-06-12 11:22:45 -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 2d076358d3 Improve Mail module
- JSONinfied mail folder create and delete actions
- restored sgFolderTree directive
- extended folder types with "shared" and "otherUsers"
- added mailbox creation at the account level
2015-06-11 15:48:14 -04:00
Francis Lachapelle 9e97c11401 Don't store draft on disk when not required 2015-06-11 15:42:33 -04:00
Francis Lachapelle ac06a4d4ce Fix detection of mailbox type 2015-06-11 15:40:26 -04:00
Francis Lachapelle 6d899008ca Improve SOGoDraftObject to avoid crash when saving 2015-06-11 15:40:25 -04:00
Francis Lachapelle 4e9a187c85 Fix resolution of mailboxes with a special purpose 2015-06-11 15:40:24 -04:00
Francis Lachapelle e5ce053a62 Convert allFoldersMetadata to a tree structure
When parsing the mailboxes list, we now generated a hierarchical
structure of the metadata. Each mailbox (a dictionary) can now have a
'children' key that is an array of mailboxes.
2015-06-11 15:40:20 -04:00
Ludovic Marcotte a145fdbb53 (fix) ensure calendar objects have a (fake) filename 2015-05-12 10:33:05 -04:00
Ludovic Marcotte 4826f01555 (fix) fixed EAS replies decoding from Outlook (#3123) 2015-05-12 09:52:13 -04:00
Francis Lachapelle a1406d01e1 Initial Basque translation 2015-04-27 13:59:05 -04:00
Ludovic Marcotte baf3d1f986 immediately delete mails from EAS clients when they are marked as deleted on the IMAP server 2015-03-20 09:10:49 -04:00
Ludovic Marcotte ab12c84887 More NSLog usage cleanups 2015-01-23 15:32:22 -05:00
Ludovic Marcotte a0c1ce8f3b Improved handling of non-existant vs. subscribed folders over EAS 2014-12-29 12:43:20 -05:00
Ludovic Marcotte 255bcbe92f Fixed memory leaks in SOGoSyncCacheObject and correctly kill the cache upon each EAS iteration 2014-12-22 19:59:33 -05:00
Ludovic Marcotte de3d38262b Fix for bug #3034 2014-12-19 09:01:39 -05:00
Ludovic Marcotte f29a74f82f avoid testing for IMAP ANNOTATION when X-GUID is available 2014-12-15 19:34:51 -05:00
Ludovic Marcotte 9dd0d6c427 Draft autossave feature 2014-12-11 13:31:32 -05:00
Ludovic Marcotte 2b95dd2c0a Avoid generating GUID for "Other user"/"Shared" folders 2014-12-08 10:29:23 -05:00
Francis Lachapelle 78ea147383 Update translations 2014-11-21 08:53:12 -05:00
Ludovic Marcotte da962aed01 Added support for multiple calendars/addressbooks over ActiveSync 2014-10-29 14:20:03 -04:00
Ludovic Marcotte fb3ddca9e8 Improved makefiles 2014-10-02 11:17:45 -04:00
Ludovic Marcotte 11adf388cf Cleaned the code and fixed #2894 while at it ... 2014-09-17 11:51:46 -04:00
Francis Lachapelle 1dcf631ad6 Update translations 2014-09-09 15:50:39 -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
Ludovic Marcotte 333b561a59 Applied patch from bug #2736 2014-06-16 15:30:26 -04:00
Ludovic Marcotte f48839bf55 Added (slightly modified) patch from #2806 2014-06-09 09:34:00 -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 ecbe0858f7 Update translations 2014-05-29 11:14:23 -04:00
Francis Lachapelle c5922b07aa Restore options when editing a draft
Fixes #193
2014-05-28 11:21:11 -04:00
Ludovic Marcotte 51e07fc306 Fix over previous commit 2014-05-27 15:33:39 -04:00
Ludovic Marcotte d35c52bb38 Fix for bug #2688 2014-05-27 14:44:57 -04:00
Francis Lachapelle 364b409501 FIx mail templates for Brazilian Portuguese
Fixes #2738
2014-05-21 08:44:35 -04:00
Ludovic Marcotte c08c3e27d5 Improved modseq code 2014-05-15 14:44:53 -04:00
Ludovic Marcotte 1f5a2a4c62 Fixed IMAP copy/move op between subfolder in different accounts 2014-05-09 15:40:57 -04:00
Francis Lachapelle 66bfbeaac1 MailEditor: fix text conversion with HTML entities 2014-04-23 10:55:04 -04:00
Ludovic Marcotte f370ac114a Now include message/rfc822 parts as attachments when forwarding mails 2014-04-10 09:24:43 -04:00
Ludovic Marcotte ab80e87a3f Applied patches from #2700 2014-04-09 10:57:56 -04:00
Ludovic Marcotte 7997448d41 Fixed issus in previous commits 2014-04-09 06:33:02 -04:00
extrafu bf64076b87 Merge pull request #29 from alexcloutier/feat/1496
New feature : 1496

Don't forget to fix the typo.
2014-04-07 19:42:31 -04:00
Alexandre Cloutier c9cbcf2566 applied Morgan's law 2014-04-07 16:40:44 -04:00
Francis Lachapelle 534e4e3d4d Fix text nodes of message with HTML entitites 2014-04-07 11:21:52 -04:00
Alexandre Cloutier 09bcd2aee2 fix code 2014-04-07 10:59:38 -04:00
Francis Lachapelle e2b3d5a7ff Update translations 2014-04-03 09:54:27 -04:00
Ludovic Marcotte ba32b95308 Fixed the ActiveSync issue marking mails as read when downloading them 2014-03-28 14:18:48 -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 5f3d2d988e Update translations 2014-03-21 13:51:36 -04:00
Ludovic Marcotte a196ed210e Removed old values. 2014-03-19 17:04:04 -04:00
Ludovic Marcotte 1c28a4b4d2 Fixed translations for "OtherUsersFolderName" and "SharedFoldersName" (#2657) 2014-03-19 17:02:10 -04:00
Francis Lachapelle 6cecca6c4f Fix CSS id for string prefixed with a digit
When encoding a string as a CSS identifier, we must add an underscore if
the strings starts with a digit.
2014-03-06 21:32:36 -05:00
Ludovic Marcotte 31ace947cb Fixed race condition when syncing huge amount of deleted messages using AS 2014-03-06 14:16:08 -05:00
Francis Lachapelle e4a21bcef5 Webmail: fix encoding of subfolder name
Fixes #2637
2014-03-06 09:50:53 -05:00
Francis Lachapelle 02c72fee6a Fix unsubscription when renaming an IMAP folder
Fixes #2630
2014-03-04 21:32:57 -05:00
Francis Lachapelle 1aabcf04b5 Fix sogo-tool operations on Sieve script
Fixes #2617
2014-03-03 22:07:24 -05:00
Ludovic Marcotte 4d1fdb33f5 Deleted wrongly added file 2014-02-17 08:42:35 -05:00
Ludovic Marcotte 2356562778 Added method to get synctag starting from an other one.
We also no longer fetch vanished items of modseq == 0
2014-02-17 08:41:12 -05:00
Francis Lachapelle 7118bbe0ab Replace '/' by '-' in filenames of attachments
Fixes #2537
2014-02-07 14:00:36 -05:00
Francis Lachapelle eee5beb698 Add message-id header to appointment notification
Fixes #2535
2014-02-07 10:52:06 -05:00
Francis Lachapelle 359b6a99aa Encode HTML entities for inline forwards in text
Fixes #2411
2014-02-05 11:17:22 -05:00
Francis Lachapelle c160edf20a Add support for Sieve body extension 2014-01-27 15:09:22 -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
Ludovic Marcotte 046a645119 Refactored the code and added support for FilterType 2014-01-20 10:13:16 -05:00
Ludovic Marcotte a4a3a735b4 Moved the folder metadata generation to SoObject and added 'tag based' sync'ing support for IMAP 2014-01-10 14:06:53 -05:00
Ludovic Marcotte a24d809e40 Minor code/copyright/authors cleanups 2014-01-09 21:06:31 -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 2b53705d44 Untabify 2014-01-06 14:32:58 -05:00
Francis Lachapelle b716331d8e Append tags when using a sanitizerContentHandler 2014-01-06 14:23:11 -05:00
Francis Lachapelle 7130cec4d1 Move & copy messages between different accounts 2014-01-03 16:57:37 -05:00
Francis Lachapelle bd7ad5be16 Fix initialization of arrays in NSString+Mail.m 2013-12-23 15:51:36 -05:00
Francis Lachapelle dc21c723f6 Move method fetchFileAttachmentKeys from category
Moved fetchFileAttachmentKeys from SOGoDraftObjectExtensions to
SOGoDraftObject. Renamed fetchAttachmentIds to fetchFileAttachmentIds
for consistency.
2013-12-20 15:20:16 -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
Francis Lachapelle 2211f6d168 Move mail tags strings to UI/Common 2013-11-22 14:39:24 -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 1c439c866e Added DAV support for mails labels. 2013-11-13 15:44:57 -05:00
Ludovic Marcotte 37d3234b60 Added support for dynamic mail labels/tags management.
The CSS in the UIxPreferences remains to be done.
2013-11-11 10:49:58 -05:00
Ludovic Marcotte bd2759ecdf Fix for bug #2433 2013-10-22 11:44:26 -04:00
Ludovic Marcotte 189f2218a8 Fix for bug #2459 2013-10-21 15:26:43 -04:00
Ludovic Marcotte 91f1ab6a60 Fix for bug #2217 2013-09-19 16:14:08 -04:00
Francis Lachapelle 0a590ba388 Fix Finnish mail reply/forward templates 2013-08-26 08:59:43 -04:00
Ludovic Marcotte 256b679798 Bug fix for #2366 2013-07-18 11:46:49 -04:00
Ludovic Marcotte 16105d37b8 Properly handle RFC2231 everywhere 2013-07-16 15:18:04 -04:00
Ludovic Marcotte a764286879 Fix for bug #2313 2013-06-19 14:09:20 -04:00
Francis Lachapelle 37a6f82659 Initial Arabic translation 2013-04-08 11:05:45 -04:00
Francis Lachapelle 7e8a83aefb Fix Slovak templates for mail reply/forward 2013-03-05 10:22:20 -05:00
Francis Lachapelle 90c61abdb6 Update Polish translation 2013-02-06 15:16:09 -05:00
Francis Lachapelle 775a8421d5 Initial Finnish translation 2013-01-16 10:54:16 -05:00
Ludovic Marcotte d26df456e5 Fix for bug #2123. 2013-01-14 14:24:06 -05: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
Francis Lachapelle ce36e80d6b Initial Slovak translation 2012-11-29 14:40:46 -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 6d8c328910 Fixed most build warnings 2012-10-22 10:09:13 -04:00
Wolfgang Sourdeau 5a76790418 Added support for SMTP PLAIN authentication 2012-10-16 16:56:48 -04:00
Wolfgang Sourdeau 58bb454774 "id" is already a pointer type 2012-10-10 11:57:36 -04:00
Wolfgang Sourdeau 61b6050058 the bodystructure and body parts in an IMAP "fetch" response are now named following their requested identifier instead of "body" 2012-10-06 12:19:30 -04:00
Wolfgang Sourdeau fba9788f99 We need to store the message UID as NSString keys rather than NSNumber instances, otherwise the lookups occurring later using NSString keys will not work 2012-09-27 19:23:14 -04:00
Luc Charland dfe369dd20 Fixed bug #1944
Deleting a mail folder doesn't create the Trash mailbox.
2012-09-25 16:39:40 -04:00
Ludovic Marcotte 6f0cc7502d See ChangeLog
Monotone-Parent: ec64b102b590c4a7b217fe508a46ad302e12adce
Monotone-Revision: 28a7f739364a5ec7c2076aea5f8a59c6910c4727

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-08-23T16:51:24
Monotone-Branch: ca.inverse.sogo
2012-08-23 16:51:24 +00:00
Francis Lachapelle 5c73a3e745 See ChangeLog.
Monotone-Parent: a860eef99344cc9894f15336b3781ecf101807e4
Monotone-Revision: e4cb9e3d176a6344fdd81d88e8df6109f468d9b2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-25T18:30:55
2012-07-25 18:30:55 +00:00
Jean Raby ef848303a3 * SoObjects/Mailer/SOGoMailForward.m (from, to, cc, reply-to):
mailHeaders returns an array if there are multiple headers of the same type.
  Handle this case to correctly show multiple from, to, cc and reply-to headers
  in mail replies/forwards instead of crashing.

Monotone-Parent: dac25405c6ab2f1d735ddb9f6db4243e5e96d14b
Monotone-Revision: 29aefdeb26834742b8cd9f01120573b4dcbcc7ed

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-12T16:47:23
2012-07-12 16:47:23 +00:00
Ludovic Marcotte ed67384586 See ChangeLog
Monotone-Parent: b5d91e74f183ad54e2362119b25b4556f810e3b6
Monotone-Revision: fa6f3f2b467eaa14a01fb8a7dc2aee1e5e4191da

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-05-31T14:51:18
2012-05-31 14:51:18 +00:00
Ludovic Marcotte f2b455fffc See ChangeLog
Monotone-Parent: 3c4baa92c5634d4da061da739a9b544d04c44586
Monotone-Revision: b5d91e74f183ad54e2362119b25b4556f810e3b6

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-05-31T14:22:34
2012-05-31 14:22:34 +00:00
Ludovic Marcotte d6f0203351 Patch applied from bug #1664
Monotone-Parent: 1e79eab4c546452715e5171f1c326b7d36f1c195
Monotone-Revision: 99dc7d9dce88b8a323b1e7aab60de99ed2bfda60

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-05-29T18:56:15
2012-05-29 18:56:15 +00:00
Francis Lachapelle 66c972eb97 See ChangeLog.
Monotone-Parent: 28cde64403e65a1ebeda3a984650fd31d8614f29
Monotone-Revision: f51ae70ff345179926dfdd4fd5856e968bdfc327

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-05-29T14:31:14
2012-05-29 14:31:14 +00: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
Ludovic Marcotte c290e70342 See ChangeLog
Monotone-Parent: 4e2b45bb5b0360d8cf107846fa39fb12f6bacf7f
Monotone-Revision: 7d1f68d661b9fcfd676be1e6d3d6ce6c1fb09df9

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-04-30T17:19:00
2012-04-30 17:19:00 +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
Francis Lachapelle c929c640fb See ChangeLog.
Monotone-Parent: ff4eb94e932f095cd5e361229d6ce99ad75c0ba2
Monotone-Revision: 4359e779a09c08a5fd03eda9fd8269ba9eeab6ff

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-20T14:33:18
2012-03-20 14:33:18 +00:00
Francis Lachapelle 7d2c104a3e propagate from branch 'ca.inverse.sogo.1_3_13' (head 83140ea045c02e9961515cc478033e97df559cfb)
to branch 'ca.inverse.sogo' (head 90aff49e82642782d7281a87451e14601ed189b9)

Monotone-Parent: 83140ea045c02e9961515cc478033e97df559cfb
Monotone-Parent: 90aff49e82642782d7281a87451e14601ed189b9
Monotone-Revision: b3c1d7bab2024077b5c89d49297c6ceb5bc5aa0e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-15T17:04:14
Monotone-Branch: ca.inverse.sogo
2012-03-15 17:04:14 +00:00
Francis Lachapelle 320b693f15 Fix for ticket #1667.
Monotone-Parent: ae81cfe6a503b99f0f90568c09a746363c68ef68
Monotone-Revision: f589a072c04be097399abcfe72a06e62a613c749

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-14T22:21:56
2012-03-14 22:21:56 +00:00
Wolfgang Sourdeau dda2e52551 Monotone-Parent: cfce0b87149956dcb7797ebaeafd5c803f73f50b
Monotone-Revision: 5e1d3b05e4ac96fabc257b4fb753b7c7439c8337

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-09T22:18:45
Monotone-Branch: ca.inverse.sogo
2012-03-09 22:18:45 +00:00
Francis Lachapelle 0921adc22c propagate from branch 'ca.inverse.sogo.1_3_13' (head 837142c1df31bc292adff9513b1f7c35f896ea83)
to branch 'ca.inverse.sogo' (head d33b0adee86f35e2abaffd30306c1e5ed174b08c)

Monotone-Parent: 837142c1df31bc292adff9513b1f7c35f896ea83
Monotone-Parent: d33b0adee86f35e2abaffd30306c1e5ed174b08c
Monotone-Revision: 950ec4b3237bbed086e9876da2e597c7e074531a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-07T20:48:51
Monotone-Branch: ca.inverse.sogo
2012-03-07 20:48:51 +00:00
Francis Lachapelle 9ad607c387 Fixed templates names for mail reply/forward of Spanish (Argentina).
Monotone-Parent: bbb9fd8c5076db6a340935f8f7dba98b04c5b353
Monotone-Revision: 837142c1df31bc292adff9513b1f7c35f896ea83

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-07T20:31:08
2012-03-07 20:31:08 +00:00
Wolfgang Sourdeau 09930048b1 propagate from branch 'ca.inverse.sogo.1_3_13' (head bbb9fd8c5076db6a340935f8f7dba98b04c5b353)
to branch 'ca.inverse.sogo' (head 46315e3df3a804021e11c1adbe9642bbb8807c09)

Monotone-Parent: 46315e3df3a804021e11c1adbe9642bbb8807c09
Monotone-Parent: bbb9fd8c5076db6a340935f8f7dba98b04c5b353
Monotone-Revision: d33b0adee86f35e2abaffd30306c1e5ed174b08c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-06T20:33:31
Monotone-Branch: ca.inverse.sogo
2012-03-06 20:33:31 +00:00
Wolfgang Sourdeau 165dd26ec5 Monotone-Parent: 5c16103ef3144005637a40e62d21cf1830441cea
Monotone-Revision: bbb9fd8c5076db6a340935f8f7dba98b04c5b353

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-06T20:32:20
2012-03-06 20:32:20 +00:00
Wolfgang Sourdeau 20a336eecd Monotone-Parent: 4820885b1e556f6d0177021967d8b07cb1154aff
Monotone-Revision: b85ba9f2eec26821837bb7890dcb3fd9f82c2eb5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-24T20:10:56
Monotone-Branch: ca.inverse.sogo
2012-02-24 20:10:56 +00:00
Wolfgang Sourdeau 2ef3ac8599 merge of '89d4328e421b6f950b0a53ffcca28a53dc97e2ce'
and 'e8c7d8a4465a1b9357c1d9f201dec2b93c5f3507'

Monotone-Parent: 89d4328e421b6f950b0a53ffcca28a53dc97e2ce
Monotone-Parent: e8c7d8a4465a1b9357c1d9f201dec2b93c5f3507
Monotone-Revision: 5ef3839ff2c5bebdaca10693e61a632e208289c6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-23T21:16:59
Monotone-Branch: ca.inverse.sogo
2012-02-23 21:16:59 +00:00
Wolfgang Sourdeau 89a3944c8b Monotone-Parent: fa0f9bd311fd3d1239970c0d361a8ef16ecfa4f9
Monotone-Revision: 3a9c8a7bada864ce6b83c04661c09d59c8ecf8d9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-23T21:12:56
Monotone-Branch: ca.inverse.sogo
2012-02-23 21:12:56 +00:00
Francis Lachapelle d27574862b Monotone-Parent: 3be1457342206d81824250d57633322dda8fb4d9
Monotone-Revision: e3472120a6c1a2370d18a7cf44e52e53f93b7323

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-11T01:20:48
Monotone-Branch: ca.inverse.sogo
2012-02-11 01:20:48 +00:00
Wolfgang Sourdeau 8cbe8f862e Monotone-Parent: 638f19a902b772b34bc553dda4b8925b5d0639df
Monotone-Revision: 599ccb5bc0882492dab453f5e9af28f0342e6a87

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-03T14:55:19
Monotone-Branch: ca.inverse.sogo
2012-02-03 14:55:19 +00:00
Wolfgang Sourdeau 3bb6a1b975 Monotone-Parent: 9bec05d8cd20a1e980c6381c10c71a9e57b984e6
Monotone-Revision: 4012894fc79b7641cebac42647c13996d86e9eca

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-01-30T20:47:07
Monotone-Branch: ca.inverse.sogo
2012-01-30 20:47:07 +00:00
Wolfgang Sourdeau a7da84c804 Monotone-Parent: 15538f1cc9f8c3f555da20f31dcbe5ec191642e4
Monotone-Revision: 4e23e038f2b0b7eddf8b30700b8c9a8910768f98

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-01-29T19:43:09
Monotone-Branch: ca.inverse.sogo
2012-01-29 19:43:09 +00:00
Francis Lachapelle 7a6dc1e6af Updated Ukrainian translation.
Monotone-Parent: 724e56b2f3e856f74157f0d3158e24aa3a22c5e9
Monotone-Revision: f8a9127ce4567079d226dd65ec439833020d0432

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-19T18:52:06
2011-12-19 18:52:06 +00:00
Francis Lachapelle fc338931fc Renamed "DanishDenmark" to "Danish".
Monotone-Parent: ab0d6aa948262973d1cb1c1b5c2028965a306451
Monotone-Revision: 724e56b2f3e856f74157f0d3158e24aa3a22c5e9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-19T17:16:23
2011-12-19 17:16:23 +00:00
Francis Lachapelle db2bd6af21 Fixed names of Spanish (Spain) reply/forward templates.
Monotone-Parent: 0fabf2fa93de12ed06eaf9108936a04531bd6840
Monotone-Revision: e513d02feb1de3dd39a4bb5194208f11ea4fe880

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-13T23:12:10
2011-12-13 23:12:10 +00:00
Francis Lachapelle 188e9472e3 Added new Danish (Denmark) translation.
Monotone-Parent: 6e11f6220a9ec4ae00f4c090674fcb8b2910c44d
Monotone-Revision: dba9e298691b115fdb536d3e5610f71142ab4ee3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-02T03:37:42
2011-12-02 03:37:42 +00:00
Francis Lachapelle 3045402858 Updated NorwegianBokmal templates.
Monotone-Parent: dd98907b2d09b3cd66d8a6ef15da440b85e98478
Monotone-Revision: 344542a59dbbe26fb20fcc06e0469e8e9fd3ce10

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-02T01:35:09
2011-12-02 01:35:09 +00:00
Francis Lachapelle 506f3e299a Splitted Spanish translation for Spain and Argentina.
Monotone-Parent: 861f7178f9b9b174a95089004b437ad49a79963a
Monotone-Revision: 579a8b749be55cfe567e5edf9b069e6f9da3a5de

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-17T15:22:09
2011-11-17 15:22:09 +00:00
Francis Lachapelle ae4123cfe0 Splitted Norwegian translation in Norwegian Bokmal and Nynorsk.
Monotone-Parent: 17530608006b90a01cc2e9b0e6c5591ad9be6610
Monotone-Revision: 7680b97cb4b0c7c994b80ccc36a5e6698af319b7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-15T21:15:49
2011-11-15 21:15:49 +00:00
Francis Lachapelle 7df673abb8 Added missing Icelandic wod files.
Monotone-Parent: 16f5335de7590f257b443a73447490fb19e25986
Monotone-Revision: 850fd7677033b28a7218a010f55b437ebd12f665

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-11T14:25:51
2011-11-11 14:25:51 +00:00
Wolfgang Sourdeau 2a93ea4e6d Monotone-Parent: a0e83a1784478d41763fc4ebb3eb9ee8a5142b5a
Monotone-Revision: 55595f6ee3aaa33db773a4eb60c184519b6f18fd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-31T19:28:22
Monotone-Branch: ca.inverse.sogo
2011-10-31 19:28:22 +00:00
Francis Lachapelle cd48336966 See ChangeLog.
Monotone-Parent: 8a9a97e74ab23c27d73459976c2caa29e59adf64
Monotone-Revision: 9cd374b5145ecb4b9e8a0e2131e87d85796cbba9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-10-18T18:24:26
Monotone-Branch: ca.inverse.sogo
2011-10-18 18:24:26 +00:00
Ludovic Marcotte 185f62de12 See ChangeLog
Monotone-Parent: 5be507aec21eb7c99a5024135035b80901450a40
Monotone-Revision: d85ac88023025021e4352537636d2fc8a8d43667

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-10-14T16:32:30
Monotone-Branch: ca.inverse.sogo
2011-10-14 16:32:30 +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
Ludovic Marcotte c31f10dc76 See ChangeLog
Monotone-Parent: 3d7f4c315141a708ca8e3535fb0792843e1b8f9a
Monotone-Revision: 84da44fa0ad497e68382786d494389cd5f8872ce

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-09-15T00:59:36
Monotone-Branch: ca.inverse.sogo
2011-09-15 00:59:36 +00:00
Ludovic Marcotte 6b0a114454 See ChangeLog
Monotone-Parent: 0ffde732abb09a8e3d0382ed47a3ec787f25796e
Monotone-Revision: 3d7f4c315141a708ca8e3535fb0792843e1b8f9a

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-09-14T20:05:09
Monotone-Branch: ca.inverse.sogo
2011-09-14 20:05:09 +00:00
Ludovic Marcotte 057a38355b See ChangeLog
Monotone-Parent: 8027e57cbf5cbb4ab2ee6bf9509fe2f571f150c1
Monotone-Revision: 0ffde732abb09a8e3d0382ed47a3ec787f25796e

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-09-14T18:33:44
Monotone-Branch: ca.inverse.sogo
2011-09-14 18:33:44 +00:00
Francis Lachapelle eb53dee4f6 Fixed Swedish translation under SoObjects/Mailer.
Monotone-Parent: 8c78a380adf238060574706b07310d30527ded1a
Monotone-Revision: 356354346ab317a36d53e8cff4567bfe338fdd72

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-08-17T16:05:49
Monotone-Branch: ca.inverse.sogo
2011-08-17 16:05:49 +00:00
Wolfgang Sourdeau a90afadebc Monotone-Parent: 360795eba52fb9152f5379fc602e210022498ae1
Monotone-Revision: 62917484785e9ce38f416c25ad860a0f28f415b0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-15T19:10:56
Monotone-Branch: ca.inverse.sogo
2011-08-15 19:10:56 +00:00
Wolfgang Sourdeau a09c000e72 Monotone-Parent: ae56889949daaa81cfc557f2e59396ea0a1c9e4b
Monotone-Revision: 031eaa8e565a8e094474a94e380477a15e9642ab

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-13T19:10:09
Monotone-Branch: ca.inverse.sogo
2011-08-13 19:10:09 +00:00
Wolfgang Sourdeau 33051f01e3 Monotone-Parent: 72951a15317b904c573f349f0cc5252a50749fd3
Monotone-Revision: bafe1b063c24f5ef34672c7a98260bbc66509abe

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-12T22:58:35
Monotone-Branch: ca.inverse.sogo
2011-08-12 22:58:35 +00:00
Wolfgang Sourdeau 61f99524fc Monotone-Parent: afb8a72eddabdfbaa3b6865a4ebc2398294e95c3
Monotone-Revision: 72951a15317b904c573f349f0cc5252a50749fd3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-12T20:10:28
Monotone-Branch: ca.inverse.sogo
2011-08-12 20:10:28 +00:00
Wolfgang Sourdeau 33ad6cd48b Monotone-Parent: 6b4e2f16b2a1ac3bbbb8f854763b7deb70bd8a46
Monotone-Revision: b82c98742f6f58a7217e5b601c74d10f86e4ab18

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-29T02:11:52
Monotone-Branch: ca.inverse.sogo
2011-07-29 02:11:52 +00:00
Wolfgang Sourdeau 76edc5184c Monotone-Parent: 07360851cf3a316ca37852af2234ebfc07bfe933
Monotone-Revision: 1daa99a3349eed6187c150245d4360becf9a5119

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-25T12:55:44
Monotone-Branch: ca.inverse.sogo
2011-07-25 12:55:44 +00:00