jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
naving%netscape.com
1230b5915b
114753 r=bienvenu sr=mscott. fix batch notifications for updating summary count for imap move/delete.
2001-12-14 23:01:17 +00:00
ccarlen%netscape.com
f810f656cc
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:10:45 +00:00
bienvenu%netscape.com
5388e1b43b
fix bloat of imap msg dbs when headers have been downloaded r=naving, sr=sspitzer 114487
2001-12-11 04:01:20 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
dbaron%fas.harvard.edu
08b53ca764
Remove workaround for broken string code that has since been fixed. b=100751 r=jag sr=jst
2001-12-08 22:42:42 +00:00
alecf%netscape.com
2c81421fa3
fix for bug 100676, r=bienvenu, sr=sspitzer, also ok'ed by nhotta
2001-12-06 23:41:46 +00:00
bienvenu%netscape.com
bf2d990e36
reduce biff notifications, move biff to server level r=naving, sr=sspitzer 113366
2001-12-04 15:34:00 +00:00
bienvenu%netscape.com
c8f2593a82
fix invalid body partial error from imap server when clicking on message, r=cavin, sr=sspitzer 103171
2001-12-04 00:25:58 +00:00
bienvenu%netscape.com
2ee9be3ad5
fix assertion about 0 msg size when first msg you select is fetched with mpod r=cavin, sr=mscott
2001-12-04 00:18:12 +00:00
naving%netscape.com
24c9869437
111789 r/sr=bienvenu. fix nntpurl leak when copying news messages to an imap folder
2001-11-26 03:24:58 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
bienvenu%netscape.com
55cb9ebe61
fix cancelling from imap password prompt r=sspitzer, sr=mscott 111071
2001-11-21 01:45:59 +00:00
bienvenu%netscape.com
346edc99a6
fix crash after entering password for web mail r=sspitzer, sr=mscott bugscape 11055
2001-11-20 22:36:15 +00:00
bienvenu%netscape.com
edf0df5f1f
fix leak of imap password, r=naving, sr=sspitzer 11065
2001-11-19 21:47:04 +00:00
bienvenu%netscape.com
1062b90806
fix leak of progress string (and fix assert when compact fires with biff) r=naving, sr=sspitzer 11061
2001-11-19 21:45:12 +00:00
timeless%mac.com
060425ec59
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
sspitzer%netscape.com
8aede5f38c
fix for #110502 . get "edit as new" and "fwd inline" to work again.
...
the problem is the standard url parser no longer allows us to use illegal
uris. '_' is an illegal character in a URI (and URL) scheme.
so this patch switches from "foo_message://" to "foo-message://"
r=bbaetz,sr=bienvenu
2001-11-18 23:38:52 +00:00
bienvenu%netscape.com
d50db59b82
fix downloading of imap messages for offline use when reading if mime parts on demand is invoked r=naving, sr=mscott 11067
2001-11-16 02:32:05 +00:00
jaggernaut%netscape.com
ee4f787321
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
nhotta%netscape.com
a1e7be4688
Changed to use char* for charset instead of nsString& for i18n functions, bug 108932, r=ducarroz,sr=sspitzer.
2001-11-15 02:00:32 +00:00
darin%netscape.com
f6a4f1885b
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
bzbarsky%mit.edu
f2ee8260a0
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu
bfb2f49916
Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc
2001-11-07 04:12:20 +00:00
blizzard%redhat.com
2b59cc6379
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
naving%netscape.com
72ddbbca6d
104610 r=bienvenu sr=sspitzer Make sure that mSubFolders array does not have duplicates.
2001-11-06 05:35:42 +00:00
darin%netscape.com
481e50ee9a
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
ducarroz%netscape.com
fc756976ca
Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer
2001-11-03 04:42:19 +00:00
seawood%netscape.com
be10c3b1a8
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
cavin%netscape.com
92ff9e9cd4
Bug #101480 : In ParseListOfMessageIds(), set 'm_fetchPartsOnDemand'
...
to true if we're asking for body only. r=sspitzer, sr=mscott.
2001-11-02 03:09:38 +00:00
seawood%netscape.com
8a2a775382
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
bienvenu%netscape.com
e053aedb40
better fix for problem reading imap messages with inline images 107436 r=jag, sr=sspitzer
2001-11-01 00:21:24 +00:00
sspitzer%netscape.com
8bec17a0f7
backing out a jag's change. mLength on returnString is not correct, so doing returnString.Length()
...
cause problems, but strlen() works. bienvenu's looking into why our string foo is doing that to mLength,
but this gets the tree open. sr=bienvenu
2001-10-30 18:32:31 +00:00
jaggernaut%netscape.com
f02611e9eb
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-29 09:27:57 +00:00
mkaply%us.ibm.com
3a08b63bf4
More crap
2001-10-28 21:59:04 +00:00
sfraser%netscape.com
72ca9383ae
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
2001-10-26 23:34:53 +00:00
naving%netscape.com
736cf2bf01
102735 r/sr=bienvenu. Save the sort info etc, when doing empty trash(imap).
2001-10-26 04:22:17 +00:00
alecf%netscape.com
491fe6b2bd
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
alecf%netscape.com
8b0ceb8c3c
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
dbaron%fas.harvard.edu
02f3a2d769
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
naving%netscape.com
831cdc2bcf
102467 r/sr=bienvenu. fix a small memory leak
2001-10-25 03:14:33 +00:00
alecf%netscape.com
c8469b7ac5
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
mscott%netscape.com
f8727522c2
Bug #97497-- hopefully fix a random crash when compacting folders. I'm backing out part of
...
a previous change by bienvenu.
r=naving
sr=sspitzer
2001-10-19 04:38:00 +00:00
alecf%netscape.com
bd048504df
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
naving%netscape.com
5b64bf539e
16902 r=sspitzer sr=bienvenu, Implement custom headers for mail filter and search.
2001-10-10 19:27:06 +00:00