Commit Graph

13236 Commits

Author SHA1 Message Date
sspitzer%netscape.com
1b4f413239 fix for #167890. r/sr=bienvenu, slow to bring filter list dialog (building filter after the fact folder picker) for certain imap accounts. 2002-09-12 23:24:34 +00:00
varada%netscape.com
a7f8db768a fix for 168353; regression caused by fix to 77315-missing closing braces;r/sr=sspitzer 2002-09-12 23:20:55 +00:00
sspitzer%netscape.com
76db069b8b implement "clear log". make sure the log is there before viewing it, otherwise
the user gets a nasty "file not found" alert, like they would on the browser.
r/sr=bienvenu.  for bug #167891.
2002-09-12 22:57:26 +00:00
mscott%netscape.com
d56ed2679b Fix a minor typo inside the IS_STRING_ATTRIBUTE macro so we don't think labels
are strings.
rs=sspitzer
2002-09-12 22:56:45 +00:00
sspitzer%netscape.com
304eb8caf6 supplimental fix for #167891. get the "enable logging" checkbox to work.
r/sr=bienvenu.
2002-09-12 22:15:01 +00:00
naving%netscape.com
1a34437801 70322 r=alecf sr=bienvenu make compact folders use unique temp file 2002-09-12 22:05:15 +00:00
mscott%netscape.com
84834d8570 Bug #162789 --> Add backend support for filtering and searching based on the sender in an address book.
Augment the search XBL widgets to support a combo box drop down of local address books.
r=navin
sr=bienvenu
2002-09-12 20:46:02 +00:00
mscott%netscape.com
5a079be131 Bug #162789 --> Add backend support for filtering and searching based on the sender in an address book.
r=navin
sr=bienvenu
2002-09-12 20:45:09 +00:00
mscott%netscape.com
a8ec009e66 Bug #162789 --> need a method on a mdb directory to see if a card exits for an address. this is part of the work
for adding the ability to filter and search based on the sender in an address book.
r=navin
sr=bienvenu
2002-09-12 20:43:21 +00:00
sspitzer%netscape.com
34e5c6a5ac fix #167891. implement filter log viewer, fix filter list dialog to match spec.
r/sr=bienvenu
2002-09-12 20:35:18 +00:00
sspitzer%netscape.com
24042bce48 whoops, I want the uri here (kPersonalAddressbookUri) not the file name (kPersonalAddressbook). thanks to david for debugging. r/sr=bienvenu 2002-09-12 20:13:38 +00:00
sspitzer%netscape.com
6b706d0868 fix tooltips, per jglick, for the IM / Compose buttons in toolbar.
fix AB printing. #168252.  thanks to rods for the bug report.
r/sr=bienvenu
2002-09-12 17:52:41 +00:00
sspitzer%netscape.com
ab849a173f more work on filter log viewer. not part of the build yet. 2002-09-12 06:50:04 +00:00
sspitzer%netscape.com
db24fc91f0 supplimental fix for #161002. html escape the buffer we write to disk for security reasons.
r/sr=bienvenu
2002-09-12 06:31:50 +00:00
naving%netscape.com
31c2746d11 166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
72322 r=cavin sr=bienvenu Make imap deletes (move to trash) not fail if user hits delete, delete... quickly.
2002-09-12 06:22:55 +00:00
naving%netscape.com
c6af1fc938 166411 r=cavin sr=bienvenu made so that copying msgs to local folders w/ invalid db not kick off folder parsing, just append the msg
165151 r=cavin sr=bienvenu made so that parsing folder obtains folder lock, fixes some corruption issues
writing/reading from the folder at the same time.
166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
2002-09-12 06:01:59 +00:00
naving%netscape.com
a1321c0fc8 165151 r=cavin sr=bienvenu Throw an alert in case parsing folder cannot get folder lock 2002-09-12 06:01:41 +00:00
sspitzer%netscape.com
b94abfcad0 fix for #168108. show icons in card preview pane, using screenname attribute.
if you happen to use NS 7.x, the place we look on disk (by default) is the buddy icon directory.  r/sr=bienvenu
2002-09-12 04:41:19 +00:00
sspitzer%netscape.com
c8d877e2fe implement view filter log UI. not part of the build yet. 2002-09-12 04:04:54 +00:00
sspitzer%netscape.com
b61e862689 fix for CAB UI and backend. bug #167571. following jglick's spec and mscott's document (http://www.mozilla.org/mailnews/arch/cab.html). also fix #168115. add "IM" button to addressbook, and launch default IM application using screenname attributes of selected cards.
if multiple screennames, launch a chat.
2002-09-12 03:59:14 +00:00
caillon%returnzero.com
b775400b9c 77315 - Make send page grab the correct document title.
r=sicking sr=bzbarsky
2002-09-11 11:45:38 +00:00
peterv%netscape.com
9456212b6b Fix for bug 86000 (convert LDAP XPCOM SDK to use AUTF8String). r=dmose, sr=alecf. 2002-09-11 11:22:41 +00:00
sspitzer%netscape.com
7343f04c3a fix for #142845. add screenname support to mozilla.
works with any AIM client, if they support goim: uris.

from cavin:
  1) a bunch new card attributes
  2) back end AB changes for AB Sync

from naving:
  1) Screenname -> nscpaimscreenname mapping for LDAP
  2) assertion fix to nsAddrBookSession::AddAddressBookListener()

