Commit Graph

433 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
a7d00b5940 Bug #257555 --> when importing eudora mailboxes with special eudora tags like <x-flowed>, just remove the tag and not the entire line of text. 2004-09-08 06:16:30 +00:00
scott%scott-macgregor.org
c3aa276a0d Bug #257058 --> When importing eudora messages, map <x-rich> to text/enriched instead of text/html. 2004-08-30 19:31:56 +00:00
scott%scott-macgregor.org
84279c9168 Improve profile migration from Eudora experience for Thunderbird.
Bug #3157 --> Eudora importing fails to detect HTML messages.

Bug #242953 --> Migrate the attachment names in messages during Eudora profile migration instead of using the name
"Attachment"

sr=bienvenu
2004-07-17 04:53:26 +00:00
scott%scott-macgregor.org
6e0b8971e2 Bug #251657 --> Thunderbird profile migration from Eudora.
Re-write the code that parses the windows registry string to properly find eudora.ini so we don't have to prompt the user.
Fix a memory issue with writing to an unallocated nsIFileSpec.
Fix a memory issue by using a nsCOMPtr for the eudora location member variable.
2004-07-17 04:51:13 +00:00
Stefan.Borggraefe%gmx.de
b7d4ca31c1 Fix for Bug 245736: importProgress dialog is unused and can be removed
r=neil, sr=bienvenu
2004-07-15 10:06:47 +00:00
cbiesinger%web.de
dd725b585f fixing beos bustage from bsmedberg's semi-single-profile landing
should not affect other platforms
2004-07-14 23:50:21 +00:00
scott%scott-macgregor.org
f003f5f4b4 when migrating a thunderbird user from outlook express, default the reply style to top to match
what they are used to.
2004-07-13 01:35:04 +00:00
scott%scott-macgregor.org
9480d83c9c Bug #249614 --> When migrating from outlook, translate special outlook folder names to their mozilla
equivalents. When importing a POP3 server, use the Global Inbox.
2004-07-06 22:53:39 +00:00
scott%scott-macgregor.org
d500d3f1ae Fix non thunderbird build bustage 2004-07-04 07:45:15 +00:00
scott%scott-macgregor.org
85d0169a65 Bug #249614 --> Porting tbird branch changes back to the trunk.
Changes to make the import module better support the new migration wizard for Outlook Express migrations.

1) Allow a consumer to pass in an RDF URI for an address book (i.e. the
personal AB) to migrate address book data too. This allows the OE migrator to
migrate address book data directly to a Personal Address book instead of to
"Outlook Express Address Book"

2) When migrating OE Pop3 servers, make them use the deferred account by
default (Local folder Global Inbox)

3) Add folder translation code to translate Outlook Express Local Folder names
into folder names Mozilla will recognize (like Deleted Items --> Trash)

4) If we are migrating local folders (as opposed to importing), migrate
directly into local folders and not as a sub folder of Local Folders.

