scott%scott-macgregor.org
38ca496c7d
Bug #282174 --> Podcasting support for Thunderbird
...
Add a custom mime part header that specifies a URL for the attachment. This mime header is used by Thunderbird's RSS reader
and eventually by the code to handle storing attachments separately from the message.
Removes an obsolete attachment attribute called notDownloaded and replaces it with isExternalAttachment.
sr=bienvenu
a=sspitzer
2005-02-15 00:31:07 +00:00
bienvenu%nventure.com
799dd49e46
back end work for stripping mime attachments from messages, sr=mscott 2920
2005-02-09 01:40:24 +00:00
gerv%gerv.net
670fb87360
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
darin%meer.net
189ba5e5c4
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
scott%scott-macgregor.org
c2c3dd327e
Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document for Thunderbird.
...
This means moving nsIMimeConverter into a scriptable interface so we can access it from JS for Thunderbird.
2004-08-04 04:48:44 +00:00
scott%scott-macgregor.org
035c63540a
Bug #244325 --> Fix the case mismatch idl warning
...
Patch by Stephen Walker
2004-07-08 04:01:58 +00:00
scott%scott-macgregor.org
d9839dd2c9
Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk.
2004-07-01 02:43:02 +00:00
scott%scott-macgregor.org
70fa757a05
Bug #244325 --> broadcast a notification to the UI when a message is finished being rendered.
...
sr=bienvenu
2004-06-29 07:08:18 +00:00
scott%scott-macgregor.org
ea0646f211
Bug #230093 , Bug #181534 , Bug #237095 --> Port thunderbird junk mail improvements to the trunk.
...
Replace the core bayesian junk mail algorithm with a chi-squared probability distribution
modeled after spam bayes and Gary Robinson's work.
Change the model for how we count tokens across messages.
Token counts get out of alignment when re-training against already classified messages.
Revamp the junk mail tokenizer. Make it a hdr sink listener and add custom tokens for attachment
information. Ignore tokens larger than 13 characters. Tokenize purely off of white space.
Ignore tokens less than 3 bytes in length. There is still a lot more work to be done to the tokenizer.
Many thanks to Miguel Varga for working out the initial core algorithm improvement and to all
of the folks at spam bayes and of course Gary Robinson for helping to make this happen.
2004-05-12 18:16:32 +00:00
gerv%gerv.net
dfb29e9236
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
neil%parkwaycc.co.uk
a85c6f4ab0
Bug 234867 Change extractHeaderAddressMailboxes out param to a return value to make it easier to use from js r/sr=bienvenu
2004-03-08 00:29:30 +00:00
bienvenu%nventure.com
9fe00adc1f
fix 228597 news article article always gets sent to the first account's server when sharing identities between accounts, patch by ch.ey@gmx.net, r=me, sr=mscott
2004-02-05 21:15:10 +00:00
seawood%netscape.com
917db2876a
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:36:47 +00:00
timeless%mozdev.org
697618b07d
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
kaie%netscape.com
a8bbd75ad2
b=161488 Forwarding encrypted mail as attachments should be first deciphered
...
Patch produced by ducarroz and kaie
r=ducarroz/kaie sr=sspitzer
2002-11-12 19:51:54 +00:00
ducarroz%netscape.com
7b7138e9f6
Fix for bug 172210. Add a new mode to generate a clean output for mail filter. This mode get activated when the url contains the option header=filter. R=cavin, SR=sspitzer
2002-10-04 22:40:53 +00:00
naving%netscape.com
c38a47ab7a
no bug r=ducarroz sr=bienvenu making extractHeaderAddressMailboxes scriptable
2002-08-21 23:25:57 +00:00
bienvenu%netscape.com
c25e74319b
add onEndMsgDownload notification, part of extensibility hooks r=cavin, sr=sspitzer 161226
2002-08-13 01:26:56 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
ducarroz%netscape.com
25f190e698
Fix for bug 155671. Pass the originalMsgURI received by message compose service to msgDraft down to mime and back to the compose window. Did some cleanup too which fix some memory leak. R=kaie, SR=bienvenu
2002-07-04 23:28:07 +00:00
dbaron%fas.harvard.edu
6d2263f19b
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
ducarroz%netscape.com
64596972f0
Fix for bug 134277. Better managment (encoding/decoding) of double-quote in addresses. R=taka, SR=bienvenu
2002-05-15 20:17:48 +00:00
mkaply%us.ibm.com
f10e725275
OS/2 bustage - implementation is const, so it must be const in the IDL/header
2002-03-29 16:47:04 +00:00
sspitzer%netscape.com
437f13b03e
landing changes for MDN Return Receipts feature, bug #16241
...
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa. Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
dbaron%fas.harvard.edu
b95312c405
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:03:32 +00:00
taka%netscape.com
1bca41b949
Re-write RFC-2047 encoder. bug 73403 12699 37088 98675 102610 104447 119079, r=nhotta, sr=mscott
2002-02-20 07:18:11 +00:00
mscott%netscape.com
8c9ffc4606
Bug #108965 --> remove xul emitter from the build
...
r=ducarroz
sr=sspitzer
2002-01-25 05:18:17 +00:00
nhotta%netscape.com
0ee20025a9
Added wstring version of MakeFullAddress to nsIMsgHeaderParser,
...
changed non wstring functions to noscript because they need UTF-8 string and are not scriptable,
bug 118010, r=ducarroz, sr=sspitzer.
2002-01-11 23:52:15 +00:00
sspitzer%netscape.com
d08d4d3f97
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
ducarroz%netscape.com
0ab5c711a9
FIx for bug 116044, Cannot call SetMimeOutputType() before calling Init(). R=cavin, SR=sspitzer
2001-12-21 22:42:10 +00:00
nhotta%netscape.com
ff15d4353f
Removed MIME_ConvertCharset and related code for performance improvement, bug 115387, r=ducarroz, sr=sspitzer.
2001-12-19 00:18:46 +00:00
mscott%netscape.com
50c518f821
Bug #110543 --> add smime UI to message display
...
r=kai
sr=sspitzer
2001-11-28 01:07:46 +00:00
mscott%netscape.com
4fc0e35c4e
Bug #110905 --> remove code to enumerate over parsed header results.
...
allow the ability to get all of the results all at once in a set of
arrays. This improves message display performance by reducing the number
of round trips between the JS thread and the UI thread.
r=ducarroz
sr=bienvenu
2001-11-20 22:53:47 +00:00
mscott%netscape.com
4fdc097f65
Bug #22960 --> broadcast all the headers at once instead of individually.
...
if not in view all headers mode, only send out the headers we need. This helps
message display performance.
r=ducarroz
sr=sspitzer
2001-11-09 23:31:54 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
mscott%netscape.com
4dcfdaf396
Bug #8170 --> force the mime engine to use the category manager when creating emitter objects. This allows people
...
to over ride libmime with their own emitters.
r=ducarroz
sr=bienvenu
2001-08-06 22:19:31 +00:00
ducarroz%netscape.com
75490058dd
Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer
2001-04-13 04:38:01 +00:00
jgmyers%netscape.com
286d9173ac
finish replacing DecodeMimePartIIStr with DecodeMimeHeader: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-04-09 21:21:22 +00:00
jgmyers%netscape.com
6b80312012
fix more mime header decoder callers, cleanup string fu: bug 65277 r=ducarroz r=nhotta sr=bienvenu
2001-04-05 23:00:38 +00:00
jgmyers%netscape.com
719c4dae1d
Fix more callers of the MIME header decoder: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-03-21 03:20:23 +00:00
ducarroz%netscape.com
cad861ab4e
Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu.
2001-01-31 23:22:18 +00:00
chuang%netscape.com
66a4bf265f
Bug33543 Addresses from reading a newsgroup posting shouldn't be added to collected addresses, r=sspitzer, sr=sr=bienvenu
2001-01-18 05:45:48 +00:00
jefft%netscape.com
5b0816aa95
fixed bug 57059 -- buffer overrun on message header, r=ducarroz, rhp, sr=mscott
2000-10-19 02:24:09 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
alecf%netscape.com
3383d58479
arrrgggh - curse the mac for not automatically exporting IDL!
...
(fixing bustage)
2000-06-06 23:46:35 +00:00
mkaply%us.ibm.com
8be8b61bd2
# 34082
...
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
jefft%netscape.com
6626665a73
round 2,partial fix bug 10802; passed in part number and content type for open attachment
2000-05-02 22:45:44 +00:00
jefft%netscape.com
ffc4d709f6
fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott
2000-04-13 22:19:48 +00:00
rhp%netscape.com
a4e128e164
Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794
2000-03-24 21:22:53 +00:00
alecf%netscape.com
32bacdb3e9
First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman
2000-03-24 08:10:59 +00:00