Commit Graph

14349 Commits

Author SHA1 Message Date
alecf%flett.org
b7fa256d74 fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
scott%scott-macgregor.org
cabeb62746 Bug #209403 --> mail compose window needs to be able to handle a mailto url passed in as a window argument.
r/sr=sspitzer
2003-06-17 02:17:52 +00:00
bienvenu%netscape.com
d4c29471d3 first part of 209545, get rid of unused imap proxy event, r/sr=sspitzer 2003-06-16 14:37:43 +00:00
bienvenu%netscape.com
9cec2db205 part of work for 145638, use uid validity in mem cache key so if uid validity rolls, we won't use the old cache entry, this checkin makes it so we can get the uid validity, the remaining work is to use it in the cache key r/sr=sspitzer 2003-06-16 03:27:47 +00:00
bienvenu%netscape.com
040f0dd599 fix handling case where imap server drops the connection by using nsITransport::isAlive, r=ere@atp.fi, sr=sspitzer 200181, 195106 2003-06-15 19:42:51 +00:00
timeless%mozdev.org
048916b764 Bug 186725 nntp service NewURI doesn't check to see if SetSpec failed..
r=caillon sr=darin
2003-06-15 19:36:26 +00:00
bienvenu%netscape.com
5cca86fb50 fix problem where new news messages were getting marked read when pop3 get new mail ran r/sr=sspitzer, 206271 2003-06-15 18:21:13 +00:00
bienvenu%netscape.com
4d3d422822 fix 43297, messages w/o x-mozilla-status line lose their read state when database regenerated, add x-mozilla-status header when compacting folder, r/sr=sspitzer 2003-06-12 22:25:55 +00:00
jshin%mailaps.org
eb93104d96 bug 167265 : add to necko Content-Disposition header handling per RFC 2231 (with
fallbacks to RFC 2047 and raw 8bit chars in |aOriginCharset| ) necessary for
i18nized filename support (when downloading files via http) :
r=cbiesinger, sr=alecf
2003-06-12 21:57:49 +00:00
kairo%kairo.at
ccd0707c81 bug 207642 - update localeVersion for 1.5a, also update contents-platform.rdf and contents-region.rdf files, r=rchen, sr=blizzard 2003-06-12 15:19:21 +00:00
brade%netscape.com
97e32dcb83 remove unused params; r=akkana, sr=kin, bienvenu, bug=208967 2003-06-12 14:51:37 +00:00
timeless%mozdev.org
19e72716ed Bug 189429 strict javascript warning in mail3PaneWindowCommands.js
patch by stevechapel@earthlink.net r=neil sr=jst
2003-06-12 07:11:40 +00:00
alecf%flett.org
13e8097b51 fix what is almost certainly a typo - ACstring->ACString (no harm done, just causing an xpidl warning at build time) 2003-06-11 18:28:23 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
bienvenu%netscape.com
15aa0cabb7 fix problem with imap mail dbs getting cleared when doing subscribe on cyrus servers, r/sr=sspitzer 208660 2003-06-11 14:47:44 +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
seawood%netscape.com
bde9a95afd Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:29:40 +00:00
bienvenu%netscape.com
ec891273fd fix warning and timestamp leeway comparison on linux, r/sr=sspitzer 208627 2003-06-10 21:28:15 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
bienvenu%netscape.com
88d247b651 fix for 208815 crash stopping downloading of imap message, r/sr=sspitzer 2003-06-10 18:51:12 +00:00
sspitzer%netscape.com
0c087a289e fix for bug #1293896
remove print preview on Mac OS X
r/sr=bienvenu
2003-06-08 20:21:53 +00:00
bienvenu%netscape.com
f0ecb8c8f5 potential fix for intermittent crash sending mail, r/sr=sspitzer, 208300 2003-06-08 16:53:02 +00:00
sspitzer%netscape.com
4d7cf14e20 not respecting junkFolderName property in messenger.properties
localizers can't localize "Junk" folder on local folders (IMAP is ok)
r/sr=bienvenu
2003-06-07 06:00:02 +00:00
bienvenu%netscape.com
b6211f49cc fix handling of acl for setting seen flag in read-only folders, r/sr=sspitzer 206791 2003-06-06 23:39:20 +00:00
sspitzer%netscape.com
909aea29af fix for bug #205877
when you toggle junk status from thread pane icon,
and you've got it set to move on manual mark, assertion and painting problems.

the problem is that ::OnDeleteCompleted() uses the selection to determine which
view indices to call with ::NoteChange().

the junk column icon triggers a delete (or move) and that row might not be selected.

instead, we save of the indices (we can't save keys, as the keys are already removed
before ::OnDeleteCompleted() is called), and use the saved indices when calling
::NoteChange()

thanks to bienvenu for the suggestion.