sr=bienvenu
2004-07-04 05:19:34 +00:00
bsmedberg%covad.net
27b47f1242 Forgot a couple mailnews files from the semi-single-profile merge. To get the profile path, use the directory service instead of the profile service. Make offline-startup use a app-startup observer instead of a profile-startup observer. 2004-06-18 15:58:14 +00:00
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
cbiesinger%web.de
3ae8f7754e bug 232488 importMsgs.properties cleanup (remove unused strings + fix capitalization)
patch by Andreas Kunz <durbacher@gmx.de> r=neil sr=bienvenu
2004-06-14 19:41:26 +00:00
scott%scott-macgregor.org
cc046f4b28 Try to fix some Thunderbird build problems on certain OS X build machines. CVS: ---------------------------------------------------------------------- 2004-06-13 04:52:25 +00:00
scott%scott-macgregor.org
d5d9693ba7 Bug #246169 --> Add Support for importing mail from Eudora to Thunderbird on OS X.
Effects thunderbird only
2004-06-12 04:26:14 +00:00
scott%scott-macgregor.org
017caa0ec0 Bug #245430 --> static build work for Thunderbird 2004-06-06 22:33:09 +00:00
Stefan.Borggraefe%gmx.de
29a06d2604 Bug 242454: Cleanup of the Fieldmap-Import dialog.
r=neil, sr=mscott
2004-05-31 10:42:27 +00:00
bienvenu%nventure.com
f887e61616 fix for 228033, import from OE fails if line is very long, patch by malcolm-bmo@farside.org.uk, r=bienvenu,sr=mscott 2004-05-27 15:48:14 +00:00
roc+%cs.cmu.edu
0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
Stefan.Borggraefe%gmx.de
5c2c338014 Removing unused files (Bug 242404)
r=neil, sr=bienvenu
2004-05-18 14:01:10 +00:00
bienvenu%nventure.com
b8208620b7 fix crash importing outlook ab's sr=mscott 229401 2004-04-29 20:50:40 +00:00
bienvenu%nventure.com
4d40ab419f make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538 2004-04-22 15:32:54 +00:00
gerv%gerv.net
dfb29e9236 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 18:33:16 +00:00
bzbarsky%mit.edu
26cdb24398 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2004-04-15 22:14:39 +00:00
jshin%mailaps.org
51bc81fa8a bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott) 2004-04-13 04:07:07 +00:00
bienvenu%nventure.com
d64c35a7c4 fix ldif import to handle multi-line addresses correctly, 235631, sr=mscott 2004-02-27 03:59:48 +00:00
bsmedberg%covad.net
a0f62775e8 Bug 233751 - fix #include case on mac, so it will build on HFS+ volumes. patch by ch-moz@bobobeach.com r=me sr=bz 2004-02-11 01:01:31 +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
timeless%mozdev.org
4a88882ad1 Bug 227904 nsOEFactory.obj : warning LNK4042: object specified more than once; extras ignored
patch by sdwalker@myrealbox.com r=bryner
Factory will only be linked for nonstatic builds
2004-01-12 16:29:29 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
neil%parkwaycc.co.uk
f47625f30d Bug 218825, part 1: convert users of nsIFolder to nsIMsgFolder r=bienvenu sr=Henry.Jia 2003-11-11 10:19:05 +00:00
bienvenu%nventure.com
747128dfeb fix problem importing mailing lists from outlook, patch by wind.li@sun.com, r=me, sr=mscott 149961 2003-11-04 22:46:40 +00:00
bienvenu%nventure.com
683223a9b0 make outlook express imported e-mails have x-mozilla-status lines so summary file regeneration won't lose read state, 223679, r/sr=mscott 2003-10-30 04:01:08 +00:00
cls%seawood.org
2f52cc1711 Case matters.
Fixing mingw cross-compiling bustage.
2003-10-08 01:07:38 +00:00
scott%scott-macgregor.org
ac78394ac3 fix for bug #213053
"Company" should be "Organization" in the ab results pane column header
and the import UI.

thanks to mcbridematt@hotmail.com (Mathew McBride) for the initial patch

r/sr=sspitzer
2003-09-14 21:00:41 +00:00
scott%scott-macgregor.org
9c42595438 supplimental fix for bug #102846.
Replace "Cellular" with "Mobile"

r/sr/a=sspitzer
2003-09-01 10:14:03 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
jaggernaut%netscape.com
83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +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
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
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
dwitte%stanford.edu
270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
scott%scott-macgregor.org
7ede8f721f Does not effect mozilla builds. Thunderbird only.
Fix a problem on unix builds with undefined symbols from msgbaseutil_s.

Thanks to dmose@mozilla.org and Jonathan Wilson for the patch
2003-05-15 01:01:23 +00:00
scott%scott-macgregor.org
f376371561 does not effect the seamonkey build.
fix a case typo in order to fix linux thunderbird builds. thanks to cdn @ xul planet
for the patch.
2003-04-24 06:28:59 +00:00
cls%seawood.org
2977fb3d51 Remove extra nsEudoraFactory.cpp from CPPSRCS.
Fixing mingw bustage
2003-04-22 03:14:05 +00:00
scott%scott-macgregor.org
594a2fd9ee add export rules for static mail build. 2003-04-20 22:50:27 +00:00
scott%scott-macgregor.org
f340a94ac6 add some export rules for static mail build. 2003-04-20 22:48:23 +00:00