alecf%netscape.com
8dfb58e0e1
mail architecture cleanup (no bug - emptying my tree before next week's closure)
...
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
buster%netscape.com
4cbe3e3538
bug 12022, r=rickg
1999-11-19 08:26:56 +00:00
nhotta%netscape.com
772644b9ca
Changed to resolve charset alias before unicode conversion, made charset name to case sensitive, consolidated conversion wrapper functions, bug 18264,
...
r=ftang.
1999-11-11 22:05:10 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
ducarroz%netscape.com
bbb6231cd8
Fix for bug 17405. We need to skip entry that aren't valid during the search. R=mscott (he has also approved the fact I checking despite a red tree)
1999-10-28 05:34:07 +00:00
bienvenu%netscape.com
ea0a080bbf
fix off by one error computing display name from naked email address
1999-10-27 22:18:12 +00:00
bienvenu%netscape.com
9bfeb7591f
one more addrbook memory leak fix r=mscott
1999-10-22 21:04:45 +00:00
ducarroz%netscape.com
912e2060cf
Fix for bug 15201. We need to convert back the result from UTF-8 to Unicode. R=mscott, bienvenu
1999-10-22 20:37:42 +00:00
amusil%netscape.com
d13d49f121
Changed FALSE to XP PR_FALSE
1999-10-22 01:54:36 +00:00
amusil%netscape.com
d8c8d21e9a
Address book fix. DB file now gets closed in the destructor. Reviewed by bienvenu.
1999-10-22 01:18:42 +00:00
bienvenu%netscape.com
aabeccb811
fix addrbook mem leaks and mismatched delete r=mscott\
1999-10-21 20:36:02 +00:00
bienvenu%netscape.com
da5683540d
fix memory leaks in address book r=mscott
1999-10-20 20:41:27 +00:00
amusil%netscape.com
77e05ac57e
Fixed bug in editing anonymous attributes in database. Now all attributes get modified instead
...
of only the first.
1999-10-19 22:46:29 +00:00
bienvenu%netscape.com
a01d0a55ad
fix leak of profile dir in addr book session
1999-10-17 22:16:32 +00:00
bienvenu%netscape.com
1671bf43b7
fix memory leaks r=mscott
1999-10-16 15:43:26 +00:00
bienvenu%netscape.com
1a1ad4902e
fix crash reading messages with new profiles
1999-10-15 16:09:49 +00:00
bienvenu%netscape.com
941c09f2f1
more of addrbook memory leak fixes r=mscott
1999-10-15 03:50:21 +00:00
bienvenu%netscape.com
e381578d43
fix memory leaks opening and closing dbs r=mscott
1999-10-15 00:11:58 +00:00
alecf%netscape.com
c6eef943a5
nsIModule-ize addressbook
...
r=sspizer
no bug
1999-10-13 05:55:06 +00:00
bienvenu%netscape.com
9fed58cbda
fix mork factory r=mscott 12326
1999-10-07 14:28:54 +00:00
mscott%netscape.com
af94d3daf3
Bug #15192 --> build the pab before the history ab for name completion.
...
r=bienvenu.
1999-10-04 00:26:10 +00:00
chuang%netscape.com
d8cc6c52d4
Fix bug 14756 [PP]Importing an .ldif file in Address Book doesn't work, r=jefft
1999-10-01 04:07:15 +00:00
bienvenu%netscape.com
972baa2dbd
fix mismatched deletes
1999-09-26 19:53:50 +00:00
ducarroz%netscape.com
d24b56da9b
Need to populate personal addressbook
...
Fix for bug 14568, R=mscott, A=chofmann
1999-09-24 17:38:49 +00:00
ducarroz%netscape.com
e84b115b8b
Fix problem with autocomplete, bug 14281
1999-09-22 01:37:43 +00:00
chuang%netscape.com
d83b927a72
remove unused variable
1999-09-21 21:41:06 +00:00
chuang%netscape.com
f95abb64af
Remove unused variable
1999-09-21 21:20:07 +00:00
chuang%netscape.com
a636442fcd
Fix missing the last row when importing ldif file
1999-09-20 22:13:54 +00:00
bienvenu%netscape.com
c2bd55a897
fix memory leak
1999-09-20 14:56:08 +00:00
ducarroz%netscape.com
be2fd0658f
Autocomplete add default domain if needed
1999-09-20 00:49:53 +00:00
mccabe%netscape.com
39e5fe6519
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
bienvenu%netscape.com
2de925940f
fix mismatched free
1999-09-18 17:41:37 +00:00
cls%seawood.org
71540cf2cd
Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h>
1999-09-16 14:50:19 +00:00
mscott%netscape.com
0f5bcfc04a
Bug #13994 --> Let's auto complete against your personal address book and the history addressbook!
...
This makes the history ab much more useable.
1999-09-16 07:12:50 +00:00
chuang%netscape.com
93214579f1
Fix Bug 12882 International sort doesn't work for Address Book
1999-09-16 03:49:47 +00:00
chuang%netscape.com
1e6700af03
Fix crash when sorting address book column
1999-09-15 19:41:04 +00:00
alecf%netscape.com
6ffc0d01e2
fix crash when sender has no lastname
1999-09-15 02:46:38 +00:00
briano%netscape.com
4d74b5b41f
General cleanup.
1999-09-14 22:49:58 +00:00
chuang%netscape.com
83853d3743
handle double byte strings
1999-09-14 21:55:54 +00:00
cls%seawood.org
638ed48925
Fix my bustage using -D_BSD_SOURCE
1999-09-12 17:15:57 +00:00
arielb%rice.edu
d43c976819
spamming mailnews/addrbook with NS_DECL_IFOO's voucher mccabe
1999-09-09 08:09:12 +00:00
davidmc%netscape.com
ed39f50545
MDB file API changes
1999-09-03 22:29:20 +00:00
sspitzer%netscape.com
0532aba349
fix a couple warnings.
1999-09-03 10:21:20 +00:00
chuang%netscape.com
5dd70c6efd
Address book import (ldif)
1999-09-01 04:18:43 +00:00
mscott%netscape.com
cd130d706a
Bug #12558 nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
1999-08-27 20:54:41 +00:00
chuang%netscape.com
e8c0cfe427
Add Directory Uri to datasource
1999-08-26 05:05:43 +00:00
chuang%netscape.com
112157b4c9
Import address book
1999-08-25 21:19:37 +00:00
chuang%netscape.com
090ca5e18d
Add public header
1999-08-24 18:50:23 +00:00
mccabe%netscape.com
b95a2bdd54
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00