from me:
  1) addressbook advanced search features, like "any name", "any number", "organization", "title", etc.
  2) add screen name support (UI, import, export) to mozilla, remove it from the ns tree.
  3) don't allow drop onto non-writable (LDAP) addressbooks
  4) bunch of code cleanup
2002-09-11 07:06:19 +00:00
sspitzer%netscape.com
35dcce26de fix for #161002. implement filter logging. add some UI for applying
filters after the fact.  code cleanup.
r=mscott, sr=bienvenu
2002-09-11 05:03:36 +00:00
bzbarsky%mit.edu
fc9ce7096f Bug 125723 -- use view-source window for message source.
r=neil@parkwaycc.co.uk, sr=jag, moa=sspitzer
2002-09-11 02:32:36 +00:00
naving%netscape.com
87a25eedef forgot files !
166517 r=cavin sr=bienvenu Handle invalid custom headers in rules.dat and parse custom header pref in such
a way that strtok and split(js) return same tokens. fixes some corruption issues
2002-09-11 02:09:50 +00:00
naving%netscape.com
a969ff0630 166517 r=cavin sr=bienvenu Handle invalid custom headers in rules.dat and parse custom header pref in such
a way that strtok and split(js) return same tokens. fixes some corruption issues
2002-09-11 02:00:54 +00:00
naving%netscape.com
e4a0d79697 167560 r=cavin sr=bienvenu make remaining cases of copyMessages go through copy service 2002-09-11 01:54:13 +00:00
naving%netscape.com
c3ecae8a0a 167579 r=cavin sr=bienvenu making copyservice handle requests better and deal with failure cases gracefully 2002-09-11 01:50:21 +00:00
bienvenu%netscape.com
70c0fd6bb0 make threadpane pause 500 milliseconds before selecting a msg r=blaker, sr=jst, a=asa 163946 2002-09-10 21:03:38 +00:00
naving%netscape.com
b8ed276cdc 167560 r=cavin sr=bienvenu a=asa fixing a regression in imap offline copy filing code. 2002-09-10 18:19:07 +00:00
naving%netscape.com
f6c138868c 167538 r=bienvenu sr=sspitzer a=asa fixing save as template regression 2002-09-10 03:02:41 +00:00
ere%atp.fi
f742680f4b Bug 167305, Folded references: headers are parsed incorrectly
r=scc, sr=bienvenu, a=asa
2002-09-09 19:26:11 +00:00
bienvenu%netscape.com
2c9683233c fix filter applying code to not stop after non-move filters, r=naving, sr=sspitzer, a=asa 167519 2002-09-09 19:21:08 +00:00
bienvenu%netscape.com
48262b8fc9 fix offline recording and playback of imap offline operations, r=naving (and part of fix by navin), r=sspitzer, a=asa 167382 2002-09-09 19:20:29 +00:00
sspitzer%netscape.com
0f8ab08c03 fix for #133396. reduce the amount of status bar updates and progress meter updates
when downloading news headers.  r/sr=bienvenu a=asa
2002-09-08 19:40:51 +00:00
sspitzer%netscape.com
97fc8395e0 fix for #111321. searching in subscribe results in false scrollbar.
r/sr=bienvenu.  a=asa
2002-09-08 19:02:47 +00:00
dougt%netscape.com
68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com
fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
sspitzer%netscape.com
d73ec61a67 fix for #121122 (nsIFilePicker should allow picking multiple files) and #43015 (Cannot add multiple attachment in Attach File dialog).
right now, only supported on windows.  bugs logged for mac, beos, cocoa, os/2, qnx
and the xpfilepicker (linux).

r=bz, sr=bienvenu, a=asa
2002-09-07 05:23:45 +00:00
sspitzer%netscape.com
ae55b2f7b2 fix comment for #157186. a=asa 2002-09-07 01:55:13 +00:00
sspitzer%netscape.com
ab99b9b250 fix for #157186. don't collect incoming mail by default.
it's all spam anyways.  still collect outgoing by default.
r=putterman, sr=bienvenu
2002-09-07 01:49:29 +00:00
leaf%mozilla.org
70941124cb update localeVersion to 1.2a, a=asa 2002-09-07 01:01:49 +00:00
varada%netscape.com
31c6e40da0 fix for 76772-file save as template should be disabled when multiple messages are selected;r=ssu;sr=bienvenu;a=asa 2002-09-06 20:37:51 +00:00
sspitzer%netscape.com
5db31f6bdd fix for #41994. Message header display overtakes the area for Status bar etc when window size is too small. r=varada, sr=bienvenu, a=asa 2002-09-06 18:08:56 +00:00
sspitzer%netscape.com
02a8ac2c9d fix for bug #150036. Message cancelling doesn't work.
r=varada, sr=bienvenu, a=asa.
2002-09-06 18:06:40 +00:00
sspitzer%netscape.com
70f20ae10a fix for bug #166899. auto detect and set redirector type to based on hostname
r=cavin, sr=bienvenu, a=asa
2002-09-06 03:45:00 +00:00
bienvenu%netscape.com
1c61d571cb fix bad imap msg hdrs when downloading attachments, r=cavin, sr=sspitzer, a=asa 162342 2002-09-05 22:08:50 +00:00
stephend%netscape.com
8a4f03e715 Make the patch for bug 44348 pass event into the call to onReset(). r=naving, sr=sspitzer, a=asa. 2002-09-05 21:50:46 +00:00
stephend%netscape.com
6b6b8f3b4f Bug 44348. Search UI: reset only clears criteria rows, not results. r=naving@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org 2002-09-05 21:46:37 +00:00