r/sr=bienvenu
2003-06-06 03:55:46 +00:00
shliang%netscape.com
6f41392ce9 207260 - supplementary patch to fix msg compose shortcut in addressbook. r=jag, sr=sspitzer 2003-06-05 22:58:12 +00:00
bienvenu%netscape.com
6ab4191aaf fix problems with imap subscribe ui and cyrus servers, r/sr=sspitzer, 202622 2003-06-05 03:36:27 +00:00
kairo%kairo.at
0b93c73eee bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
bienvenu%netscape.com
f474095b43 turn off secure auth for incoming mail servers by default 2003-06-04 04:09:26 +00:00
sspitzer%netscape.com
97ce16dc05 fix for bug #177280
Notification sound doesn't work
thanks to mloiselle@yahoo.com (Marc Loiselle) for the fix
r/sr=dmose,darin,sspitzer
2003-06-03 23:45:04 +00:00
bienvenu%netscape.com
25ec09641d switch secure auth default to true, r=bienvenu, sr=sspitzer, 205771 this patch by ch.ey@gmx.net, as were previous checkins 2003-06-03 19:25:48 +00:00
bienvenu%netscape.com
017cacb2d3 error msg for pop3 secure auth failing 205571 r/sr=sspitzer 2003-06-03 19:24:02 +00:00
bienvenu%netscape.com
a43d7153ca add pref for disabling secure auth on incoming mail servers 205571 r/sr=sspitzer 2003-06-03 19:20:48 +00:00
bienvenu%netscape.com
611a344c54 make imap pay attention to secure auth pref to fix problem logging onto misconfigured imap servers that claim to support auth-md5, but don't 2003-06-03 17:01:40 +00:00
bienvenu%netscape.com
407ab05df8 remove tab from last checkin 2003-06-03 14:49:52 +00:00
bienvenu%netscape.com
df3c4ae2bd fix 208108 read messages in acct central selects imap inbox twice, r/sr=sspitzer 2003-06-03 14:26:38 +00:00
bienvenu%netscape.com
641d1393ce fix disk thrashing downloading for offline, remove unused code, 208043, r/sr=sspitzer 2003-06-03 02:22:34 +00:00
bienvenu%netscape.com
d60ad56ec3 fix multiple connections to inbox when using account central to read new imap msgs, r/sr=sspitzer 207635 2003-06-01 22:04:30 +00:00
bienvenu%netscape.com
760ca55179 fix crash moving local messages, r/sr=sspitzer 207798 2003-06-01 14:42:31 +00:00
sspitzer%netscape.com
387a9fac45 fix for bug #182174
get the eudora import code building and working on Mach-o builds.
r=ccarlen, sr=bienvenu
2003-05-30 23:42:34 +00:00
bienvenu%netscape.com
7cc1d02e33 fix problem moving messages with embedded nulls, r/sr=sspitzer 206473 2003-05-30 14:20:07 +00:00
shliang%netscape.com
12a9f5b5de bug 207260 - (osx) cmd-m should not open mail compose window. r=jag, sr=sspitzer 2003-05-30 05:08:45 +00:00
timeless%mozdev.org
fd76e77086 Build Bustage (HP-UX B.11.00 java05)
Error 225: "nsMailDatabase.cpp", line 541 # Ambiguous overloaded function call; more than one acceptable function found. Two such functions that matched were "long abs(long)" ["/opt/aCC/include/cstdlib", line 14] and "int abs(int)" ["/usr/include/stdlib.h", line 38].
            *aResult = abs(actualFolderTimeStamp - folderDate) <= gTimeStampLeeway;
                       ^^^
2003-05-29 10:44:38 +00:00
sspitzer%netscape.com
37adc32082 partial fix for bug #195142
Canceling a move to trash permanently deletes mailbox
thanks to ajschult@eos.ncsu.edu for the patch.
r=sspitzer, sr=bienvenu, a=asa,sspitzer
2003-05-29 04:32:05 +00:00
bienvenu%netscape.com
ebdf775673 fix for 207038 hidden pref for timestamp leeway on local summary files, r/sr=sspitzer 2003-05-28 22:47:39 +00:00
bienvenu%netscape.com
8f4bb24684 fix build error in #ifdef debug code 2003-05-28 14:32:00 +00:00
bienvenu%netscape.com
df3d5c81fc attempt to fix race condition in multiple connection protection code 146558 r/sr=sspitzer 2003-05-28 14:27:05 +00:00
bienvenu%netscape.com
d7eb3427b4 fix move/copying multiple messages into imap folder from another account to not update the dest folder for every message copied into it, if open in another window, 207292 r/sr=sspitzer 2003-05-27 23:52:18 +00:00
timeless%mozdev.org
b599c1507d Bug 205996 Control reaches end of non-void function nsAddrBookSession::GeneratePhoneticNameFromCard
r=dmose sr=dmose
2003-05-23 22:21:32 +00:00